Jump to content

Animefan8888

Forge Modder
  • Posts

    6157
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by Animefan8888

  1. I assume the tutorial also had you make an ArrayList of Items just iterate through that list in the ModelRegistryEvent and call ModelLoader.setCustomModelResourceLocation with the proper parameters. Just like you would in the Item class. It looks like you compiled the mod, you can't compile the mod using eclipse, you have to use the gradle file to build your mod.
  2. Well you should report this on their CurseForge Issue tracker. Assuming you have the most up to date version of the mod. There also should have been an Entity called Allegé.
  3. I'm not sure either, it could be my patch conflicting with the damaging. It's being caused by Entity Rocket, I assume it is from the TF2 mod, or what ever mod adds Allégé. Also the absorption patch is on CurseForge now.
  4. Its the secondary/extra health given by potion effect, IE golden apples.
  5. That's the idea. The logs folder in the .minecraft directory.
  6. I finished it, it is now on CurseForge. It has a few more things now, it might be able to figure out which mod is causing the problem after running the game for a while check the log for the keyword "nanfix".
  7. You never remove your recipe registry so why do you try to add it again?
  8. You'll have to create your own capability that stores ItemStacks and attach it to the player. You can use an IItemHandler as the actual storage if you wish, it'll ultimately be easier. Define this. What actions.
  9. Yes, but there is no guarantee that they won't get NaN health again.
  10. Actually, I forgot to remove some of my debug code... nanfix-final.jar
  11. I have uploaded it to CurseForge, however it should be under/up for review by a moderator. So here is the download on here. PS there should be no duplication now either. Edit: See later post for download from here.
  12. That's slightly irritating, Ill debug that and report back here.
  13. Use java 8, 9+ is not supported by forge.
  14. With that code does the error change?(Post the error)
  15. Well it is erroring on this line, which points to the HeavyHelmet class. And the error references ModelBiped, so it has to do with the HeavyHelmet class. Push your updated code to github and make sure you are overriding the correct method.
  16. It has an @Override over it, but there seems to be a line spacing between it.
×
×
  • Create New...

Important Information

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