Fix queer candle model

This commit is contained in:
blryface 2024-09-13 23:46:54 -03:00
parent 02146b2d30
commit 69710476f3
16 changed files with 125 additions and 0 deletions

View 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"
}
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"lit=false": {
"model": "joy:block/queer_candle_cake"
},
"lit=true": {
"model": "joy:block/queer_candle_cake_lit"
}
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_four_candles",
"textures": {
"all": "joy:block/queer_candle",
"particle": "joy:block/queer_candle"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_four_candles",
"textures": {
"all": "joy:block/queer_candle_lit",
"particle": "joy:block/queer_candle_lit"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_candle",
"textures": {
"all": "joy:block/queer_candle",
"particle": "joy:block/queer_candle"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_candle",
"textures": {
"all": "joy:block/queer_candle_lit",
"particle": "joy:block/queer_candle_lit"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_three_candles",
"textures": {
"all": "joy:block/queer_candle",
"particle": "joy:block/queer_candle"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_three_candles",
"textures": {
"all": "joy:block/queer_candle_lit",
"particle": "joy:block/queer_candle_lit"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_two_candles",
"textures": {
"all": "joy:block/queer_candle",
"particle": "joy:block/queer_candle"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_two_candles",
"textures": {
"all": "joy:block/queer_candle_lit",
"particle": "joy:block/queer_candle_lit"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "joy:item/queer_candle"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "joy:block/queer_candle_cake"
}

View File

@ -1,5 +1,6 @@
{
"values": [
"joy:queer_candle_cake",
"joy:gay_candle_cake",
"joy:enby_candle_cake",
"joy:intersex_candle_cake",

View File

@ -1,5 +1,6 @@
{
"values": [
"joy:queer_candle",
"joy:gay_candle",
"joy:enby_candle",
"joy:intersex_candle",