Rock model changes

This commit is contained in:
paulevsGitch 2020-12-02 04:55:51 +03:00
parent 539da4bac1
commit 37f4d6745d
22 changed files with 55 additions and 35 deletions

View file

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