From c8edfe3b514f6f96c1abfe77e310f22ab09ce7e9 Mon Sep 17 00:00:00 2001 From: BONNe Date: Thu, 5 Jan 2023 21:32:03 +0200 Subject: [PATCH] Adds potion names to the default locale. The potion names will not be displayed, but it will add all of them in the locale. --- src/main/resources/locales/en-US.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 45d94e6..f80e638 100755 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -1239,7 +1239,27 @@ challenges: # # This will overwrite generic translation. # name: "[type] [upgraded] [extended]" # # Type is either specific translation or potion effect. +# uncraftable: "Uncraftable" +# water: "Water" +# mundane: "Mundane" +# thick: "Thick" +# awkward: "Awkward" +# night_vision: "Potion of Night Vision" +# invisibility: "Potion of Invisibility" +# jump: "Potion of Leaping" +# fire_resistance: "Potion of Fire Resistance" +# speed: "Potion of Swiftness" +# slowness: "Potion of Slowness" # water_breathing: "Potion of Water Breathing" +# instant_heal: "Potion of Healing" +# instant_damage: "Potion of Harming" +# poison: "Potion of Poison" +# regen: "Potion of Regeneration" +# strength: "Potion of Strength" +# weakness: "Potion of Weakness" +# luck: "Potion of Luck" +# turtle_master: "Potion of Turtle Master" +# slow_falling: "Potion of Slow Falling" # stone_shovel: # # This will mean that only stone shovels will not show # # meta information.