Jump to content

serena41605866

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

serena41605866's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. The_Wabbit, desht: Thank you for your quick and brief replies. I have read onReplaced method of ChestBlock and understood how to implement.
  2. I am creating a new block which can contain some items, and, now, if the block is destroyed, only the block is dropped. I want to make it possible to drop not only the block but also items in it. I read the code of HopperTileEntity and I think extending LocableLootTileIntity is a key, but I cannot understand which methods are important. Would you tell me how to change a loot table dynamically?
  3. 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...
  4. Thank you for your reply. Yes, it happens for every world file. I created more than 10 worlds and it happens for all the worlds. 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.
  5. 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?
×
×
  • Create New...

Important Information

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