Posted January 26, 201510 yr I want to make my own tool type like tool type GOLD, EMERALD, IRON, WOOD. For a certain type of tools. Help please? ~ExtendedHorizons
January 26, 201510 yr import and examinie EnumHelper Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 26, 201510 yr Author See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture: Anyway I could fix this? ~ExtendedHorizons
January 26, 201510 yr See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture: Anyway I could fix this? setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch. Then quit and relaunch your IDE Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 26, 201510 yr Author See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture: Anyway I could fix this? setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch. Then quit and relaunch your IDE But how Do i add it to the original ToolMaterial class it wont allow me. And sorry for asking so many questions. ~ExtendedHorizons
January 26, 201510 yr See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture: Anyway I could fix this? setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch. Then quit and relaunch your IDE But how Do i add it to the original ToolMaterial class it wont allow me. And sorry for asking so many questions. You don't need to. Initialize a variable to EnumHelper.addToolMaterial. Maker of the Craft++ mod.
January 26, 201510 yr Author public static ToolMaterial IRONCRUSHER = EnumHelper.addToolMaterial("IRONCRUSHER", harvestLevel, durability, miningSpeed, damageVsEntities, enchantability); What class.. Doesnt work in main but i got that done ~ExtendedHorizons
January 26, 201510 yr Author Nevermind I got the 3 ToolMaterials. But I still Get This Error (ignore the code in the middle) : http://pastebin.com/qV4qkt8w ~ExtendedHorizons
January 26, 201510 yr Please give us the actual error message maybe we could help. ATM we dont know shit about your problem. Also attach the whole code where the error message is refering to. If my post helped you, please press that "Thank You"-button to show your appreciation. Also if you don't know Java, I would suggest you read the official tutorials by Oracle to get an idea of how to do this. Thanks, and good modding! Also if you haven't, set up a Git repo for your mod not only for convinience but also to make it easier to help you.
January 26, 201510 yr I don't know what the problem is, but: Replace this: Item.ToolMaterial.STONECRUSHER With this: STONECRUSHER Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.