mirror of
https://github.com/Pridecraft-Studios/pridepack.git
synced 2025-08-03 22:56:13 -04:00
feat: Added Floating Axoltols
This commit is contained in:
parent
04bfb97f33
commit
c42c893088
6
assets/joy/models/item/floating_axolotls_painting.json
Normal file
6
assets/joy/models/item/floating_axolotls_painting.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "joy:item/floating_axolotls_painting"
|
||||
}
|
||||
}
|
BIN
assets/joy/textures/item/floating_axolotls_painting.png
Normal file
BIN
assets/joy/textures/item/floating_axolotls_painting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 B |
@ -130,6 +130,8 @@
|
||||
"painting.minecraft.bust.title": "Straight Ally Flag",
|
||||
"painting.minecraft.cavebird.author": "Pridecraft Studios",
|
||||
"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.title": "Demisexual Flag",
|
||||
"painting.minecraft.courbet.author": "Pridecraft Studios",
|
||||
|
@ -0,0 +1,4 @@
|
||||
type=item
|
||||
items=painting
|
||||
model=joy:item/floating_axolotls_painting.json
|
||||
components.entity_data.variant=minecraft:changing
|
BIN
assets/minecraft/textures/painting/changing.png
Normal file
BIN
assets/minecraft/textures/painting/changing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -65,6 +65,13 @@
|
||||
},
|
||||
"when": "minecraft:cavebird"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "joy:item/floating_axolotls_painting"
|
||||
},
|
||||
"when": "minecraft:changing"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
|
Loading…
x
Reference in New Issue
Block a user