Skip to content

Commit

Permalink
slight update
Browse files Browse the repository at this point in the history
  • Loading branch information
codedcosmos committed Jul 14, 2020
1 parent b9c9f73 commit 329d68b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codedcosmos/specialisedtools/tools/VeinPickaxe.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public void onBlockBreak(BlockBreakEvent e) {
"minecraft:iron_ore",
"minecraft:lapis_ore",
"minecraft:nether_quartz_ore",
"minecraft:redstone_ore");
"minecraft:redstone_ore",
"minecraft:nether_gold_ore");

MinerState minerState = new MinerState(e, oreMaterials, PICKAXE_LORE, MinerState.BreakDir.DIRECT, 16);
}
Expand Down

0 comments on commit 329d68b

Please sign in to comment.