Jump to content

Hatsonboats58

Members
  • Posts

    8
  • Joined

  • Last visited

Hatsonboats58's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have been trying to make a minecraft modded server but no mods work. I think it may be because I dont have a mod_list.json file in the mod folder. Could I get a copy of one and maybe be able to then use mods? This is 1.15.2 so I may not even need the list json. I have installed the mods client side also and have left the server, joind a private world, and they all work perfectly. I have even tried just using one mod and that also didnt work. Please help because me and my friend would love to play modded! Thanks to anyone who vews this question and responds. Have a good day and I will be replying to all clarifying questions.
  2. I am trying to find and no I am not. I am just very new and am not 100% sure how to fix my problem.
  3. I see. I tried to do that but I cant find were the code is. Could you help me find it?
  4. What do you mean exactly? It is not used at all for any other reason and is erroring my code. Same for EnumHelper. I only have those words right there. There is also not any other tools used.
  5. I have been trying for hours to create a custom weapon for 1.15.2. I already created the amethyst (What its made out of) but when I try to make the material I cant import EnumHelper or ToolMaterial. I have tried to fix this but just cant. Here is my code for making a material. public static final ToolMaterial MATERIAL_AMETHYST = net.minecraftforge.common.EnumHelper.addToolMaterial(); Also I cant import EnumToolMaterial so that is also not an option. Is this a new change where 1.15.2 is different from 1.12.2 in this area? Please help me. Thanks if you do. Also I am open to new ways to make a material if you have one.
  6. I am making a mod, and have been following tutorials. This is for 1.15.2 and everytime I add this code to my IntelliJ folder all crafting that isnt modded ceases to work. This is in furnace also. I am trying to add smelting to my ore so it gives amethyst. I really hope this makes sense. If not I will respond to any messages. Thank you. This is the code: { "type": "minecraft:smelting", "ingredient": { "item": "tutorial:amethyst_ore" }, "result": "tutorial:amethyst", "experience": 0.1, "cookingtime": 200 }
×
×
  • Create New...

Important Information

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