Files
minecraft-assets/assets/minecraft/blockstates/mossy_cobblestone_wall.json
2020-02-08 11:07:20 +00:00

32 lines
1.3 KiB
JSON

{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "block/mossy_cobblestone_wall_post" }
},
{ "when": { "north": "low" },
"apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true }
},
{ "when": { "east": "low" },
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "low" },
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "low" },
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true }
},
{ "when": { "north": "tall" },
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "uvlock": true }
},
{ "when": { "east": "tall" },
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 90, "uvlock": true }
},
{ "when": { "south": "tall" },
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 180, "uvlock": true }
},
{ "when": { "west": "tall" },
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 270, "uvlock": true }
}
]
}