Create/Update assets for version 21w07a

This commit is contained in:
InventiveBot
2021-02-17 20:03:50 +00:00
parent c68e7bce4d
commit 1808a11650
7959 changed files with 445463 additions and 98135 deletions

View File

@@ -1,28 +1,118 @@
{
"variants": {
"face=floor,facing=east,powered=false": { "model": "block/stone_button", "y": 90 },
"face=floor,facing=west,powered=false": { "model": "block/stone_button", "y": 270 },
"face=floor,facing=south,powered=false": { "model": "block/stone_button", "y": 180 },
"face=floor,facing=north,powered=false": { "model": "block/stone_button" },
"face=wall,facing=east,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 90 },
"face=wall,facing=west,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 270 },
"face=wall,facing=south,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 180 },
"face=wall,facing=north,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90 },
"face=ceiling,facing=east,powered=false": { "model": "block/stone_button", "x": 180, "y": 270 },
"face=ceiling,facing=west,powered=false": { "model": "block/stone_button", "x": 180, "y": 90 },
"face=ceiling,facing=south,powered=false": { "model": "block/stone_button", "x": 180 },
"face=ceiling,facing=north,powered=false": { "model": "block/stone_button", "x": 180, "y": 180 },
"face=floor,facing=east,powered=true": { "model": "block/stone_button_pressed", "y": 90 },
"face=floor,facing=west,powered=true": { "model": "block/stone_button_pressed", "y": 270 },
"face=floor,facing=south,powered=true": { "model": "block/stone_button_pressed", "y": 180 },
"face=floor,facing=north,powered=true": { "model": "block/stone_button_pressed" },
"face=wall,facing=east,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 90 },
"face=wall,facing=west,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 270 },
"face=wall,facing=south,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 180 },
"face=wall,facing=north,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90 },
"face=ceiling,facing=east,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 270 },
"face=ceiling,facing=west,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 90 },
"face=ceiling,facing=south,powered=true": { "model": "block/stone_button_pressed", "x": 180 },
"face=ceiling,facing=north,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 180 }
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/stone_button",
"y": 270,
"x": 180
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 270,
"x": 180
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/stone_button",
"y": 180,
"x": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 180,
"x": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/stone_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/stone_button",
"y": 90,
"x": 180
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 90,
"x": 180
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/stone_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/stone_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/stone_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/stone_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/stone_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/stone_button",
"y": 90,
"x": 90,
"uvlock": true
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 90,
"x": 90,
"uvlock": true
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/stone_button",
"x": 90,
"uvlock": true
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"x": 90,
"uvlock": true
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/stone_button",
"y": 180,
"x": 90,
"uvlock": true
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 180,
"x": 90,
"uvlock": true
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/stone_button",
"y": 270,
"x": 90,
"uvlock": true
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/stone_button_pressed",
"y": 270,
"x": 90,
"uvlock": true
}
}
}
}