Jump to content

HardRoma

Members
  • Posts

    2
  • Joined

  • Last visited

HardRoma's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello, I'm learning to develop mods for Minecraft through YouTube tutorials, but recently, I've encountered a problem. The structure generation in my mod isn't working properly. Whenever I enter the world, it crashes. I'm developing on Forge 1.16.5-36.2.34 and have followed the tutorial steps closely, but I can't seem to figure out what's causing the issue. Has anyone experienced a similar problem on Forge 1.16.5-36.2.34, and if so, how did you resolve it? Any guidance or suggestions would be greatly appreciated. Thank you!
  2. Hello everyone, I'm encountering an issue while trying to compile my Minecraft Forge mod. I'm using Minecraft Forge version '1.16.5-36.2.34', and I've defined an item in my mod using ItemGroup.MATERIALS. However, during compilation, I'm getting the following error: D:\programming\minecraft mods\Study\forge-1.16.5-36.2.34\src\main\java\com\hr29\study\items\MaterialItem.java:10: error: cannot find symbol super(new Item.Properties().group(ItemGroup.MATERIALS)); symbol: variable MATERIALS location: class net.minecraft.item.ItemGroup I've already checked my build.gradle and it's configured to use '1.16.5-36.2.34'. Is there anything specific that I should be doing to resolve this error? Any help or suggestions would be greatly appreciated. Thank you in advance.
×
×
  • Create New...

Important Information

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