Posted December 18, 201311 yr Hi, is there a way to set the hardness of a block depending on what his metadata is? For exmample if the metadata is 0 the hardness is 1.0F and if it's 1 the hardness is 3.0F Thanks siiikooo Minecraft!
December 18, 201311 yr You will need to override the block's getStrVsBlock function. 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.
December 19, 201311 yr Author Where(in which function) would i place this snippet best? Best would be if changed the hardness even when the player holds down the left Mousebutton and than turns over the block.(Other than the Dragonegg) -siiikooo Minecraft!
December 19, 201311 yr Author Saw there is an metadata sensitive version. So i would only need to override this function for every Item. But how do i do that without actually overriding to file??? -siiikooo Minecraft!
December 19, 201311 yr Hi I'd suggest perhaps Block.getBlockHardness(World world, int x, int y, int z) and use world.getBlockMetadata(par2, par3, par4)); to get the metadata and return the appropriate hardness. -TGG
December 21, 201311 yr Author Thanks, didn't even see that function Trying it now, but should work. -siiikooo Minecraft!
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.