Jump to content

Derican

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Derican

  1. I've created several custom chests and believed that renderers have been set correctly. The textures work in IDEA when running client, but when I use published jar in minecraft mods folder, the textures do not render properly. Exactly, the textures are now squares of pink and black. So what could be the key problem?
  2. I've developed a mod and it works well alone. But when I put it with other mods, some bugs occured. How to debug under such circumstance? I've been using Intellij IDEA.
  3. I found the crash may be cause by the name in nbt files. But I'm still confused why there's no crash when running in IDEA.
  4. Unkown block type: 'xxx:xxx' It reports some blocks that I have deleted before. I searched for the block name but got no results. That's why I re-generate the jar multiple times. And I've double checked the jar creation.
  5. Unkown block type: 'xxx:xxx' It reports some blocks that I have deleted before. I searched for the block name but got no results. That's why I re-generate the jar multiple times. And I've double checked the jar creation.
  6. I'm devleloping mods for 1.16.5, and I test it working well in IDEA. But when I turn into mc launcher to play, error occurs and reporting bugs that does not exists in the source code. I've tried: - delete .\bin .\build and re-generate jar - clean and re-generate jar - invalidate cache and re-start The forge version and other mods versions are the same. What's the problem?
  7. I want to add my custom portal block, and when I look into NetherPortalBlock and EndPortalBlock, I mentioned the line in EnderPortalBlock: Shapes.joinIsNotEmpty(Shapes.create(paramEntity.getBoundingBox().move(-paramBlockPos.getX(), -paramBlockPos.getY(), -paramBlockPos.getZ())), paramBlockState.getShape((BlockGetter)paramLevel, paramBlockPos), BooleanOp.AND) which does not exist in NetherPortalBlock.entityInside method. What does the code do? And do I need to add this line to my custom portal block?
  8. I am working on mods with 1.16.5, and I want to add Nether Star to my loot tables. But I got the error: Can't find tag: minecraft:nether_star. Is the id wrong?
  9. sort of, especially those mods with lost source.
  10. I'm developing mods for 1.16.5 and the latest uses mojang official mappings. Though I can get their original names with the help of forge bot, but I want to know if there's something like a full list of mappings from srg names to mojang names.
×
×
  • Create New...

Important Information

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