You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now inside of ItemType there is only one instance for SpawnEggs:
public static final ItemType SpawnEgg = new ItemType(383, "minecraft:spawn_egg");
Notice that this value does not specify a data value, but just the id. This needs to be broken up into multiple spawn eggs that propagate the data value so that when an Item is created from the ItemType it is created correctly.
Update
This should be resolved in the pull request that I've submitted.
The text was updated successfully, but these errors were encountered:
Right now inside of
ItemType
there is only one instance forSpawnEggs
:Notice that this value does not specify a data value, but just the id. This needs to be broken up into multiple spawn eggs that propagate the data value so that when an
Item
is created from theItemType
it is created correctly.Update
This should be resolved in the pull request that I've submitted.
The text was updated successfully, but these errors were encountered: