Skip to content

Commit

Permalink
oops, those will crash
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Jan 10, 2024
1 parent 1e37f69 commit 5132765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tags/src/main/java/me/alphamode/forgetags/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ private static void init() {
public static final TagKey<Block> STORAGE_BLOCKS_RAW_IRON = tag("raw_iron_blocks");
public static final TagKey<Block> STORAGE_BLOCKS_REDSTONE = tag("redstone_blocks");

public static final TagKey<Block> NEEDS_WOOD_TOOL = MiningLevelManager.getBlockTag(Tiers.WOOD.getLevel());
public static final TagKey<Block> NEEDS_GOLD_TOOL = MiningLevelManager.getBlockTag(Tiers.GOLD.getLevel());
public static final TagKey<Block> NEEDS_WOOD_TOOL = tag("needs_wood_tool");
public static final TagKey<Block> NEEDS_GOLD_TOOL = tag("needs_gold_tool");
public static final TagKey<Block> NEEDS_NETHERITE_TOOL = MiningLevelManager.getBlockTag(Tiers.NETHERITE.getLevel());

private static TagKey<Block> tag(String name) {
Expand Down

0 comments on commit 5132765

Please sign in to comment.