Posted March 28, 20205 yr I'm trying to make it so that my modded block "ruby_block" is harvestable with an iron pickaxe or above, amd i believe it is done like this? event.getRegistry().register(new Block(Block.Properties.create(Material.IRON).hardnessAndResistance(5.0f, 6.0f).sound(SoundType.METAL).harvestLevel(2).harvestTool(null)).setRegistryName("ruby_block")); and i think something must replace null for it to work properly? what would go there? Thanks for helpin
March 29, 20205 yr 44 minutes ago, Silverbeam said: harvestTool(null) *COUGH* *HACK* *CHOKE* I wonder what this does 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.