Files
RoundTreesPack/assets/minecraft/blockstates/mushroom_stem.json
Motschen ebb16c08eb Round Trees 4.0.0
Made mushroom stems round!

Fixed missing textures in BYG-Forge

Added compat for Biome Makeover, Biomes You'll Go 1.1, Quek's End, and Wild Explorer.

NOTE: Due to a file path change, this version is no longer compatible with Biomes You'll Go versions prior to 1.1
2020-10-29 17:42:54 +01:00

41 lines
1.6 KiB
JSON

{
"multipart": [
{ "when": { "north": true },
"apply": { "model": "block/round_mushroom_stem" }
},
{ "when": { "east": true },
"apply": { "model": "block/round_mushroom_stem", "y": 90, "uvlock": true }
},
{ "when": { "south": true },
"apply": { "model": "block/round_mushroom_stem", "y": 180, "uvlock": true }
},
{ "when": { "west": true },
"apply": { "model": "block/round_mushroom_stem", "y": 270, "uvlock": true }
},
{ "when": { "up": true },
"apply": { "model": "block/mushroom_stem", "x": 270, "uvlock": true }
},
{ "when": { "down": true },
"apply": { "model": "block/mushroom_stem", "x": 90, "uvlock": true }
},
{ "when": { "north": false },
"apply": { "model": "block/mushroom_block_inside" }
},
{ "when": { "east": false },
"apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false }
},
{ "when": { "south": false },
"apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false }
},
{ "when": { "west": false },
"apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false }
},
{ "when": { "up": false },
"apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false }
},
{ "when": { "down": false },
"apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false }
}
]
}