Skip to content

Commit

Permalink
add missing tag translation
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jan 31, 2025
1 parent 13e5650 commit 2361640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/generated/assets/arcanuscontinuum/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
"tag.item.arcanuscontinuum.copper_curse_immune": "Ignored by Copper Curse",
"tag.item.arcanuscontinuum.crafting.spellbinding_acceptable_spellbooks": "Spellbooks",
"tag.item.arcanuscontinuum.staves": "Staves",
"tag.item.arcanuscontinuum.staves_for_wizards": "Staves for Wizards",
"tag.item.arcanuscontinuum.wizard_armor": "Wizard Armor",
"tag.item.c.feathers": "Feathers",
"tag.worldgen.biome.arcanuscontinuum.has_structure.wizard_tower": "Has Wizard Tower",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public void generateTranslations(TranslationBuilder builder) {
tag(builder, ArcanusItemTags.CRAFTING_SPELLBINDING_SPELLBOOKS, "Spellbooks");
tag(builder, ArcanusItemTags.COPPER_CURSE_IMMUNE, "Ignored by Copper Curse");
tag(builder, ArcanusItemTags.STAVES, "Staves");
tag(builder, ArcanusItemTags.STAVES_FOR_WIZARDS, "Staves for Wizards");
tag(builder, ArcanusItemTags.WIZARD_ARMOR, "Wizard Armor");

builder.add("text.arcanuscontinuum.block_is_warded", "This block is warded.");
Expand Down

0 comments on commit 2361640

Please sign in to comment.