Posted March 15, 201411 yr I'm sort of a beginner in creating mods, but I've made a mod that adds some ores and I'm wondering how I would make the ore drop an item instead of the ore. Kind of like breaking a diamond ore and it drops a diamond unless you use a silk pick.. Any suggestions? Thanks
March 15, 201411 yr Author Why do you not look at the diamond ore? When I try and open a class, it says class not found...
March 15, 201411 yr Author Uhhh... Did you run setupDecompWorkspace? Yes.. I have to update the version any ways so I'll see if that fixes it
March 16, 201411 yr Author So does anyone know how to do this? I'm pretty sure its simple but I can't really access any class files to look at...
March 16, 201411 yr Take a look at public ArrayList<ItemStack> getDrops(World world, int x, int y, int z, int metadata, int fortune) in your block class. Simply create an ArrayList<ItemStack> and add the items you want to drop.
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.