46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"multipart": [
|
|
{ "when": { "up": "true" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_post" }
|
|
},
|
|
|
|
{ "when": { "north": "low", "south": "low" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side2" }
|
|
},
|
|
{ "when": { "east": "low", "west": "low" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side2", "y": 90 }
|
|
},
|
|
{ "when": { "north": "tall", "south": "tall" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall2" }
|
|
},
|
|
{ "when": { "east": "tall", "west": "tall" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall2", "y": 90 }
|
|
},
|
|
|
|
{ "when": { "north": "low", "south": "tall|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side" }
|
|
},
|
|
{ "when": { "east": "low", "west": "tall|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side", "y": 90 }
|
|
},
|
|
{ "when": { "south": "low", "north": "tall|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_alt" }
|
|
},
|
|
{ "when": { "west": "low", "east": "tall|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_alt", "y": 90 }
|
|
},
|
|
|
|
{ "when": { "north": "tall", "south": "low|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall" }
|
|
},
|
|
{ "when": { "east": "tall", "west": "low|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall", "y": 90 }
|
|
},
|
|
{ "when": { "south": "tall", "north": "low|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall", "y": 180 }
|
|
},
|
|
{ "when": { "west": "tall", "east": "low|none" },
|
|
"apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall", "y": 270 }
|
|
}
|
|
]
|
|
} |