Jump to content

Scott DTA

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Scott DTA

  1. Nevermind, think I need to stop staring at my screen so much. Typo in the entity registering was causing the issue.
  2. 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.
  3. Was just looking at that. Will see what I can figure out. Thanks. As to 1.6.4, there seems to be more tutorials currently for 1.6.4 then for 1.7.10. I plan to finish out the support for Iron Chests then port it.
  4. Crash report for when placing the cart Crash report when breaking the cart
  5. Working on my first mod and ran into an issue and have yet to find a solution after working all night on it. I get a ticking entity crash when I try to place the iron chest cart and an exception in world tick crash when I try to break it. Otherwise it seems to work fine. The cart is there and usable if I log back in after the first crash, and the items are on the ground as expected after the second one. My other entity seems to work just fine without any issues (Ender chest cart) If the crash reports are needed, let me know and I will add them. Source code can be found at: https://github.com/ScottDTA/ExtraCarts-1.6.4 Thanks for any help.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.