Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use forge:tools/wrench tag for wrench
Browse files Browse the repository at this point in the history
Technici4n committed Feb 25, 2024
1 parent a8fb6d7 commit b183768
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 b183768

Please sign in to comment.