feat: Added Floating Axoltols

This commit is contained in:
NormalFery 2025-05-26 11:09:47 +01:00 committed by Ampflower 🌺
parent 04bfb97f33
commit c42c893088
No known key found for this signature in database
GPG Key ID: FC0397C90D508D7F
6 changed files with 19 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

View File

@ -130,6 +130,8 @@
"painting.minecraft.bust.title": "Straight Ally Flag", "painting.minecraft.bust.title": "Straight Ally Flag",
"painting.minecraft.cavebird.author": "Pridecraft Studios", "painting.minecraft.cavebird.author": "Pridecraft Studios",
"painting.minecraft.cavebird.title": "Demiromantic Flag", "painting.minecraft.cavebird.title": "Demiromantic Flag",
"painting.minecraft.changing.author": "NormalFery",
"painting.minecraft.changing.title": "Floating Axolotls",
"painting.minecraft.cotan.author": "Pridecraft Studios", "painting.minecraft.cotan.author": "Pridecraft Studios",
"painting.minecraft.cotan.title": "Demisexual Flag", "painting.minecraft.cotan.title": "Demisexual Flag",
"painting.minecraft.courbet.author": "Pridecraft Studios", "painting.minecraft.courbet.author": "Pridecraft Studios",

View File

@ -0,0 +1,4 @@
type=item
items=painting
model=joy:item/floating_axolotls_painting.json
components.entity_data.variant=minecraft:changing

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -65,6 +65,13 @@
}, },
"when": "minecraft:cavebird" "when": "minecraft:cavebird"
}, },
{
"model": {
"type": "minecraft:model",
"model": "joy:item/floating_axolotls_painting"
},
"when": "minecraft:changing"
},
{ {
"model": { "model": {
"type": "minecraft:model", "type": "minecraft:model",