User Tools

Site Tools


tutorial:mining_levels

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:mining_levels [2020/05/16 19:39] – add netherite mining level yanis48tutorial:mining_levels [2020/06/14 08:34] shedaniel
Line 36: Line 36:
 </code> </code>
  
-==== Disable drops when using the invalid tool ====+==== Disable drops when using the invalid tool (For 1.15.x!) ====
 You will need to set ''requiresTool'' in the material of the block, therefore you will want to create a clone for your material. You will need to set ''requiresTool'' in the material of the block, therefore you will want to create a clone for your material.
  
Line 48: Line 48:
 new FabricMaterialBuilder(MaterialColor.WOOD).burnable().requiresTool().build() new FabricMaterialBuilder(MaterialColor.WOOD).burnable().requiresTool().build()
 </code> </code>
 +
 +==== Disable drops when using the invalid tool (For 1.16.x!) ====
 +
 +You will need to set ''requiresTool'' in the settings of the block.
  
 ==== Making a custom tool ==== ==== Making a custom tool ====
tutorial/mining_levels.txt · Last modified: 2022/09/29 05:07 by solidblock