Jump to content

apocalypse3000

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by apocalypse3000

  1. I found out where the problem was. The problem was that I didn't have config variable in main group. I changed MODID to public and added an annotation above class EventHandler. Do I need EasyRegistry items to see them in all items in creative? If I add group(ItemGroup.jassa) to item properties, I can see all items and blocks two times in group jassa.
  2. I am not getting item group errors now, but game still crashes if rows 54-168 in Infused Soul Shard are not commented. I think getItemStackLimit method is extra because my maximum stack size is 1 if soul shard is unbound, but it isn't a reason of crash. Could you check it please?
  3. How can I implement HardLib to gradle? I tried to add an existing github project to my build.gradle file but all my attempts have failed? I didn't find any HardLib 1.14.4 jar files. Is there any other way make ItemGroup construct after items are given values?
  4. As I mentioned, I am getting java.lang.NullPointerException every time I try to access my own item group or reaching the end All Items or when I give Infused Soul Shard using /give command. Other items and blocks work fine. Infused Soul Shard is somehow causing game crashes. It works fine when I comment rows 55-169 in items.InfusedSoulShard. I think that problem is in tooltips, but I'm not really sure. Could anybody help me please? Here's link to my project with log enclosed. https://github.com/apocalypse3000/jassa
×
×
  • Create New...

Important Information

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