mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 14:36:03 -04:00
Fix queer candle model
This commit is contained in:
parent
02146b2d30
commit
69710476f3
28
src/main/generated/assets/joy/blockstates/queer_candle.json
Normal file
28
src/main/generated/assets/joy/blockstates/queer_candle.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"candles=1,lit=false": {
|
||||
"model": "joy:block/queer_candle_one_candle"
|
||||
},
|
||||
"candles=1,lit=true": {
|
||||
"model": "joy:block/queer_candle_one_candle_lit"
|
||||
},
|
||||
"candles=2,lit=false": {
|
||||
"model": "joy:block/queer_candle_two_candles"
|
||||
},
|
||||
"candles=2,lit=true": {
|
||||
"model": "joy:block/queer_candle_two_candles_lit"
|
||||
},
|
||||
"candles=3,lit=false": {
|
||||
"model": "joy:block/queer_candle_three_candles"
|
||||
},
|
||||
"candles=3,lit=true": {
|
||||
"model": "joy:block/queer_candle_three_candles_lit"
|
||||
},
|
||||
"candles=4,lit=false": {
|
||||
"model": "joy:block/queer_candle_four_candles"
|
||||
},
|
||||
"candles=4,lit=true": {
|
||||
"model": "joy:block/queer_candle_four_candles_lit"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "joy:block/queer_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "joy:block/queer_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_cake_with_candle",
|
||||
"textures": {
|
||||
"bottom": "minecraft:block/cake_bottom",
|
||||
"candle": "joy:block/queer_candle",
|
||||
"particle": "minecraft:block/cake_side",
|
||||
"side": "minecraft:block/cake_side",
|
||||
"top": "minecraft:block/cake_top"
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_cake_with_candle",
|
||||
"textures": {
|
||||
"bottom": "minecraft:block/cake_bottom",
|
||||
"candle": "joy:block/queer_candle_lit",
|
||||
"particle": "minecraft:block/cake_side",
|
||||
"side": "minecraft:block/cake_side",
|
||||
"top": "minecraft:block/cake_top"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_four_candles",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle",
|
||||
"particle": "joy:block/queer_candle"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_four_candles",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle_lit",
|
||||
"particle": "joy:block/queer_candle_lit"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_candle",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle",
|
||||
"particle": "joy:block/queer_candle"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_candle",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle_lit",
|
||||
"particle": "joy:block/queer_candle_lit"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_three_candles",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle",
|
||||
"particle": "joy:block/queer_candle"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_three_candles",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle_lit",
|
||||
"particle": "joy:block/queer_candle_lit"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_two_candles",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle",
|
||||
"particle": "joy:block/queer_candle"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_two_candles",
|
||||
"textures": {
|
||||
"all": "joy:block/queer_candle_lit",
|
||||
"particle": "joy:block/queer_candle_lit"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "joy:item/queer_candle"
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "joy:block/queer_candle_cake"
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"joy:queer_candle_cake",
|
||||
"joy:gay_candle_cake",
|
||||
"joy:enby_candle_cake",
|
||||
"joy:intersex_candle_cake",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"joy:queer_candle",
|
||||
"joy:gay_candle",
|
||||
"joy:enby_candle",
|
||||
"joy:intersex_candle",
|
||||
|
Loading…
x
Reference in New Issue
Block a user