Skip to content

Commit

Permalink
Merge pull request CloudburstMC#1086 from PowerNukkit/v1.4/fix/custom…
Browse files Browse the repository at this point in the history
…-spawn-eggs

Fix CloudburstMC#1084 Custom spawn eggs not working
  • Loading branch information
joserobjr authored May 26, 2021
2 parents cbc99e5 + 7567f09 commit bf36ff7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/resources/runtime_item_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -3689,6 +3689,11 @@
"id": 432,
"oldId": 382
},
{
"name": "minecraft:spawn_egg",
"id": 614,
"oldId": 383
},
{
"name": "minecraft:chicken_spawn_egg",
"id": 433,
Expand Down Expand Up @@ -4669,12 +4674,6 @@
"oldId": 434,
"deprecated": true
},
{
"name": "minecraft:spawn_egg",
"id": 614,
"oldId": 383,
"deprecated": true
},
{
"name": "minecraft:end_crystal",
"id": 615,
Expand Down

0 comments on commit bf36ff7

Please sign in to comment.