Replace old hardcoded spell book text with translation keys, fixes #368
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#PARSE_ESCAPES
|
||||
# PARSE_ESCAPES
|
||||
tile.ebwizardry\:arcane_workbench.name=Arcane Workbench
|
||||
tile.ebwizardry\:crystal_ore.name=Crystal Ore
|
||||
tile.ebwizardry\:petrified_stone.name=Petrified Stone
|
||||
@@ -498,6 +498,13 @@ advancement.ebwizardry\:enchant_scroll.desc=Craft a blank scroll and enchant it
|
||||
|
||||
handbook.toast.title=New Handbook Section Unlocked!
|
||||
|
||||
gui.ebwizardry\:spell_book.tier=Tier: %s
|
||||
gui.ebwizardry\:spell_book.element=Element: %s
|
||||
gui.ebwizardry\:spell_book.element_undiscovered=Element: ?
|
||||
gui.ebwizardry\:spell_book.mana_cost=Mana Cost: %s
|
||||
gui.ebwizardry\:spell_book.mana_cost_continuous=Mana Cost: %s/second
|
||||
gui.ebwizardry\:spell_book.mana_cost_undiscovered=Mana Cost: ?
|
||||
|
||||
container.ebwizardry\:arcane_workbench=Arcane Workbench
|
||||
container.ebwizardry\:arcane_workbench.apply=Apply
|
||||
container.ebwizardry\:arcane_workbench.mana=Mana\:
|
||||
|
||||
@@ -498,6 +498,13 @@ advancement.ebwizardry\:enchant_scroll.desc=Craft a blank scroll and enchant it
|
||||
|
||||
handbook.toast.title=New Handbook Section Unlocked!
|
||||
|
||||
gui.ebwizardry\:spell_book.tier=Tier: %s
|
||||
gui.ebwizardry\:spell_book.element=Element: %s
|
||||
gui.ebwizardry\:spell_book.element_undiscovered=Element: ?
|
||||
gui.ebwizardry\:spell_book.mana_cost=Mana Cost: %s
|
||||
gui.ebwizardry\:spell_book.mana_cost_continuous=Mana Cost: %s/second
|
||||
gui.ebwizardry\:spell_book.mana_cost_undiscovered=Mana Cost: ?
|
||||
|
||||
container.ebwizardry\:arcane_workbench=Arcane Workbench
|
||||
container.ebwizardry\:arcane_workbench.apply=Apply
|
||||
container.ebwizardry\:arcane_workbench.mana=Mana\:
|
||||
|
||||
Reference in New Issue
Block a user