This commit is contained in:
creeper123123321 2018-03-20 14:27:47 -03:00
parent c102ca7f15
commit 39dea80d9c

View File

@ -228,6 +228,7 @@ public class InventoryPackets {
}
}
}
// todo spawn egg
item.setId(MappingData.oldToNewItems.get(rawId).shortValue());
item.setData((short) 0);
item.getTag().put(new IntTag(NBT_TAG_NAME, originalId));