Create/Update assets for version 20w29a

This commit is contained in:
InventiveBot
2020-07-15 16:37:25 +00:00
parent 6cc8a5d1fe
commit 2cdfd07938
5801 changed files with 358923 additions and 76689 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"
}
}
}
}