Posted February 12, 20223 yr Hello, Which properties should I set to make my block unbreakable (like Bedrock) ? For now I am using: public static final BlockBehaviour.Properties NO_BREAK_BLOCK_PROPERTIES = BlockBehaviour .Properties .of(Material.HEAVY_METAL, MaterialColor.TERRACOTTA_BLACK) .strength(8.0f, 1200) .sound(SoundType.METAL) .lightLevel(s -> 5);
February 12, 20223 yr Author Got it. Not sure why, but intellij was not showing me BEDROCK as found when I searched for it the first time. I will change my settings to .strength(-1.0F, 3600000.0F).noDrops() Thank you
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.