Geyser prototype

This commit is contained in:
paulevsGitch 2020-12-04 14:30:21 +03:00
parent 9504432cdd
commit bf47e9a2b5
9 changed files with 254 additions and 5 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/sulphuric_geyser" },
{ "model": "betterend:block/sulphuric_geyser", "y": 90 },
{ "model": "betterend:block/sulphuric_geyser", "y": 180 },
{ "model": "betterend:block/sulphuric_geyser", "y": 270 }
]
}
}