Skip to content

Commit

Permalink
added some missing tags
Browse files Browse the repository at this point in the history
Signed-off-by: Warren Tode <[email protected]>
  • Loading branch information
warrentode committed Jan 15, 2024
1 parent 0946160 commit 03b61fb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,10 @@ private void registerModTags() {
}

private void registerForgeTags() {
tag(ForgeTags.Items.CURRENCY_PAPER)
.addTag(ModTags.Items.CURRENCY_PAPER);
tag(ForgeTags.Items.CURRENCY_FIBER)
.addTag(ModTags.Items.CURRENCY_FIBER);
tag(ForgeTags.Items.SUGAR)
.add(Items.SUGAR)
.add(Items.HONEY_BOTTLE);
Expand Down

0 comments on commit 03b61fb

Please sign in to comment.