[1.14.4] Change in Forge API
kwpugh opened this issue ยท 3 comments
The method getEntityData() is undefined for the type ItemEntity
Thought I would give you a heads up on this.
Using the latest Forge: 1.14.4 - 28.0.92
Do you think this is just a change in the name for the method, or do ItemEntities not store NBT anymore?
The method was renamed to getPersistantData
in this commit: MinecraftForge/MinecraftForge@e186338#diff-66531a6c0289a9654ce522f047a8827e
Thanks for the heads up!