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

@ -21,6 +21,7 @@
- Fixed some dusts having issues with AE2 recipes not completing successfully (#2032) @Pyritie
### Translation updates
- Chinese (simplified) @jmecn
- Russian @Dl-GitH
## [0.11.2] - 09-10-2025
### Changes

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