Mushroom improvements

This commit is contained in:
paulevsGitch 2020-09-29 22:18:55 +03:00
parent 9a1dc34927
commit 6c4a1d2eb0
28 changed files with 501 additions and 44 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"facing=up": { "model": "betterend:block/mossy_glowshroom_fur" },
"facing=down": { "model": "betterend:block/mossy_glowshroom_fur", "x": 180 },
"facing=north": { "model": "betterend:block/mossy_glowshroom_fur", "x": 90 },
"facing=south": { "model": "betterend:block/mossy_glowshroom_fur", "x": 90, "y": 180 },
"facing=east": { "model": "betterend:block/mossy_glowshroom_fur", "x": 90, "y": 90 },
"facing=west": { "model": "betterend:block/mossy_glowshroom_fur", "x": 90, "y": 270 }
}
}