Petite New member Mar 8, 2018 #1 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
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
T Tin New member Mar 8, 2018 #2 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: Mar 8, 2018
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.
Petite New member Mar 8, 2018 #3 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. Click to expand... Thanks a lot.
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. Click to expand... Thanks a lot.