Skip to content

Commit

Permalink
don't add copper ingot to copper ingot tag, neoforge already does that
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Sep 4, 2024
1 parent a1686e6 commit 8e6df60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/generated/resources/data/c/tags/item/ingots/copper.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ protected void addTags(HolderLookup.Provider registries) {
// Allow the annihilation plane to be enchanted with silk touch & fortune
tag(ItemTags.MINING_LOOT_ENCHANTABLE).add(AEParts.ANNIHILATION_PLANE.asItem());

// Forge is missing this tag right now
tag(ConventionTags.COPPER_INGOT)
.add(Items.COPPER_INGOT);

// Provide empty blacklist tags
tag(AETags.ANNIHILATION_PLANE_ITEM_BLACKLIST);

Expand Down

0 comments on commit 8e6df60

Please sign in to comment.