Create/Update assets for version 1.16-pre5

This commit is contained in:
InventiveBot
2020-06-12 16:10:37 +00:00
parent 3a2e560bfe
commit f5a17a2b4d
5768 changed files with 420526 additions and 74594 deletions

View File

@@ -1,19 +1,90 @@
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "block/diorite_wall_post" }
},
{ "when": { "north": "true" },
"apply": { "model": "block/diorite_wall_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true }
}
]
}
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "minecraft:block/diorite_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "minecraft:block/diorite_wall_side",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "minecraft:block/diorite_wall_side",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "minecraft:block/diorite_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "minecraft:block/diorite_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "minecraft:block/diorite_wall_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "minecraft:block/diorite_wall_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "minecraft:block/diorite_wall_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "minecraft:block/diorite_wall_side_tall",
"y": 270,
"uvlock": true
}
}
]
}