From f6cc7e76743e1cd5b81ecaf14e126272f50b6334 Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Wed, 10 Jan 2024 14:04:43 -0500 Subject: [PATCH] oops, those will crash --- .../github/fabricators_of_create/porting_lib/tags/Tags.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/src/main/java/io/github/fabricators_of_create/porting_lib/tags/Tags.java b/tags/src/main/java/io/github/fabricators_of_create/porting_lib/tags/Tags.java index a994b16b5..7b7512283 100644 --- a/tags/src/main/java/io/github/fabricators_of_create/porting_lib/tags/Tags.java +++ b/tags/src/main/java/io/github/fabricators_of_create/porting_lib/tags/Tags.java @@ -175,8 +175,8 @@ private static void init() { public static final TagKey STORAGE_BLOCKS_RAW_IRON = tag("raw_iron_blocks"); public static final TagKey STORAGE_BLOCKS_REDSTONE = tag("redstone_blocks"); - public static final TagKey NEEDS_WOOD_TOOL = MiningLevelManager.getBlockTag(Tiers.WOOD.getLevel()); - public static final TagKey NEEDS_GOLD_TOOL = MiningLevelManager.getBlockTag(Tiers.GOLD.getLevel()); + public static final TagKey NEEDS_WOOD_TOOL = tag("needs_wood_tool"); + public static final TagKey NEEDS_GOLD_TOOL = tag("needs_gold_tool"); public static final TagKey NEEDS_NETHERITE_TOOL = MiningLevelManager.getBlockTag(Tiers.NETHERITE.getLevel()); private static TagKey tag(String name) {