Couple of blockstates for fluids

This commit is contained in:
drcrazy 2019-07-24 15:43:57 +03:00
parent c0164302e9
commit ba7372c940
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/fluid/berylium" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "techreborn:block/fluid/electrolyzedwater" }
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "techreborn:block/fluids/berylium_flowing"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "techreborn:block/fluids/electrolyzedwater_flowing"
}
}