Skip to content

Commit

Permalink
Fix CloudburstMC#1084 Custom spawn eggs not working
Browse files Browse the repository at this point in the history
  • Loading branch information
joserobjr committed May 26, 2021
1 parent cbc99e5 commit 7567f09
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 7567f09

Please sign in to comment.