Skip to content

Commit bf36ff7

Browse files
authored
Merge pull request CloudburstMC#1086 from PowerNukkit/v1.4/fix/custom-spawn-eggs
Fix CloudburstMC#1084 Custom spawn eggs not working
2 parents cbc99e5 + 7567f09 commit bf36ff7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/main/resources/runtime_item_ids.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,6 +3689,11 @@
36893689
"id": 432,
36903690
"oldId": 382
36913691
},
3692+
{
3693+
"name": "minecraft:spawn_egg",
3694+
"id": 614,
3695+
"oldId": 383
3696+
},
36923697
{
36933698
"name": "minecraft:chicken_spawn_egg",
36943699
"id": 433,
@@ -4669,12 +4674,6 @@
46694674
"oldId": 434,
46704675
"deprecated": true
46714676
},
4672-
{
4673-
"name": "minecraft:spawn_egg",
4674-
"id": 614,
4675-
"oldId": 383,
4676-
"deprecated": true
4677-
},
46784677
{
46794678
"name": "minecraft:end_crystal",
46804679
"id": 615,

0 commit comments

Comments
 (0)