Posted January 31, 20223 yr I've been getting issues with: public static final RegistryObject<Block> PWO_BLOCK = registerBlock("pwo_block", ()->new Block( AbstractBlock.Properties.of(Material.STONE) .harvestLevel(4) //Diamond pick .harvestTool(ToolType.PICKAXE) .strength(50f) .sound(SoundType.METAL) .setRequiresTool() //Error, not found )); I'm using the default forge MDK mapping though. Any ideas?
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.