Create/Update assets for version 20w10a

This commit is contained in:
InventiveBot
2020-03-04 20:43:00 +00:00
parent 65bb7405db
commit 566d8d4a30
5014 changed files with 263988 additions and 56523 deletions

View File

@@ -1,12 +1,34 @@
{
"variants": {
"facing=north,lit=true": { "model": "block/campfire", "y": 180 },
"facing=south,lit=true": { "model": "block/campfire" },
"facing=east,lit=true": { "model": "block/campfire", "y": 270 },
"facing=west,lit=true": { "model": "block/campfire", "y": 90 },
"facing=north,lit=false": { "model": "block/campfire_off", "y": 180 },
"facing=south,lit=false": { "model": "block/campfire_off" },
"facing=east,lit=false": { "model": "block/campfire_off", "y": 270 },
"facing=west,lit=false": { "model": "block/campfire_off", "y": 90 }
"variants": {
"facing=east,lit=false": {
"y": 270,
"model": "minecraft:block/campfire_off"
},
"facing=east,lit=true": {
"y": 270,
"model": "minecraft:block/campfire"
},
"facing=north,lit=false": {
"y": 180,
"model": "minecraft:block/campfire_off"
},
"facing=north,lit=true": {
"y": 180,
"model": "minecraft:block/campfire"
},
"facing=south,lit=false": {
"model": "minecraft:block/campfire_off"
},
"facing=south,lit=true": {
"model": "minecraft:block/campfire"
},
"facing=west,lit=false": {
"y": 90,
"model": "minecraft:block/campfire_off"
},
"facing=west,lit=true": {
"y": 90,
"model": "minecraft:block/campfire"
}
}
}
}