Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Ensure NETHER_GOLD_ORE is covered by DisableSilkTouchOreBreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Oct 3, 2020
1 parent 39684df commit 55940ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private boolean isOre(String materialName) {
case "DIAMOND_ORE":
case "EMERALD_ORE":
case "LAPIS_ORE":
case "NETHER_GOLD_ORE":
case "NETHER_QUARTZ_ORE":
case "REDSTONE_ORE":
// Pre Minecraft 1.13:
Expand Down

0 comments on commit 55940ba

Please sign in to comment.