Skip to content

Commit

Permalink
Use #forge:tools/wrench tag for wrench (#88)
Browse files Browse the repository at this point in the history
Technici4n authored Feb 25, 2024
1 parent a8fb6d7 commit 4e6f5c9
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -24,5 +24,5 @@
import net.minecraft.world.item.Item;

public class MdTags {
public static final TagKey<Item> WRENCHES = TagKey.create(Registries.ITEM, new ResourceLocation("c:wrenches"));
public static final TagKey<Item> WRENCHES = TagKey.create(Registries.ITEM, new ResourceLocation("forge:tools/wrench"));
}

0 comments on commit 4e6f5c9

Please sign in to comment.