Feat: Bii Spawn Eggs (#105)

* Create placeholder for Spawn Egg overlay

* feat: format53 overlay for spawn eggs

* fix: declare format53 overlay directory

* feat: base textures for spawn eggs

* feat: Themed Bii Spawn Egg

* Remove Axolotl spawn eggs

* feat: pre-25w08a compat
This commit is contained in:
blryface 2025-06-17 14:26:33 -03:00 committed by GitHub
parent be4697db87
commit add9a8b963
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bee_spawn_egg"
}
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

View File

@ -19,6 +19,13 @@
9999
],
"directory": "format49"
},
{
"formats": [
53,
9999
],
"directory": "format53"
}
]
}