Posted November 8, 20205 yr I'm trying to make a new ore and it's harvest level is set to 3 but it drops when I mine it with a wooden pick. here is the code: public static final RegistryObject<Block> VOID_ORE= Registration.BLOCKS.register("void_ore", () -> new Block(Block.Properties.create(Material.IRON).harvestTool(ToolType.PICKAXE).hardnessAndResistance(10, 6).harvestLevel(3).sound(SoundType.STONE))); Edited November 8, 20205 yr by Weirdo
November 8, 20205 yr I think you will need to add setRequiredTool to the property as well Edited November 8, 20205 yr by poopoodice
November 8, 20205 yr Author 5 minutes ago, poopoodice said: I think you will need to add setRequiredTool to the property as well wdym
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.