fix spawn eggs again
This commit is contained in:
parent
927ef75107
commit
627ef389aa
7 changed files with 6 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "ad_astra:item/glacian_ram_spawn_egg"
|
||||
}
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/spawn_egg/moon_rabbit"
|
||||
}
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/sniffer_spawn_egg"
|
||||
}
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "wan_ancient_beasts:item/soarer_spawn_egg"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "wan_ancient_beasts:item/surfer_spawn_egg"
|
||||
}
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "species:item/wraptor_spawn_egg"
|
||||
}
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue