I'm trying to port my mod from 1.6.4 to 1.7.10, but have ran into an issue. Anytime I try to open a GUI based on the entity clicked on, it seems to give me different info on each side.
Serverside: com.dta.extracarts.modcompat.ironchest.entities.EntityIronChestCart
Clientside: net.minecraft.entity.item.EntityMinecartChest
Not exactly sure which part of the code would be best to provide for any help, so please let me know what you need to see, and I will get.
Not sure if it is in the registering of the Entity or in the GUI code that the issue starts.