Create/Update assets for version 24w34a

This commit is contained in:
InventiveBot
2024-08-21 18:31:16 +02:00
parent fe5a281498
commit 44f6df9ff8
20158 changed files with 1430316 additions and 18 deletions

View File

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