Create/Update assets for version 20w09a

This commit is contained in:
InventiveBot
2020-02-27 21:00:08 +00:00
parent d733930f11
commit 86455bf9e2
2367 changed files with 229175 additions and 40563 deletions

View File

@@ -3,17 +3,29 @@
{ "when": { "up": "true" },
"apply": { "model": "block/cobblestone_wall_post" }
},
{ "when": { "north": "true" },
{ "when": { "north": "low" },
"apply": { "model": "block/cobblestone_wall_side", "uvlock": true }
},
{ "when": { "east": "true" },
{ "when": { "east": "low" },
"apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
{ "when": { "south": "low" },
"apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
{ "when": { "west": "low" },
"apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true }
},
{ "when": { "north": "tall" },
"apply": { "model": "block/cobblestone_wall_side_tall", "uvlock": true }
},
{ "when": { "east": "tall" },
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 90, "uvlock": true }
},
{ "when": { "south": "tall" },
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 180, "uvlock": true }
},
{ "when": { "west": "tall" },
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 270, "uvlock": true }
}
]
}