Create/Update assets for version 23w14a

This commit is contained in:
InventiveBot
2023-04-05 18:28:44 +02:00
parent 7823e1c1ef
commit 25bdbcd66b
17992 changed files with 1192706 additions and 18 deletions

View File

@@ -0,0 +1,28 @@
{
"variants": {
"candles=1,lit=false": {
"model": "minecraft:block/red_candle_one_candle"
},
"candles=1,lit=true": {
"model": "minecraft:block/red_candle_one_candle_lit"
},
"candles=2,lit=false": {
"model": "minecraft:block/red_candle_two_candles"
},
"candles=2,lit=true": {
"model": "minecraft:block/red_candle_two_candles_lit"
},
"candles=3,lit=false": {
"model": "minecraft:block/red_candle_three_candles"
},
"candles=3,lit=true": {
"model": "minecraft:block/red_candle_three_candles_lit"
},
"candles=4,lit=false": {
"model": "minecraft:block/red_candle_four_candles"
},
"candles=4,lit=true": {
"model": "minecraft:block/red_candle_four_candles_lit"
}
}
}