mirror of
https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16
synced 2026-03-02 03:40:08 +00:00
Fix error in code
This commit is contained in:
@@ -11,8 +11,7 @@ public class RubyBlock extends Block {
|
||||
super(Block.Properties.create(Material.IRON)
|
||||
.hardnessAndResistance(5.0f, 6.0f)
|
||||
.sound(SoundType.METAL)
|
||||
.harvestLevel(3) //1 - wood, 2 - stone, 3 - iron, 4 - diamond
|
||||
.harvestTool(ToolType.PICKAXE)
|
||||
);
|
||||
.harvestLevel(2)
|
||||
.harvestTool(ToolType.PICKAXE));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user