Jump to content

kowagatte

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by kowagatte

  1. Thanks a ton, fixing these issues solved my problem. Kindest regards.
  2. I don't know how useful it's going to be since the client completely hangs and stops writing to the debug.log, there are no errors in the log. Heres the last little bit before it hangs, I cant upload the entire thing since its too big.
  3. I have not created an EntityType, would I just use the ItemEntity ItemType? Where will this constructor be called? my IDE says this is never used. Edit: I tried doing what you suggested but the issue seems to keep persiting. My NetherItemEntity.class My Patch116Entities.class The issues still keeps happening, stuck loading at 100% when my custom ItemEntity is on the ground.
  4. When loading a world with my custom NetherItemEntity on the ground the game gets stuck at 100% loading world, The process is then unable to be terminated and requires restarting my computer before becoming bootable. The issue only happens when reloading a world that has my custom ItemEntity on the ground. At first I was cancelling the EntityJoinWorldEvent and replacing the itemEntity with my own if it was a NetherItem but when this issue started happening I moved to having my Item implement IForgeItem and have a customEntity. This did not fix my issue. I don't know where to go from here as I don't know how to make my itemEntity invulnerable to fire & lava without this method. The only similar forum post I found was this: This is my NetherItemEntity.class This is my NetheriteIngotItem.class
×
×
  • Create New...

Important Information

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