Posted July 3, 20196 yr Hi, I am creating a new mod. I am encountering the problem below: latest.log That is very simple mod: I create a block and it drops an random item if I click with iron, gold or diamond. It seems working well, but when I die, I cannot respawn. MyBlock.java Precisely, after creating a new world, I use this block many times. Then, I go to nether, and dive to lava. Now, I cannot respawn. (Even if I can respawn, by repeating to use the block and to dive lava sometimes, I cannot respawn.) Nothing happens after clicking respawn button. I cannot go back to title, neither. Do you have any solutions? Do you have any ideas which I should try? Edited July 4, 20196 yr by serena41605866
July 4, 20196 yr Author Thank you for your reply. 37 minutes ago, diesieben07 said: Does this happen for every world file? Yes, it happens for every world file. I created more than 10 worlds and it happens for all the worlds. 38 minutes ago, diesieben07 said: Does it happen without your mod No, it does not happen without my mod. I do not encounter the problem with Vanilla or only Forge. I also try to use another mod which only has original item (not block), and I do not encounter the problem with this item mod. The problem happens only with my block mod which I described in previous post. The problem may happen without mod but I do not know reproducing procedure.
July 4, 20196 yr Author This is the code I am using: https://gitlab.com/onigiri777/couldnt-load-chunk I can get some armors from my block. I dive to lava with equipping these armors. It may be a cause...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.