• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Changing value...

Petite

New member
Not sure where and what to change if I want the stone to be harder to break instead of 1500 would be 5000 or 7500. Its to easy to dig and get to the bedrock.

Thanks

 
Blocks.xml

add:

<property name="MaxDamage" value="(insert your numbers)"/>

You can also do it with the materials.xml but best leave that alone since you could accidentally affect other blocks that use the same material.

There are other ways to do this but this is the easier, not necessarily the better.

 
Last edited by a moderator:
Blocks.xmladd:

<property name="MaxDamage" value="(insert your numbers)"/>

You can also do it with the materials.xml but best leave that alone since you could accidentally affect other blocks that use the same material.

There are other ways to do this but this is the easier, not necessarily the better.
Thanks a lot.

 
Back
Top