Couple of blockstates for fluids
This commit is contained in:
parent
c0164302e9
commit
ba7372c940
4 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/fluid/berylium" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/fluid/electrolyzedwater" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/berylium_flowing"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/electrolyzedwater_flowing"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue