Skip to content

Commit

Permalink
Add HOP graphite ingots to general ingots tag, closes #6114
Browse files Browse the repository at this point in the history
  • Loading branch information
malte0811 committed Nov 23, 2024
1 parent ed7de86 commit 00371f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ protected void addTags(Provider p_256380_)
tag(IETags.coalCokeDust).add(Ingredients.DUST_COKE.get());
tag(IETags.hopGraphiteDust).add(Ingredients.DUST_HOP_GRAPHITE.get());
tag(IETags.hopGraphiteIngot).add(Ingredients.INGOT_HOP_GRAPHITE.get());
tag(Tags.Items.INGOTS).addTag(IETags.hopGraphiteIngot);
tag(IETags.copperWire).add(Ingredients.WIRE_COPPER.get());
tag(IETags.electrumWire).add(Ingredients.WIRE_ELECTRUM.get());
tag(IETags.aluminumWire).add(Ingredients.WIRE_ALUMINUM.get());
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/generated/resources/data/c/tags/item/ingots.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00371f6

Please sign in to comment.