fix spawn eggs again

This commit is contained in:
Pyritie 2025-10-13 23:07:24 +01:00
parent 927ef75107
commit 627ef389aa
7 changed files with 6 additions and 26 deletions

View file

@ -1,6 +1,3 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ad_astra:item/glacian_ram_spawn_egg"
}
"parent": "minecraft:item/template_spawn_egg"
}

View file

@ -1,6 +1,3 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfg:item/spawn_egg/moon_rabbit"
}
"parent": "minecraft:item/template_spawn_egg"
}

View file

@ -1,6 +1,3 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/sniffer_spawn_egg"
}
"parent": "minecraft:item/template_spawn_egg"
}

View file

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

View file

@ -1,6 +1,3 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "wan_ancient_beasts:item/surfer_spawn_egg"
}
"parent": "minecraft:item/template_spawn_egg"
}

View file

@ -1,6 +1,3 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "species:item/wraptor_spawn_egg"
}
"parent": "minecraft:item/template_spawn_egg"
}