Create/Update assets for version 20w21a

This commit is contained in:
InventiveBot
2020-05-24 20:06:42 +00:00
parent 1ca7ad9f7c
commit e4d961719a
5744 changed files with 325438 additions and 70164 deletions

View File

@@ -1,16 +1,56 @@
{
"variants": {
"facing=down,open=false": { "model": "block/barrel", "x": 180 },
"facing=up,open=false": { "model": "block/barrel" },
"facing=north,open=false": { "model": "block/barrel", "x": 90 },
"facing=south,open=false": { "model": "block/barrel", "x": 90, "y": 180 },
"facing=west,open=false": { "model": "block/barrel", "x": 90, "y": 270 },
"facing=east,open=false": { "model": "block/barrel", "x": 90, "y": 90 },
"facing=down,open=true": { "model": "block/barrel_open", "x": 180 },
"facing=up,open=true": { "model": "block/barrel_open" },
"facing=north,open=true": { "model": "block/barrel_open", "x": 90 },
"facing=south,open=true": { "model": "block/barrel_open", "x": 90, "y": 180 },
"facing=west,open=true": { "model": "block/barrel_open", "x": 90, "y": 270 },
"facing=east,open=true": { "model": "block/barrel_open", "x": 90, "y": 90 }
"variants": {
"facing=down,open=false": {
"x": 180,
"model": "minecraft:block/barrel"
},
"facing=down,open=true": {
"x": 180,
"model": "minecraft:block/barrel_open"
},
"facing=east,open=false": {
"x": 90,
"y": 90,
"model": "minecraft:block/barrel"
},
"facing=east,open=true": {
"x": 90,
"y": 90,
"model": "minecraft:block/barrel_open"
},
"facing=north,open=false": {
"x": 90,
"model": "minecraft:block/barrel"
},
"facing=north,open=true": {
"x": 90,
"model": "minecraft:block/barrel_open"
},
"facing=south,open=false": {
"x": 90,
"y": 180,
"model": "minecraft:block/barrel"
},
"facing=south,open=true": {
"x": 90,
"y": 180,
"model": "minecraft:block/barrel_open"
},
"facing=up,open=false": {
"model": "minecraft:block/barrel"
},
"facing=up,open=true": {
"model": "minecraft:block/barrel_open"
},
"facing=west,open=false": {
"x": 90,
"y": 270,
"model": "minecraft:block/barrel"
},
"facing=west,open=true": {
"x": 90,
"y": 270,
"model": "minecraft:block/barrel_open"
}
}
}
}