From 97afb7e919a6765dd2f7514cfec0aac05fa0b851 Mon Sep 17 00:00:00 2001 From: EfinaBot <71629264+EfinaBot@users.noreply.github.com> Date: Sun, 21 May 2023 07:01:09 +0000 Subject: [PATCH] =?UTF-8?q?trans(Crowdin):=20=E6=96=B0=E7=9A=84=E7=BF=BB?= =?UTF-8?q?=E8=AD=AF=E4=B8=8A=E5=82=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fabric/1.19/controlify/lang/zh_TW.json | 184 +++ Forge/1.18/dannys_expansion/lang/zh_TW.json | 352 +++++ Forge/1.18/goblinsanddungeons/lang/zh_TW.json | 130 ++ Forge/1.18/kobolds/lang/zh_TW.json | 78 ++ Forge/1.18/lilwings/lang/zh_TW.json | 127 ++ Forge/1.18/magistuarmory/lang/zh_TW.json | 716 +++++++++++ Forge/1.18/orcz/lang/zh_TW.json | 181 +++ Forge/1.18/pfm/lang/zh_TW.json | 1059 +++++++++++++++ Forge/1.18/scattered_weapons/lang/zh_TW.json | 63 + Forge/1.18/unvotedandshelved/lang/zh_TW.json | 72 ++ .../1.18/valhelsia_structures/lang/zh_TW.json | 89 ++ Forge/1.19/tombstone/lang/zh_TW.json | 1133 +++++++++++++++++ 12 files changed, 4184 insertions(+) create mode 100644 Fabric/1.19/controlify/lang/zh_TW.json create mode 100644 Forge/1.18/dannys_expansion/lang/zh_TW.json create mode 100644 Forge/1.18/goblinsanddungeons/lang/zh_TW.json create mode 100644 Forge/1.18/kobolds/lang/zh_TW.json create mode 100644 Forge/1.18/lilwings/lang/zh_TW.json create mode 100644 Forge/1.18/magistuarmory/lang/zh_TW.json create mode 100644 Forge/1.18/orcz/lang/zh_TW.json create mode 100644 Forge/1.18/pfm/lang/zh_TW.json create mode 100644 Forge/1.18/scattered_weapons/lang/zh_TW.json create mode 100644 Forge/1.18/unvotedandshelved/lang/zh_TW.json create mode 100644 Forge/1.18/valhelsia_structures/lang/zh_TW.json create mode 100644 Forge/1.19/tombstone/lang/zh_TW.json diff --git a/Fabric/1.19/controlify/lang/zh_TW.json b/Fabric/1.19/controlify/lang/zh_TW.json new file mode 100644 index 0000000..8ad180c --- /dev/null +++ b/Fabric/1.19/controlify/lang/zh_TW.json @@ -0,0 +1,184 @@ +{ + "controlify.gui.category.global": "Global", + "controlify.gui.current_controller": "Current Controller", + "controlify.gui.current_controller.tooltip": "In Controlify's infancy, only one controller can be used at a time, this selects which one you want to use.", + "controlify.gui.out_of_focus_input": "Out of Focus Input", + "controlify.gui.out_of_focus_input.tooltip": "If enabled, Controlify will still receive input even if the game window is not focused.", + "controlify.gui.open_issue_tracker": "Open Issue Tracker", + "controlify.gui.group.basic": "Basic", + "controlify.gui.group.basic.tooltip": "Adjust how your controller behaves.", + "controlify.gui.horizontal_look_sensitivity": "Horizontal Look Sensitivity", + "controlify.gui.horizontal_look_sensitivity.tooltip": "How fast the camera moves horizontally when looking around.", + "controlify.gui.vertical_look_sensitivity": "Vertical Look Sensitivity", + "controlify.gui.vertical_look_sensitivity.tooltip": "How fast the camera moves vertically when looking around.", + "controlify.gui.toggle_sneak": "Sneak", + "controlify.gui.toggle_sneak.tooltip": "How the state of the sneak button behaves.", + "controlify.gui.toggle_sprint": "Sprint", + "controlify.gui.toggle_sprint.tooltip": "How the state of the sprint button behaves.", + "controlify.gui.auto_jump": "Auto Jump", + "controlify.gui.auto_jump.tooltip": "If the player should automatically jump when you reach a block.", + "controlify.gui.show_guide": "Show Button Guide", + "controlify.gui.show_guide.tooltip": "Show a HUD in-game displaying actions you can do with controller buttons.", + "controlify.gui.vmouse_sensitivity": "Virtual Mouse Sensitivity", + "controlify.gui.vmouse_sensitivity.tooltip": "How fast the virtual mouse moves.", + "controlify.gui.controller_theme": "Controller Theme", + "controlify.gui.controller_theme.tooltip": "The theme to use for rendering controller buttons.", + "controlify.gui.custom_name": "Display Name", + "controlify.gui.custom_name.tooltip": "Name to display for this controller throughout Minecraft.", + "controlify.gui.group.advanced": "Advanced", + "controlify.gui.group.advanced.tooltip": "Settings you probably shouldn't touch!.", + "controlify.gui.screen_repeat_navi_delay": "Screen Repeat Navigation Delay", + "controlify.gui.screen_repeat_navi_delay.tooltip": "How fast a screen navigation action repeats.", + "controlify.gui.left_stick_deadzone": "Left Stick Deadzone", + "controlify.gui.left_stick_deadzone.tooltip": "How far the left joystick needs to be pushed before registering input.", + "controlify.gui.right_stick_deadzone": "Right Stick Deadzone", + "controlify.gui.right_stick_deadzone.tooltip": "How far the right joystick needs to be pushed before registering input.", + "controlify.gui.joystick_axis_deadzone": "%s Deadzone", + "controlify.gui.joystick_axis_deadzone.tooltip": "How far '%s' axis needs to be pushed before registering input.", + "controlify.gui.stickdrift_warning": "Warning: Setting this too low will cause stickdrift! This is where the internals of your controller become mis-calibrated and register small amounts of input when there shouldn't be.", + "controlify.gui.auto_calibration": "Automatic Deadzone Calibration", + "controlify.gui.auto_calibration.tooltip": "Automatically calibrate the deadzone of your controller.", + "controlify.gui.button_activation_threshold": "Button Activation Threshold", + "controlify.gui.button_activation_threshold.tooltip": "How far a button needs to be pushed before registering as pressed.", + "controlify.gui.group.controls": "Controls", + "controlify.gui.group.controls.tooltip": "Adjust the controller controls.", + "controlify.gui.bind_input_awaiting": "Press any button", + "controlify.gui.format.ticks": "%s ticks", + "controlify.gui.format.hold_toggle.hold": "Hold", + "controlify.gui.format.hold_toggle.toggle": "Toggle", + "controlify.gui.format.open": "OPEN URL", + "controlify.gui.button": "Controller Settings...", + "controlify.toast.vmouse_enabled.title": "Virtual Mouse Enabled", + "controlify.toast.vmouse_enabled.description": "Controlify virtual mouse is now enabled for this screen.", + "controlify.toast.vmouse_disabled.title": "Virtual Mouse Disabled", + "controlify.toast.vmouse_disabled.description": "Controlify virtual mouse is now disabled for this screen.", + "controlify.toast.controller_connected.title": "Controller Connected", + "controlify.toast.controller_connected.description": "A controller named '%s' has just been connected. You can switch to your other controller in Controlify settings.", + "controlify.toast.controller_disconnected.title": "Controller Disconnected", + "controlify.toast.controller_disconnected.description": "'%s' was disconnected.", + "controlify.toast.controller_calibration.title": "New controller detected", + "controlify.toast.controller_calibration.description": "A new controller(s) has been detected, you must calibrate before you use it!", + "controlify.toast.faulty_input.title": "Controller disabled", + "controlify.toast.faulty_input.description": "Your controller has been disabled because Controlify detected it was causing you problems using keyboard and mouse input. This is likely due to setting your deadzone values too low or your joystick is not mapped properly, making the controller think it is always giving input.", + "controlify.controller_theme.default": "Default", + "controlify.controller_theme.xbox_one": "Xbox", + "controlify.controller_theme.dualshock4": "PS4", + "controlify.controller_theme.steam_deck": "Steam Deck", + "controlify.binding.controlify.walk_forward": "Walk Forward", + "controlify.binding.controlify.walk_backward": "Walk Backward", + "controlify.binding.controlify.strafe_left": "Strafe Left", + "controlify.binding.controlify.strafe_right": "Strafe Right", + "controlify.binding.controlify.look_up": "Look Up", + "controlify.binding.controlify.look_down": "Look Down", + "controlify.binding.controlify.look_left": "Look Left", + "controlify.binding.controlify.look_right": "Look Right", + "controlify.binding.controlify.jump": "Jump", + "controlify.binding.controlify.sneak": "Sneak", + "controlify.binding.controlify.attack": "Attack", + "controlify.binding.controlify.use": "Use", + "controlify.binding.controlify.sprint": "Sprint", + "controlify.binding.controlify.next_slot": "Next Hotbar Slot", + "controlify.binding.controlify.prev_slot": "Previous Hotbar Slot", + "controlify.binding.controlify.pause": "Pause Game", + "controlify.binding.controlify.inventory": "Open Inventory", + "controlify.binding.controlify.change_perspective": "Change Perspective", + "controlify.binding.controlify.swap_hands": "Swap Hands", + "controlify.binding.controlify.open_chat": "Open Chat", + "controlify.binding.controlify.gui_press": "GUI Press", + "controlify.binding.controlify.gui_back": "GUI Back", + "controlify.binding.controlify.gui_next_tab": "GUI Next Tab", + "controlify.binding.controlify.gui_prev_tab": "GUI Previous Tab", + "controlify.binding.controlify.drop": "Drop Item", + "controlify.binding.controlify.pick_block": "Pick Block", + "controlify.binding.controlify.toggle_hud_visibility": "Toggle HUD Visibility", + "controlify.binding.controlify.show_player_list": "Show Player List", + "controlify.binding.controlify.vmouse_move_up": "VMouse Move Up", + "controlify.binding.controlify.vmouse_move_down": "VMouse Move Down", + "controlify.binding.controlify.vmouse_move_left": "VMouse Move Left", + "controlify.binding.controlify.vmouse_move_right": "VMouse Move Right", + "controlify.binding.controlify.vmouse_lclick": "VMouse LClick", + "controlify.binding.controlify.vmouse_rclick": "VMouse RClick", + "controlify.binding.controlify.vmouse_shift_click": "VMouse Shift Click", + "controlify.binding.controlify.vmouse_scroll_up": "VMouse Scroll Up", + "controlify.binding.controlify.vmouse_scroll_down": "VMouse Scroll Down", + "controlify.binding.controlify.vmouse_escape": "VMouse Key Escape", + "controlify.binding.controlify.vmouse_shift": "VMouse Key Shift", + "controlify.binding.controlify.vmouse_toggle": "Toggle Virtual Mouse", + "controlify.binding.controlify.gui_navi_down": "GUI Navi Down", + "controlify.binding.controlify.gui_navi_up": "GUI Navi Up", + "controlify.binding.controlify.gui_navi_left": "GUI Navi Left", + "controlify.binding.controlify.gui_navi_right": "GUI Navi Right", + "controlify.binding.controlify.cycle_opt_forward": "Cycle Option Forward", + "controlify.binding.controlify.cycle_opt_backward": "Cycle Option Backward", + "controlify.guide.inventory": "Open Inventory", + "controlify.guide.swim_up": "Swim Up", + "controlify.guide.start_elytra": "Open Elytra Wings", + "controlify.guide.fly_up": "Fly Up", + "controlify.guide.fly_down": "Fly Down", + "controlify.guide.start_sneaking": "Start Sneaking", + "controlify.guide.stop_sneaking": "Stop Sneaking", + "controlify.guide.start_swimming": "Start Swimming", + "controlify.guide.start_sprinting": "Start Sprinting", + "controlify.guide.stop_swimming": "Stop Swimming", + "controlify.guide.stop_sprinting": "Stop Sprinting", + "controlify.guide.sneak": "Sneak", + "controlify.guide.dismount": "Dismount", + "controlify.guide.swim_down": "Swim Down", + "controlify.guide.drop": "Drop Item", + "controlify.guide.swap_hands": "Swap Hands", + "controlify.guide.attack": "Attack", + "controlify.guide.break": "Break", + "controlify.guide.use": "Use", + "controlify.guide.interact": "Interact", + "controlify.guide.pick_block": "Pick Block", + "controlify.joystick_mapping.unmapped.axis": "Axis #%s", + "controlify.joystick_mapping.unmapped.button": "Button #%s", + "controlify.joystick_mapping.unmapped.hat": "Hat #%s", + "controlify.joystick_mapping.unmapped.axis_direction.negative": "(Negative)", + "controlify.joystick_mapping.unmapped.axis_direction.positive": "(Positive)", + "controlify.joystick_mapping.xbox_one.axis.left_stick": "Left Stick", + "controlify.joystick_mapping.xbox_one.axis.left_stick.left": "Left", + "controlify.joystick_mapping.xbox_one.axis.left_stick.right": "Right", + "controlify.joystick_mapping.xbox_one.axis.left_stick.up": "Up", + "controlify.joystick_mapping.xbox_one.axis.left_stick.down": "Down", + "controlify.joystick_mapping.xbox_one.axis.right_stick": "Right Stick", + "controlify.joystick_mapping.xbox_one.axis.right_stick.left": "Left", + "controlify.joystick_mapping.xbox_one.axis.right_stick.right": "Right", + "controlify.joystick_mapping.xbox_one.axis.right_stick.up": "Up", + "controlify.joystick_mapping.xbox_one.axis.right_stick.down": "Down", + "controlify.joystick_mapping.xbox_one.axis.left_trigger": "Left Trigger", + "controlify.joystick_mapping.xbox_one.axis.left_trigger.up": "Up", + "controlify.joystick_mapping.xbox_one.axis.left_trigger.down": "Down", + "controlify.joystick_mapping.xbox_one.axis.right_trigger": "Right Trigger", + "controlify.joystick_mapping.xbox_one.axis.right_trigger.up": "Up", + "controlify.joystick_mapping.xbox_one.axis.right_trigger.down": "Down", + "controlify.joystick_mapping.xbox_one.button.a": "A", + "controlify.joystick_mapping.xbox_one.button.b": "B", + "controlify.joystick_mapping.xbox_one.button.x": "X", + "controlify.joystick_mapping.xbox_one.button.y": "Y", + "controlify.joystick_mapping.xbox_one.button.left_bumper": "Left Bumper", + "controlify.joystick_mapping.xbox_one.button.right_bumper": "Right Bumper", + "controlify.joystick_mapping.xbox_one.button.left_stick": "Left Stick Press", + "controlify.joystick_mapping.xbox_one.button.right_stick": "Right Stick Press", + "controlify.joystick_mapping.xbox_one.button.back": "Back", + "controlify.joystick_mapping.xbox_one.button.start": "Start", + "controlify.joystick_mapping.xbox_one.button.guide": "Guide", + "controlify.joystick_mapping.xbox_one.hat.dpad": "D-Pad", + "controlify.calibration.title": "Controller Calibration for '%s'", + "controlify.calibration.info": "This process will optimize settings for your controller to prevent stick drift. Stick drift happens in your controller thumbsticks and outputs slightly wrong values when you aren't touching them at all. Deadzones are used to prevent this.\n\nThis will only take a few seconds.", + "controlify.calibration.wait": "Please do not touch your controller thumbsticks until the progress bar is complete. This process will only take a few seconds.", + "controlify.calibration.complete": "Calibration complete! You can now use your controller. Press done to return to the game.", + "controlify.calibration.ready": "Ready", + "controlify.calibration.done": "Done", + "controlify.calibration.calibrating": "Calibrating...", + "controlify.beta.title": "Controlify Beta Notice", + "controlify.beta.message": "You are currently using Controlify Beta.\n\nThis mod is a work in progress and will contain many bugs. Please, if you spot a bug in this mod or have a suggestion to make it even better, please create an issue on the %s!\n\nYou can always find the link to the issue tracker in Controlify's settings menu.", + "controlify.beta.message.link": "issue tracker", + "controlify.beta.button": "Open Issue Tracker...", + "controlify.error.hid": "Controller Detection Disabled", + "controlify.error.hid.desc": "Controlify could not start the controller detection system used to identify and distinguish between multiple controllers. This means controller config will not be able to be saved between play sessions. This is likely due to a system fault and you should check logs for further information.", + "controlify.hat_state.up": "Up", + "controlify.hat_state.down": "Down", + "controlify.hat_state.left": "Left", + "controlify.hat_state.right": "Right" +} diff --git a/Forge/1.18/dannys_expansion/lang/zh_TW.json b/Forge/1.18/dannys_expansion/lang/zh_TW.json new file mode 100644 index 0000000..85937e8 --- /dev/null +++ b/Forge/1.18/dannys_expansion/lang/zh_TW.json @@ -0,0 +1,352 @@ +{ + "danny_commands.force_phase.same_phase": "World phase is %s already!", + "danny_commands.force_phase.success": "Changed world phase from %s to %s", + "argument.dannys_expansion.phase.invalid_reference": "Couldn't find phase \"%s\"", + "argument.dannys_expansion.phase_ordinal.negative_ordinal": "Phase ordinal cannot be negative: %s", + "argument.dannys_expansion.phase_ordinal.out_of_bounds_ordinal": "Phase ordinal is out of bounds: %s", + "container.workbench": "Workbench", + "container.engineering_station": "Engineering Station", + "container.lazy_workstation.filter": "Filter", + "container.lazy_workstation.search_bar": "Search", + "container.danny_accessories": "Accessories", + "ingredient_tooltip.tag": "Any from @tag", + "ingredient_tooltip.tag_content_hidden": "Press @key to show contents from @tag", + "danny_options.credits": "Credits", + "danny_options.generation.title": "Generation", + "danny_options.links": "Links", + "danny_options.main.title": "Danny's Expansion Options", + "danny_options.mob_natural_generation.title": "Mob Natural Generation", + "danny_options.mob_spawn.title_suffix": "Spawn Configuration", + "danny_options.mob_spawn.biomes": "Biomes", + "danny_options.mob_spawn.biome_dictionaries": "Biome Dictionaries", + "danny_options.mob_spawn.blacklisted_biomes": "Blacklisted Biomes", + "danny_options.mob_spawn.blacklisted_biome_dictionaries": "Blacklisted Dictionaries", + "danny_options.structures.title": "Structures", + "death.attack.cursed_flames": "%1$s got burnt in cursed flames", + "death.attack.cursed_flames.player": "%1$s got burnt in cursed flames whilst fighting %2$s", + "death.attack.spores": "%1$s got consumed by spores", + "death.attack.spores.player": "%1$s got consumed by spores whilst fighting %2$s", + "effect.dannys_expansion.cursed_flames": "Cursed Flames", + "effect.dannys_expansion.spores": "Spores", + "effect.dannys_expansion.yellow_foam": "Yellow Foam", + "effect.dannys_expansion.venom": "Venom", + "itemGroup.dannys_expansion": "Danny's Expansion", + "description.dannys_expansion.antique_armor": "Press 3 times in one direction to do a dash attack.", + "description.dannys_expansion.spore_bomb": "Creates a spore cloud on detonation.", + "description.dannys_expansion.blue_slime": "Summons a mountable slime.", + "description.dannys_expansion.gun": "Gun", + "description.dannys_expansion.bow": "Bow", + "description.dannys_expansion.arrow": "Arrow", + "description.dannys_expansion.accessory": "Accessory", + "description.dannys_expansion.hold_key_for_info": "Press @in< For More Information.", + "description.dannys_expansion.statistics": "@in< Statistics:", + "description.dannys_expansion.hidden_data": "Hidden Data:", + "description.dannys_expansion.shoot_delay": "@in< Shoot Delay", + "description.dannys_expansion.damage": "@in< Damage", + "description.dannys_expansion.rate_of_fire": "@in< Rate Of Fire", + "description.dannys_expansion.additional_bullet_speed": "@in< Additional Bullet Speed", + "description.dannys_expansion.bullet_speed_multiplier": "@in< Bullet Speed Multiplier", + "description.dannys_expansion.recoil": "@in< Recoil", + "description.dannys_expansion.max_recoil": "@in< Max Recoil", + "description.dannys_expansion.scoping_zoom": "@in< Scoping Zoom", + "description.dannys_expansion.scoping_sens_multiplier": "@in< Scoping Sensibility Multiplier", + "description.dannys_expansion.scoping_movement": "@in< Scoping Movement Multiplier", + "description.dannys_expansion.pellet_count": "@in< Pellets Per Shoot", + "description.dannys_expansion.pellet_dispersion": "@in< Pellet Dispersion", + "description.dannys_expansion.arrow_damage_factor": "@in< Arrow Damage Factor", + "description.dannys_expansion.arrow_speed_factor": "@in< Arrow Speed Factor", + "description.dannys_expansion.nock_time": "@in< Nock Time", + "description.dannys_expansion.nock_zoom": "@in< Nock Zoom", + "description.dannys_expansion.nock_movement_speed": "@in< Nock Movement Speed", + "description.dannys_expansion.accessory_base.melee_damage_modifier": "@mod< Melee Damage", + "description.dannys_expansion.accessory_base.melee_knockback_modifier": "@mod< Melee Knockback", + "description.dannys_expansion.accessory_base.melee_speed_modifier": "@mod< Melee Speed", + "description.dannys_expansion.accessory_base.gun_accuracy_modifier": "@mod< Gun Accuracy", + "description.dannys_expansion.accessory_base.gun_cadence_modifier": "@mod< Gun Cadence", + "description.dannys_expansion.accessory_base.gun_damage_mlt_modifier": "@mod<% Gun Damage", + "description.dannys_expansion.accessory_base.gun_damage_add_modifier": "@mod< Gun Damage", + "description.dannys_expansion.accessory_base.bullet_speed_modifier": "@mod<% Bullet Speed", + "description.dannys_expansion.accessory_base.archery_speed_modifier": "@mod< Bow Recharge Speed", + "description.dannys_expansion.accessory_base.archery_damage_mlt_modifier": "@mod<% Archery Damage", + "description.dannys_expansion.accessory_base.archery_damage_add_modifier": "@mod< Archery Damage", + "description.dannys_expansion.accessory_base.arrow_speed_modifier": "@mod<% Arrow Speed", + "description.dannys_expansion.accessory_base.movement_speed_modifier": "@mod<% movement speed", + "description.dannys_expansion.accessory_base.knockback_resistance_modifier": "@mod< knockback_resistance", + "description.dannys_expansion.accessory_base.armor_modifier": "@mod< armor", + "description.dannys_expansion.accessory_base.luck_modifier": "@mod< luck", + "description.dannys_expansion.accessories.ayerstone": "5.00% chance of performing a special sand attack when attacking a mob directly.", + "description.dannys_expansion.accessories.ebbewel": "Provides you with 3 small impulses when swimming, when you use at least one impulse, you can wait a 3 seconds cooldown out of water to recharge them fully.", + "description.dannys_expansion.accessories.klifour_talisman": "Makes Klifour have a neutral behaviour towards you, meaning that they wont attack you on sight, however if you hurt a Klifour they will start attacking you anyway.", + "description.dannys_expansion.accessories.sand_necklace": "Spawns a soul that punches away enemies targeting you.", + "description.dannys_expansion.unstable": "[Unstable]", + "description.dannys_expansion.design.dyable": "Dyable", + "description.dannys_expansion.pet_name": "Name", + "description.dannys_expansion.pet_health": "Health", + "description.dannys_expansion.pet_owner": "Owner", + "description.dannys_expansion.gun_damage": "Damage", + "description.dannys_expansion.gun_cooldown": "Cooldown", + "description.dannys_expansion.text1": "Press", + "description.dannys_expansion.text2": "to show info.", + "description.dannys_expansion.full_set": "(On full set)", + "description.dannys_expansion.material": "Material", + "description.dannys_expansion.kite": "Place it on a fence!", + "key.categories.dannys_expansion": "Danny's Expansion", + "key.dannys_expansion.mount_ability": "Mount Ability", + "datagenerated.starts": "Down Here", + "dannys_expansion.subtitles.ambiance.end_ambiance": "End Ambiance", + "dannys_expansion.subtitles.ambiance.emossence_ambiance": "Emossence Ambiance", + "dannys_expansion.subtitles.block.compact_ice_break": "Compact Ice Break", + "dannys_expansion.subtitles.block.compact_ice_dig": "Compact Ice Dig", + "dannys_expansion.subtitles.block.compact_ice_place": "Compact Ice Place", + "dannys_expansion.subtitles.block.ectoshroom_break": "Ectoshroom Break", + "dannys_expansion.subtitles.block.ectoshroom_dig": "Ectoshroom Dig", + "dannys_expansion.subtitles.block.ectoshroom_place": "Ectoshroom Place", + "dannys_expansion.subtitles.block.ectoshroom_step": "Ectoshroom Step", + "dannys_expansion.subtitles.block.upholder_on": "Upholder On", + "dannys_expansion.subtitles.block.upholder_off": "Upholder Off", + "dannys_expansion.subtitles.block.hollow_metal_break": "Hollow Metal Break", + "dannys_expansion.subtitles.block.hollow_metal_hit": "Hollow Metal Hit", + "dannys_expansion.subtitles.block.hollow_metal_place": "Hollow Metal Place", + "dannys_expansion.subtitles.block.hollow_metal_step": "Hollow Metal Step", + "dannys_expansion.subtitles.entity.monster_cookie_hurt": "Monster Cookie Hurt", + "dannys_expansion.subtitles.entity.monster_cookie_death": "Monster Cookie Death", + "dannys_expansion.subtitles.entity.monster_cookie_growl": "Monster Cookie Growl", + "dannys_expansion.subtitles.entity.monster_cookie_idle": "Monster Cookie Idle", + "dannys_expansion.subtitles.entity.varado_hit": "Varado Hit", + "dannys_expansion.subtitles.entity.ender_beast_step": "Ender Beast Step", + "dannys_expansion.subtitles.entity.ender_beast_mmh": "Ender Beast Mmh", + "dannys_expansion.subtitles.entity.ender_beast_grunt": "Ender Beast Grunt", + "dannys_expansion.subtitles.entity.ender_beast_large_grunt": "Ender Beast Large Grunt", + "dannys_expansion.subtitles.entity.ender_beast_hurt": "Ender Beast Hurt", + "dannys_expansion.subtitles.entity.ender_beast_effort": "Ender Beast Effort", + "dannys_expansion.subtitles.entity.ender_beast_confusion": "Ender Beast Confusion", + "dannys_expansion.subtitles.entity.ender_dragon_reward_init": "Ender Dragon Reward Init", + "dannys_expansion.subtitles.entity.ender_dragon_reward_loop": "Ender Dragon Reward Loop", + "dannys_expansion.subtitles.entity.ender_dragon_reward_open": "Ender Dragon Reward Open", + "dannys_expansion.subtitles.entity.ender_dragon_reward_use": "Ender Dragon Reward Use", + "dannys_expansion.subtitles.entity.generic_chest_close": "Generic Chest Close", + "dannys_expansion.subtitles.entity.generic_chest_open": "Generic Chest Open", + "dannys_expansion.subtitles.entity.squig_bubble_pop": "Squig Bubble Pop", + "dannys_expansion.subtitles.entity.squig_bubble_hit": "Squig Bubble Hit", + "dannys_expansion.subtitles.entity.insect_step": "Insect Step", + "dannys_expansion.subtitles.entity.black_scorpion_claw_attack": "Black Scorpion Claw Attack", + "dannys_expansion.subtitles.entity.black_scorpion_death": "Black Scorpion Death", + "dannys_expansion.subtitles.entity.black_scorpion_hurt": "Black Scorpion Hurt", + "dannys_expansion.subtitles.entity.black_scorpion_step": "Black Scorpion Step", + "dannys_expansion.subtitles.entity.black_scorpion_sting": "Black Scorpion Sting", + "dannys_expansion.subtitles.entity.blade_swing_large": "Blade Swing Large", + "dannys_expansion.subtitles.entity.blade_swing_moderated": "Blade Swing Moderated", + "dannys_expansion.subtitles.entity.blade_swing_small": "Blade Swing Small", + "dannys_expansion.subtitles.entity.bullet_impact_dirt": "Bullet Impact Dirt", + "dannys_expansion.subtitles.entity.bullet_impact_generic": "Bullet Impact Generic", + "dannys_expansion.subtitles.entity.bullet_impact_glass": "Bullet Impact Glass", + "dannys_expansion.subtitles.entity.bullet_impact_stone": "Bullet Impact Stone", + "dannys_expansion.subtitles.entity.bullet_impact_water": "Bullet Impact Water", + "dannys_expansion.subtitles.entity.bullet_impact_wood": "Bullet Impact Wood", + "dannys_expansion.subtitles.entity.ghoul_death": "Ghoul Death", + "dannys_expansion.subtitles.entity.ghoul_hurt": "Ghoul Hurt", + "dannys_expansion.subtitles.entity.ghoul_idle": "Ghoul Idle", + "dannys_expansion.subtitles.entity.ghoul_punch": "Ghoul Punch", + "dannys_expansion.subtitles.entity.high_velocity_bullet": "High Velocity Bullet", + "dannys_expansion.subtitles.entity.ice_elemental_hurt": "Ice Elemental Hurt", + "dannys_expansion.subtitles.entity.ice_elemental_death": "Ice Elemental Death", + "dannys_expansion.subtitles.entity.ice_elemental_charge_attack": "Ice Elemental Charge Attack", + "dannys_expansion.subtitles.entity.ice_spike_hit": "Ice Spike Hit", + "dannys_expansion.subtitles.entity.kite_attach": "Kite Attach", + "dannys_expansion.subtitles.entity.kite_detach": "Kite Detach", + "dannys_expansion.subtitles.entity.kite_loop": "Kite Loop", + "dannys_expansion.subtitles.entity.klifour_hide": "Klifour Hide", + "dannys_expansion.subtitles.entity.klifour_hurt": "Klifour Hurt", + "dannys_expansion.subtitles.entity.klifour_scrub": "Klifour Scrub", + "dannys_expansion.subtitles.entity.klifour_show_up": "Klifour Show Up", + "dannys_expansion.subtitles.entity.klifour_spit": "Klifour Spit", + "dannys_expansion.subtitles.entity.klifour_spit_impact": "Klifour Spit Impact", + "dannys_expansion.subtitles.entity.armor_creak": "Armor Creak", + "dannys_expansion.subtitles.entity.armor_deep_creak": "Armor Deep Creak", + "dannys_expansion.subtitles.entity.possessed_armor_hard_step": "Possessed Armor Hard Step", + "dannys_expansion.subtitles.entity.armor_heavy_creak": "Armor Heavy Creak", + "dannys_expansion.subtitles.entity.armor_hit": "Armor Hit", + "dannys_expansion.subtitles.entity.armor_low_creak": "Armor Low Creak", + "dannys_expansion.subtitles.entity.armor_thin_creak": "Armor Thin Creak", + "dannys_expansion.subtitles.entity.possessed_armor_dash": "Possessed Armor Dash", + "dannys_expansion.subtitles.entity.possessed_armor_death": "Possessed Armor Death", + "dannys_expansion.subtitles.entity.possessed_armor_jiggles": "Possessed Armor Jiggles", + "dannys_expansion.subtitles.entity.possessed_armor_slash": "Possessed Armor Slash", + "dannys_expansion.subtitles.entity.possessed_armor_step": "Possessed Armor Step", + "dannys_expansion.subtitles.entity.possessed_armor_swish": "Possessed Armor Swish", + "dannys_expansion.subtitles.entity.squig_bubble_generate": "Squig Bubble Generate", + "dannys_expansion.subtitles.entity.squig_hurt": "Squig Hurt", + "dannys_expansion.subtitles.entity.squig_idle": "Squig Idle", + "dannys_expansion.subtitles.entity.squig_jump": "Squig Jump", + "dannys_expansion.subtitles.entity.swoosh": "Swoosh", + "dannys_expansion.subtitles.entity.test_dummy_hit": "Test Dummy Hit", + "dannys_expansion.subtitles.entity.test_dummy_place": "Test Dummy Place", + "dannys_expansion.subtitles.entity.test_dummy_remove": "Test Dummy Remove", + "dannys_expansion.subtitles.entity.tumefend_hop": "Tumefend Hop", + "dannys_expansion.subtitles.entity.cursed_skull_hurt": "Cursed Skull Hurt", + "dannys_expansion.subtitles.entity.cursed_skull_death": "Cursed Skull Death", + "dannys_expansion.subtitles.entity.cursed_skull_spit": "Cursed Skull Spit", + "dannys_expansion.subtitles.entity.cursed_skull_idle": "Cursed Skull Idle", + "dannys_expansion.subtitles.entity.cursed_fireball_hit": "Cursed Fireball Hit", + "dannys_expansion.subtitles.entity.goblin_attack": "Goblin Attack", + "dannys_expansion.subtitles.entity.goblin_combat": "Goblin Combat", + "dannys_expansion.subtitles.entity.goblin_death": "Goblin Death", + "dannys_expansion.subtitles.entity.goblin_hurt": "Goblin Hurt", + "dannys_expansion.subtitles.entity.goblin_idle": "Goblin Idle", + "dannys_expansion.subtitles.entity.foamshroom_generic_death": "Foamshroom Generic Death", + "dannys_expansion.subtitles.entity.foamshroom_generic_hurt": "Foamshroom Generic Hurt", + "dannys_expansion.subtitles.entity.foamspring_attack": "Foamspring Attack", + "dannys_expansion.subtitles.entity.foamspring_death": "Foamspring Death", + "dannys_expansion.subtitles.entity.foamspring_hurt": "Foamspring Hurt", + "dannys_expansion.subtitles.entity.foamspring_idle": "Foamspring Idle", + "dannys_expansion.subtitles.entity.foamcaster_attack": "Foamcaster Attack", + "dannys_expansion.subtitles.entity.foamcaster_death": "Foamcaster Death", + "dannys_expansion.subtitles.entity.foamcaster_hurt": "Foamcaster Hurt", + "dannys_expansion.subtitles.entity.foamcaster_idle": "Foamcaster Idle", + "dannys_expansion.subtitles.entity.generic_meat_hit": "Generic Meat Hit", + "dannys_expansion.subtitles.item.musket_shot": "Musket Shot", + "dannys_expansion.subtitles.item.eclipse_hit": "Eclipse Hit", + "dannys_expansion.subtitles.item.eclipse_blackhole": "Eclipse Blackhole", + "dannys_expansion.subtitles.item.golem_handgun_charge": "Golem Handgun Charge", + "dannys_expansion.subtitles.item.out_of_ammo": "Out Of Ammo", + "dannys_expansion.subtitles.item.peek": "Peek", + "dannys_expansion.subtitles.item.pistol_shot": "Pistol Shot", + "dannys_expansion.subtitles.item.frozen_bow_shot": "Frozen Bow Shot", + "dannys_expansion.subtitles.item.shooting_star_shot": "Shooting Star Shot", + "dannys_expansion.subtitles.item.unpeek": "Unpeek", + "dannys_expansion.subtitles.item.ebbewel_impulse": "Ebbewel Impulse", + "dannys_expansion.subtitles.item.eclipse_sweep": "Eclipse Sweep", + "dannys_expansion.subtitles.item.heavy_pistol_shot": "Heavy Pistol Shot", + "dannys_expansion.subtitles.item.light_bow_shot": "Light Bow Shot", + "dannys_expansion.subtitles.item.shotgun_shot": "Shotgun Shot", + "block.dannys_expansion.flagged_schema_block": "Flagged Schema Block", + "block.dannys_expansion.thatch": "Thatch", + "block.dannys_expansion.foamshroom": "Foamshroom", + "block.dannys_expansion.foamshroom_block": "Foamshroom Block", + "block.dannys_expansion.foamshroom_stem": "Foamshroom Stem", + "block.dannys_expansion.foamshroom_tiles": "Foamshroom Tiles", + "block.dannys_expansion.ice_bricks": "Ice Bricks", + "block.dannys_expansion.ice_door": "Ice Door", + "block.dannys_expansion.ice_trapdoor": "Ice Trapdoor", + "block.dannys_expansion.ice_chest": "Ice Chest", + "block.dannys_expansion.ice_button": "Ice Button", + "block.dannys_expansion.ice_pressure_plate": "Ice Pressure Plate", + "block.dannys_expansion.plant_matter": "Plant Matter", + "block.dannys_expansion.workbench": "Workbench", + "block.dannys_expansion.engineering_station": "Engineering Station", + "block.dannys_expansion.thatch_stairs": "Thatch Stairs", + "block.dannys_expansion.thatch_slab": "Thatch Slab", + "block.dannys_expansion.potted_foamshroom": "Potted Foamshroom", + "block.dannys_expansion.foamshroom_tile_stairs": "Foamshroom Tile Stairs", + "block.dannys_expansion.foamshroom_tile_slab": "Foamshroom Tile Slab", + "block.dannys_expansion.ice_brick_stairs": "Ice Brick Stairs", + "block.dannys_expansion.ice_brick_slab": "Ice Brick Slab", + "block.dannys_expansion.trapped_ice_chest": "Trapped Ice Chest", + "item.dannys_expansion.icon": "Icon", + "item.dannys_expansion.possessed_armor_blade": "Possessed Armor Blade", + "item.dannys_expansion.scorpion_gland": "Scorpion Gland", + "item.dannys_expansion.ice_shard": "Ice Shard", + "item.dannys_expansion.strange_alloy": "Strange Alloy", + "item.dannys_expansion.golem_scrap": "Golem Scrap", + "item.dannys_expansion.gel": "Gel", + "item.dannys_expansion.life_essence": "Life Essence", + "item.dannys_expansion.impulsor": "Impulsor", + "item.dannys_expansion.venom_vial": "Venom Vial", + "item.dannys_expansion.yellow_spores": "Yellow Spores", + "item.dannys_expansion.yellow_foam_solution": "Yellow Foam Solution", + "item.dannys_expansion.frozen_bow": "Frozen Bow", + "item.dannys_expansion.handgun": "Handgun", + "item.dannys_expansion.musket": "Musket", + "item.dannys_expansion.heavy_handgun": "Heavy Handgun", + "item.dannys_expansion.shotgun": "Shotgun", + "item.dannys_expansion.shooting_star": "Shooting Star", + "item.dannys_expansion.gelatinous_diplomacy": "Gelatinous Diplomacy", + "description.dannys_expansion.accessory.gelatinous_diplomacy": "Makes surface slimes neutral towards the holder.", + "item.dannys_expansion.klifour_talisman": "Klifour Talisman", + "description.dannys_expansion.accessory.klifour_talisman": "Makes Klifour neutral towards the holder.", + "item.dannys_expansion.sandy_clothes": "Sandy Clothes", + "description.dannys_expansion.accessory.sandy_clothes": "Reduces damage from undead mobs.", + "item.dannys_expansion.pierced_doll": "Pierced Doll", + "description.dannys_expansion.accessory.pierced_doll": "Increases melee critical damage by 2 points.", + "item.dannys_expansion.ebbewel": "Ebbewel", + "description.dannys_expansion.accessory.ebbewel": "Provides the holder with 3 small impulses when swimming, when the holder uses at least one impulse they can wait 3 seconds out of water to recharge them fully", + "item.dannys_expansion.piglin_medal": "Piglin Medal", + "description.dannys_expansion.accessory.piglin_medal": "Piglins wont attack the holder on sight or even opening chests", + "item.dannys_expansion.burble": "Burble", + "description.dannys_expansion.accessory.burble": "generates a homing bubble when you get hit by any entity.", + "item.dannys_expansion.brieye": "Brieye", + "description.dannys_expansion.accessory.brieye": "Increases melee critical chance 10%.", + "item.dannys_expansion.reef_collar": "Reef Collar", + "description.dannys_expansion.accessory.reef_collar": "Increases defense and attack damage when in water.", + "item.dannys_expansion.wooden_arrow": "Wooden Arrow", + "item.dannys_expansion.ice_arrow": "Ice Arrow", + "item.dannys_expansion.venom_arrow": "Venom Arrow", + "item.dannys_expansion.auric_arrow": "Auric Arrow", + "item.dannys_expansion.bullet": "Bullet", + "item.dannys_expansion.high_velocity_bullet": "High Velocity Bullet", + "item.dannys_expansion.aquatic_bullet": "Aquatic Bullet", + "item.dannys_expansion.auric_bullet": "Auric Bullet", + "item.dannys_expansion.workbench": "Workbench", + "item.dannys_expansion.engineering_station": "Engineering Station", + "item.dannys_expansion.test_dummy": "Test Dummy", + "item.dannys_expansion.plant_matter": "Plant Matter", + "item.dannys_expansion.thatch": "Thatch", + "item.dannys_expansion.thatch_slab": "Thatch Slab", + "item.dannys_expansion.thatch_stairs": "Thatch Stairs", + "item.dannys_expansion.foamshroom": "Foamshroom", + "item.dannys_expansion.foamshroom_block": "Foamshroom Block", + "item.dannys_expansion.foamshroom_stem": "Foamshroom Stem", + "item.dannys_expansion.foamshroom_tiles": "Foamshroom Tiles", + "item.dannys_expansion.foamshroom_tile_stairs": "Foamshroom Tile Stairs", + "item.dannys_expansion.foamshroom_tile_slab": "Foamshroom Tile Slab", + "item.dannys_expansion.ice_bricks": "Ice Bricks", + "item.dannys_expansion.ice_brick_slab": "Ice Brick Slab", + "item.dannys_expansion.ice_brick_stairs": "Ice Brick Stairs", + "item.dannys_expansion.ice_door": "Ice Door", + "item.dannys_expansion.ice_trapdoor": "Ice Trapdoor", + "item.dannys_expansion.ice_chest": "Ice Chest", + "item.dannys_expansion.trapped_ice_chest": "Trapped Ice Chest", + "item.dannys_expansion.ice_button": "Ice Button", + "item.dannys_expansion.ice_pressure_plate": "Ice Pressure Plate", + "item.dannys_expansion.monstrous_scorpion_spawn_egg": "Monstrous Scorpion Spawn Egg", + "item.dannys_expansion.desertic_slime_spawn_egg": "Desertic Slime Spawn Egg", + "item.dannys_expansion.ice_elemental_spawn_egg": "Ice Elemental Spawn Egg", + "item.dannys_expansion.magma_slime_spawn_egg": "Magma Slime Spawn Egg", + "item.dannys_expansion.mundane_slime_spawn_egg": "Mundane Slime Spawn Egg", + "item.dannys_expansion.hollow_armor_spawn_egg": "Hollow Armor Spawn Egg", + "item.dannys_expansion.squig_spawn_egg": "Squig Spawn Egg", + "item.dannys_expansion.ghoul_spawn_egg": "Ghoul Spawn Egg", + "item.dannys_expansion.klifour_spawn_egg": "Klifour Spawn Egg", + "item.dannys_expansion.cursed_skull_spawn_egg": "Cursed Skull Spawn Egg", + "item.dannys_expansion.goblin_spawn_egg": "Goblin Spawn Egg", + "item.dannys_expansion.foamie_spawn_egg": "Foamie Spawn Egg", + "item.dannys_expansion.foamcaster_spawn_egg": "Foamcaster Spawn Egg", + "item.dannys_expansion.foamspring_spawn_egg": "Foamspring Spawn Egg", + "item.dannys_expansion.floam_spawn_egg": "Floam Spawn Egg", + "item.dannys_expansion.hollowlet_spawn_egg": "Hollowlet Spawn Egg", + "entity.dannys_expansion.monstrous_scorpion": "Monstrous Scorpion", + "entity.dannys_expansion.desertic_slime": "Desertic Slime", + "entity.dannys_expansion.ice_elemental": "Ice Elemental", + "entity.dannys_expansion.magma_slime": "Magma Slime", + "entity.dannys_expansion.mundane_slime": "Mundane Slime", + "entity.dannys_expansion.hollow_armor": "Hollow Armor", + "entity.dannys_expansion.squig": "Squig", + "entity.dannys_expansion.ghoul": "Ghoul", + "entity.dannys_expansion.klifour": "Klifour", + "entity.dannys_expansion.cursed_skull": "Cursed Skull", + "entity.dannys_expansion.goblin": "Goblin", + "entity.dannys_expansion.foamie": "Foamie", + "entity.dannys_expansion.foamcaster": "Foamcaster", + "entity.dannys_expansion.foamspring": "Foamspring", + "entity.dannys_expansion.floam": "Floam", + "entity.dannys_expansion.hollowlet": "Hollowlet", + "entity.dannys_expansion.test_dummy": "Test Dummy", + "entity.dannys_expansion.ice_spike": "Ice Spike", + "entity.dannys_expansion.klifour_spit": "Klifour Spit", + "entity.dannys_expansion.squig_bubble": "Squig Bubble", + "entity.dannys_expansion.cursed_fireball": "Cursed Fireball", + "entity.dannys_expansion.stone_projectile": "Stone Projectile", + "entity.dannys_expansion.aquatic_bullet": "Aquatic Bullet", + "entity.dannys_expansion.bullet": "Bullet", + "entity.dannys_expansion.arrow": "Arrow" +} diff --git a/Forge/1.18/goblinsanddungeons/lang/zh_TW.json b/Forge/1.18/goblinsanddungeons/lang/zh_TW.json new file mode 100644 index 0000000..d49ee7b --- /dev/null +++ b/Forge/1.18/goblinsanddungeons/lang/zh_TW.json @@ -0,0 +1,130 @@ +{ + "itemGroup.goblinsanddungeons_item_group": "Goblins & Dungeons", + "item.goblinsanddungeons.goblin_crown": "Goblin Crown", + "item.goblinsanddungeons.gob_spawn_egg": "Gob Spawn Egg", + "item.goblinsanddungeons.hobgob_spawn_egg": "Hobgob Spawn Egg", + "item.goblinsanddungeons.goblo_spawn_egg": "Goblo Spawn Egg", + "item.goblinsanddungeons.garch_spawn_egg": "Garch Spawn Egg", + "item.goblinsanddungeons.goom_spawn_egg": "Goom Spawn Egg", + "item.goblinsanddungeons.mimic_spawn_egg": "Mimic Spawn Egg", + "item.goblinsanddungeons.gobber_spawn_egg": "Gobber Spawn Egg", + "item.goblinsanddungeons.ogre_spawn_egg": "Ogre Spawn Egg", + "item.goblinsanddungeons.goblin_king_spawn_egg": "Goblin King Spawn Egg", + "item.goblinsanddungeons.goblin_soul_bullet": "Goblin Soul Bullet", + "item.goblinsanddungeons.staff_amethyst": "Magic Staff", + "block.goblinsanddungeons.urn": "Urn", + "block.goblinsanddungeons.scoria": "Scoria", + "block.goblinsanddungeons.scoria_bricks": "Scoria Bricks", + "block.goblinsanddungeons.cracked_scoria_bricks": "Cracked Scoria Bricks", + "block.goblinsanddungeons.chiseled_scoria": "Chiseled Scoria", + "block.goblinsanddungeons.polished_scoria": "Polished Scoria", + "block.goblinsanddungeons.scoria_slab": "Scoria Slab", + "block.goblinsanddungeons.polished_scoria_slab": "Polished Scoria Slab", + "block.goblinsanddungeons.scoria_brick_slab": "Scoria Brick Slab", + "block.goblinsanddungeons.scoria_stairs": "Scoria Stairs", + "block.goblinsanddungeons.polished_scoria_stairs": "Polished Scoria Stairs", + "block.goblinsanddungeons.scoria_brick_stairs": "Scoria Brick Stairs", + "block.goblinsanddungeons.scoria_wall": "Scoria Wall", + "block.goblinsanddungeons.polished_scoria_wall": "Polished Scoria Wall", + "block.goblinsanddungeons.scoria_brick_wall": "Scoria Brick Wall", + "block.goblinsanddungeons.ashed_soul_sand": "Ashed Soul Sand", + "item.goblinsanddungeons.soul_ash": "Soul Ash", + "block.goblinsanddungeons.scoria_vertical_slab": "Scoria Vertical Slab", + "block.goblinsanddungeons.polished_scoria_vertical_slab": "Polished Scoria Vertical Slab", + "block.goblinsanddungeons.scoria_brick_vertical_slab": "Scoria Brick Vertical Slab", + "block.goblinsanddungeons.chiseled_scoria_bricks": "Chiseled Scoria Bricks", + "block.goblinsanddungeons.scoria_pillar": "Scoria Pillar", + "block.goblinsanddungeons.scoria_pavement": "Scoria Pavement", + "block.goblinsanddungeons.soul_ash_campfire": "Campfire", + "block.goblinsanddungeons.soul_ash_soul_campfire": "Soul Campfire", + "item.goblinsanddungeons.ogre_tusk": "Ogre Tusk", + "item.goblinsanddungeons.goblin_eye": "Goblin Eye", + "item.minecraft.potion.effect.ogres_might": "Potion of Ogre's Might", + "item.minecraft.potion.effect.ogres_might_strong": "Potion of Ogre's Might", + "item.minecraft.potion.effect.ogres_might_long": "Potion of Ogre's Might", + "item.goblinsanddungeons.ring_of_health": "Ring of Health", + "item.goblinsanddungeons.ring_of_stealth": "Ring of Stealth", + "item.goblinsanddungeons.ring_of_experience": "Ring of Experience", + "item.goblinsanddungeons.ring_of_glory": "Ring of Glory", + "item.minecraft.splash_potion.effect.ogres_might": "Splash Potion of Ogre's Might", + "item.minecraft.splash_potion.effect.ogres_might_long": "Splash Potion of Ogre's Might", + "item.minecraft.splash_potion.effect.ogres_might_strong": "Splash Potion of Ogre's Might", + "item.minecraft.tipped_arrow.effect.ogres_might": "Arrow of Ogre's Might", + "item.minecraft.tipped_arrow.effect.ogres_might_strong": "Arrow of Ogre's Might", + "item.minecraft.tipped_arrow.effect.ogres_might_long": "Arrow of Ogre's Might", + "item.minecraft.lingering_potion.effect.ogres_might": "Lingering Potion of Ogre's Might", + "item.minecraft.lingering_potion.effect.ogres_might_strong": "Lingering Potion of Ogre's Might", + "item.minecraft.lingering_potion.effect.ogres_might_long": "Lingering Potion of Ogre's Might", + "effect.goblinsanddungeons.might": "Ogre's Might", + "entity.goblinsanddungeons.gob": "Gob", + "entity.goblinsanddungeons.hobgob": "Hobgob", + "entity.goblinsanddungeons.goblo": "Goblo", + "entity.goblinsanddungeons.garch": "Garch", + "entity.goblinsanddungeons.goom": "Goom", + "entity.goblinsanddungeons.mimic": "Mimic", + "entity.goblinsanddungeons.gobber": "Gobber", + "entity.goblinsanddungeons.ogre": "Ogre", + "entity.goblinsanddungeons.goblin_soul_bullet": "Soul Bullet", + "entity.goblinsanddungeons.goblin_king": "Goblin King", + "goblinsanddungeons.subtitle.ogre_idle": "Ogre groans", + "goblinsanddungeons.subtitle.ogre_hurt": "Ogre hurts", + "goblinsanddungeons.subtitle.ogre_death": "Ogre dies", + "goblinsanddungeons.subtitle.ogre_roar": "Ogre roars", + "goblinsanddungeons.subtitle.garch_idle": "Garch yelps", + "goblinsanddungeons.subtitle.garch_hurt": "Garch hurts", + "goblinsanddungeons.subtitle.garch_death": "Garch dies", + "goblinsanddungeons.subtitle.hobgob_idle": "Hobgob rumbles", + "goblinsanddungeons.subtitle.hobgob_hurt": "Hobgob hurts", + "goblinsanddungeons.subtitle.hobgob_death": "Hobgob dies", + "goblinsanddungeons.subtitle.goom_idle": "Goom hmms", + "goblinsanddungeons.subtitle.goom_hurt": "Goom hurts", + "goblinsanddungeons.subtitle.goom_death": "Goom dies", + "goblinsanddungeons.subtitle.goom_warning": "Goom yells", + "goblinsanddungeons.subtitle.gob_idle": "Gob giggles", + "goblinsanddungeons.subtitle.gob_hurt": "Gob hurts", + "goblinsanddungeons.subtitle.gob_death": "Gob dies", + "goblinsanddungeons.subtitle.mimic_idle": "Mimic hyas", + "goblinsanddungeons.subtitle.mimic_hurt": "Mimic hurts", + "goblinsanddungeons.subtitle.mimic_death": "Mimic dies", + "goblinsanddungeons.subtitle.gobber_idle": "Gobber sighs", + "goblinsanddungeons.subtitle.gobber_hurt": "Gobber hurts", + "goblinsanddungeons.subtitle.gobber_death": "Gobber dies", + "goblinsanddungeons.subtitle.gobber_snoring": "Gobber snores", + "goblinsanddungeons.subtitle.goblo_idle": "Goblo groans", + "goblinsanddungeons.subtitle.goblo_hurt": "Goblo hurts", + "goblinsanddungeons.subtitle.goblo_death": "Goblo dies", + "goblinsanddungeons.subtitle.goblo_snoring": "Goblo snores", + "goblinsanddungeons.subtitle.goblo_eating": "Goblo eats", + "goblinsanddungeons.subtitle.goblin_king_idle": "Golin King chuckles", + "goblinsanddungeons.subtitle.goblin_king_hurt": "Goblin King hurts", + "goblinsanddungeons.subtitle.goblin_king_death": "Goblin King dies", + "goblinsanddungeons.subtitle.goblin_king_laugh": "Goblin King laughs", + "goblinsanddungeons.subtitle.spell_casting": "Spell being cast", + "goblinsanddungeons.subtitle.soul_bullet_launch": "Soul Bullet launches", + "goblinsanddungeons.subtitle.soul_bullet_collision": "Soul Bullet collides", + "goblinsanddungeons.subtitle.urn_step": "Footsteps", + "goblinsanddungeons.subtitle.urn_place": "Block placed", + "goblinsanddungeons.subtitle.urn_fall": "Something trips", + "goblinsanddungeons.subtitle.urn_break": "Block broken", + "goblinsanddungeons.subtitle.urn_hit": "Block breaking", + "advancements.goblinsanddungeons.root.title": "Goblins & Dungeons", + "advancements.goblinsanddungeons.root.description": "Your adventure begins", + "advancements.goblinsanddungeons.goblin_slayer.title": "Goblin Slayer", + "advancements.goblinsanddungeons.goblin_slayer.description": "Kill every Goblin type", + "advancements.goblinsanddungeons.ogres_are_like_onions.title": "Ogres Are Like Onions", + "advancements.goblinsanddungeons.ogres_are_like_onions.description": "Defeat an Ogre in battle", + "advancements.goblinsanddungeons.get_out_of_his_swamp.title": "Get Out Of His Swamp", + "advancements.goblinsanddungeons.get_out_of_his_swamp.description": "Retire from adventuring due to an Ogre", + "advancements.goblinsanddungeons.center_of_the_labyrinth.title": "Center Of The Labyrinth", + "advancements.goblinsanddungeons.center_of_the_labyrinth.description": "Discover the Ruined Keep", + "advancements.goblinsanddungeons.end_of_the_labyrinth.title": "End Of The Labyrinth", + "advancements.goblinsanddungeons.end_of_the_labyrinth.description": "Defeat the Goblin King in battle", + "advancements.goblinsanddungeons.an_unpleasant_surprise.title": "An Unpleasant Surprise", + "advancements.goblinsanddungeons.an_unpleasant_surprise.description": "Defeat a Mimic in battle", + "health_ring": "When in the offhand, this ring bestows two health, equalling one heart, to the wearer.", + "stealth_ring": "When in the offhand, this ring further reduces hostile mobs detection range of the wearer when sneaking by 20%.", + "glory_ring": "When in the offhand, this ring heals the wearer for every mob killed. The amount of health increases corresponding with the amount of health the mob killed has.", + "experience_ring": "When in the offhand, the wearer gains one extra experience point every time XP is earned.", + "goblin_crown": "When on the head, the wearer causes Goblins and Ogres to gain Weakness II, and all other hostile mobs Weakness I. It will also reduce Goblin and Ogre detection range of the wearer by 50%.", + "shift": "Hold [SHIFT] for more information" +} \ No newline at end of file diff --git a/Forge/1.18/kobolds/lang/zh_TW.json b/Forge/1.18/kobolds/lang/zh_TW.json new file mode 100644 index 0000000..aca5837 --- /dev/null +++ b/Forge/1.18/kobolds/lang/zh_TW.json @@ -0,0 +1,78 @@ +{ + "item.kobolds.kobold_zombie_spawn_egg": "Zombold Spawn Egg", + "subtitles.kobold_hurt": "Ow!", + "subtitles.music_kobblestone": "", + "entity.kobolds.kobold_zombie_drowned": "Drowned Zombold", + "item.kobolds.kobold_child_spawn_egg": "Kobold Child Spawn Egg", + "item.kobolds.kobold_potion_water": "Kobold Potion of Water Breathing", + "entity.kobolds.kobold_warrior": "Kobold Warrior", + "item.kobolds.banner_pattern_kobold": "Banner Pattern", + "advancements.kobold_pirate_advancement.title": "A Pirate's Life", + "entity.kobolds.kobold": "Kobold", + "block.minecraft.banner.kobold.black": "Black Kobold", + "item.kobolds.kobold_iron_axe": "Kobold Iron Axe", + "item.kobolds.banner_pattern_kobold.desc": "Kobold", + "entity.kobolds.kobold_enchanter": "Kobold Enchanter", + "enchantment.kobolds.prospector": "Prospector", + "item.kobolds.kobold_potion_levitation": "Kobold Potion of Levitation", + "entity.kobolds.kobold_pirate": "Kobold Pirate", + "item.kobolds.kobold_iron_pickaxe": "Kobold Iron Pickaxe", + "itemGroup.tabkobold_creative_tab": "Kobolds", + "block.minecraft.banner.kobold.purple": "Purple Kobold", + "subtitles.kobold_purr": "Churr!", + "item.kobolds.kobold_potion_combat": "Kobold Potion of Combat", + "item.kobolds.kobold_infinity_potion": "Infinity Potion of Healing", + "item.kobolds.kobold_potion_fire": "Kobold Potion of Fire Resistance", + "item.kobolds.music_disc_kobblestone.desc": "Lorian Ross - Kobblestone", + "block.minecraft.banner.kobold.yellow": "Yellow Kobold", + "enchantment.kobolds.prospector.desc": "Monsters will have a small chance of dropping emeralds.", + "item.kobolds.kobold_warrior_spawn_egg": "Kobold Warrior Spawn Egg", + "advancements.kobold_trader_advancement.descr": "Make a deal with a kobold!", + "block.minecraft.banner.kobold.light_blue": "Light Blue Kobold", + "block.minecraft.banner.kobold.cyan": "Cyan Kobold", + "item.kobolds.kobold_potion_leaping": "Kobold Potion of Leaping", + "item.kobolds.kobold_pirate_spawn_egg": "Kobold Pirate Spawn Egg", + "block.kobolds.kobold_block_skull": "Kobold Skull", + "advancements.kobold_trio_advancement.title": "Kobolds Stronger Together!", + "advancements.kobold_engineer_advancement.title": "Look buddy, I'm an Engineer...", + "block.minecraft.banner.kobold.light_gray": "Light Gray Kobold", + "item.kobolds.kobold_potion_mining": "Kobold Potion of Mining", + "item.kobolds.kobold_iron_hoe": "Kobold Iron Hoe", + "entity.kobolds.kobold_engineer": "Kobold Engineer", + "advancements.kobold_engineer_advancement.descr": "Trade with a kobold who solves practical problems.", + "subtitles.kobold_idle": "Kobold Here!", + "block.minecraft.banner.kobold.brown": "Brown Kobold", + "entity.kobolds.kobold_skeleton": "Skelebold", + "block.minecraft.banner.kobold.green": "Green Kobold", + "block.minecraft.banner.kobold.orange": "Orange Kobold", + "advancements.kobold_enchanter_advancement.descr": "Trade with a Kobold Enchanter.", + "item.kobolds.kobold_spawn_egg": "Kobold Spawn Egg", + "advancements.kobold_enchanter_advancement.title": "Pots & Enchs", + "item.kobolds.music_disc_kobblestone": "Music Disc", + "subtitles.kobold_trade": "Good, deal!", + "item.kobolds.kobold_potion_stealth": "Kobold Potion of Stealth", + "block.minecraft.banner.kobold.lime": "Lime Kobold", + "item.kobolds.kobold_enchanter_spawn_egg": "Kobold Enchanter Spawn Egg", + "entity.kobolds.kobold_child": "Kobold Child", + "advancements.kobold_pet_advancement.descr": "Befriend a kobold and have soft tacos later.", + "item.kobolds.kobold_iron_shovel": "Kobold Iron Shovel", + "item.kobolds.kobold_iron_sword": "Kobold Iron Sword", + "block.minecraft.banner.kobold.blue": "Blue Kobold", + "advancements.kobold_pet_advancement.title": "You're My Friend Now!", + "advancements.kobold_trader_advancement.title": "Let's Make a Deal!", + "advancements.kobold_trio_advancement.descr": "Trade with a Kobold Enchanter, Engineer, & Captain at the same time.", + "block.minecraft.banner.kobold.red": "Red Kobold", + "item.kobolds.kobold_zombie_drowned_spawn_egg": "Drowned Zombold Spawn Egg", + "item.kobolds.kobold_engineer_spawn_egg": "Kobold Engineer Spawn Egg", + "item.kobolds.kobold_skeleton_spawn_egg": "Skelebold Spawn Egg", + "block.minecraft.banner.kobold.gray": "Gray Kobold", + "block.minecraft.banner.kobold.pink": "Pink Kobold", + "subtitles.kobold_death": "I died!", + "entity.kobolds.kobold_zombie": "Zombold", + "block.minecraft.banner.kobold.magenta": "Magenta Kobold", + "entity.kobolds.kobold_captain": "Kobold Captain", + "block.minecraft.banner.kobold.white": "White Kobold", + "item.kobolds.kobold_potion_health": "Kobold Potion of Healing", + "item.kobolds.kobold_captain_spawn_egg": "Kobold Captain Spawn Egg", + "advancements.kobold_pirate_advancement.descr": "Sell a desirable item to the Captain." +} \ No newline at end of file diff --git a/Forge/1.18/lilwings/lang/zh_TW.json b/Forge/1.18/lilwings/lang/zh_TW.json new file mode 100644 index 0000000..7899b56 --- /dev/null +++ b/Forge/1.18/lilwings/lang/zh_TW.json @@ -0,0 +1,127 @@ +{ + "itemGroup.lilwings.itemgroup": "Lil' Wings", + "block.lilwings.butterfly_jar": "Butterfly Jar", + "block.lilwings.butternite_block": "Block of Butternite", + "block.lilwings.butter_block": "Block of Butter", + "block.lilwings.crimson_cake": "Red Velvet Cake", + "block.lilwings.golden_cake": "Golden Cake", + "block.lilwings.milk_cauldron": "Milk Cauldron", + "block.lilwings.butter_cauldron": "Butter Cauldron", + "item.lilwings.butter_book": "The Great Butter Book", + "item.lilwings.butterfly_net": "Butterfly Net", + "item.lilwings.enderfly_net": "Enderfly Net", + "item.lilwings.butternite": "Butternite", + "item.lilwings.ender_string": "Ender String", + "item.lilwings.butter": "Stick of Butter", + "item.lilwings.gilded_butter": "Gilded Butter", + "item.lilwings.lantern_on_a_stick": "Lantern on a Stick", + "item.lilwings.crimson_cocoa_beans": "Crimson Cocoa Beans", + "item.lilwings.swamp_meal": "Swamp Meal", + "item.lilwings.cotton_ball": "Cotton Ball", + "item.lilwings.paper_wings": "Paper Wings", + "item.lilwings.jelly_bucket": "Cloudypuff Jelly Bucket", + "item.lilwings.white_fox_egg": "White Fox Butterfly Spawn Egg", + "item.lilwings.swamp_hopper_egg": "Swamphopper Butterfly Spawn Egg", + "item.lilwings.swallow_tail_egg": "Swallowtail Butterfly Spawn Egg", + "item.lilwings.shroom_skipper_egg": "Shroom Skipper Butterfly Spawn Egg", + "item.lilwings.painted_panther_egg": "Painted Panther Butterfly Spawn Egg", + "item.lilwings.ender_wing_egg": "Ender Wing Butterfly Spawn Egg", + "item.lilwings.crystal_puff_egg": "Crystalpuff Butterfly Spawn Egg", + "item.lilwings.cloudy_puff_egg": "Cloudypuff Butterfly Spawn Egg", + "item.lilwings.butter_gold_egg": "Buttergold Butterfly Spawn Egg", + "item.lilwings.aponi_egg": "Aponi Butterfly Spawn Egg", + "item.lilwings.red_applefly_egg": "Red Applefly Butterfly Spawn Egg", + "item.lilwings.gold_applefly_egg": "Gold Applefly Butterfly Spawn Egg", + "item.lilwings.grayling_egg": "Grayling Butterfly Spawn Egg", + "item.lilwings.white_fox_wings": "White Fox Butterfly Wings", + "item.lilwings.swamp_hopper_wings": "Swamphopper Butterfly Wings", + "item.lilwings.swallow_tail_wings": "Swallowtail Butterfly Wings", + "item.lilwings.shroom_skipper_wings": "Shroom Skipper Butterfly Wings", + "item.lilwings.painted_panther_wings": "Painted Panther Butterfly Wings", + "item.lilwings.ender_wing_wings": "Ender Wing Butterfly Wings", + "item.lilwings.crystal_puff_wings": "Crystalpuff Butterfly Wings", + "item.lilwings.cloudy_puff_wings": "Cloudypuff Butterfly Wings", + "item.lilwings.butter_gold_wings": "Buttergold Butterfly Wings", + "item.lilwings.aponi_wings": "Aponi Butterfly Wings", + "item.lilwings.red_applefly_wings": "Red Applefly Butterfly Wings", + "item.lilwings.gold_applefly_wings": "Gold Applefly Butterfly Wings", + "item.lilwings.grayling_wings": "Grayling Butterfly Wings", + "item.lilwings.grayling_flowering_wings": "Flowering Grayling Butterfly Wings", + "item.lilwings.grayling_blooming_wings": "Blooming Grayling Butterfly Wings", + "item.lilwings.white_fox_elytra": "White Fox Butterfly Elytra", + "item.lilwings.swamp_hopper_elytra": "Swamphopper Butterfly Elytra", + "item.lilwings.swallow_tail_elytra": "Swallowtail Butterfly Elytra", + "item.lilwings.shroom_skipper_elytra": "Shroom Skipper Butterfly Elytra", + "item.lilwings.painted_panther_elytra": "Painted Panther Butterfly Elytra", + "item.lilwings.ender_wing_elytra": "Ender Wing Butterfly Elytra", + "item.lilwings.crystal_puff_elytra": "Crystalpuff Butterfly Elytra", + "item.lilwings.cloudy_puff_elytra": "Cloudypuff Butterfly Elytra", + "item.lilwings.butter_gold_elytra": "Buttergold Butterfly Elytra", + "item.lilwings.aponi_elytra": "Aponi Butterfly Elytra", + "item.lilwings.red_applefly_elytra": "Red Applefly Butterfly Elytra", + "item.lilwings.gold_applefly_elytra": "Gold Applefly Butterfly Elytra", + "item.lilwings.grayling_elytra": "Grayling Butterfly Elytra", + "item.lilwings.grayling_blooming_elytra": "Blooming Grayling Butterfly Elytra", + "item.lilwings.grayling_flowering_elytra": "Flowering Grayling Butterfly Elytra", + "item.lilwings.white_fox_cotton_ball": "White Fox Butterfly Cotton Ball", + "item.lilwings.swamp_hopper_cotton_ball": "Swamphopper Butterfly Cotton Ball", + "item.lilwings.swallow_tail_cotton_ball": "Swallowtail Butterfly Cotton Ball", + "item.lilwings.shroom_skipper_cotton_ball": "Shroom Skipper Butterfly Cotton Ball", + "item.lilwings.painted_panther_cotton_ball": "Painted Panther Butterfly Cotton Ball", + "item.lilwings.ender_wing_cotton_ball": "Ender Wing Butterfly Cotton Ball", + "item.lilwings.crystal_puff_cotton_ball": "Crystalpuff Butterfly Cotton Ball", + "item.lilwings.cloudy_puff_cotton_ball": "Cloudypuff Butterfly Cotton Ball", + "item.lilwings.butter_gold_cotton_ball": "Buttergold Butterfly Cotton Ball", + "item.lilwings.aponi_cotton_ball": "Aponi Butterfly Cotton Ball", + "item.lilwings.red_applefly_cotton_ball": "Red Applefly Butterfly Cotton Ball", + "item.lilwings.gold_applefly_cotton_ball": "Gold Applefly Butterfly Cotton Ball", + "item.lilwings.grayling_cotton_ball": "Grayling Butterfly Cotton Ball", + "item.lilwings.grayling_blooming_cotton_ball": "Blooming Grayling Butterfly Cotton Ball", + "item.lilwings.grayling_flowering_cotton_ball": "Flowering Grayling Butterfly Cotton Ball", + "entity.lilwings.aponi_butterfly": "Aponi Butterfly", + "entity.lilwings.butter_gold_butterfly": "Butter Gold Butterfly", + "entity.lilwings.cloudy_puff_butterfly": "Cloudy Puff Butterfly", + "entity.lilwings.crystal_puff_butterfly": "Crystal Puff Butterfly", + "entity.lilwings.ender_wing_butterfly": "Ender Wing Butterfly", + "entity.lilwings.gold_applefly_butterfly": "Gold Applefly Butterfly", + "entity.lilwings.grayling_butterfly": "Grayling Butterfly Butterfly", + "entity.lilwings.painted_panther_butterfly": "Painted Panther Butterfly", + "entity.lilwings.red_applefly_butterfly": "Red Applefly Butterfly", + "entity.lilwings.shroom_skipper_butterfly": "Shroom Skipper Butterfly", + "entity.lilwings.swallow_tail_butterfly": "Swallowtail Butterfly", + "entity.lilwings.swamp_hopper_butterfly": "Swamp Hopper Butterfly", + "entity.lilwings.white_fox_butterfly": "White Fox Butterfly", + "entity.lilwings.interactions.error.full_net": "You already have a butterfly in your net!", + "entity.lilwings.interactions.error.invalid_net": "That net won't work here!", + "entity.lilwings.interactions.success": "You caught the butterfly!", + "book.lilwings.butterfly.aponi": "This butterfly is native to the $(#a67c3f)big taiga forests$(). The Aponi can be lured by using $(#a67c3f)brown mushrooms$(). When put into a bottle, the Aponi will occationally turn $(#a67c3f)red mushrooms into brown mushrooms around it.$()", + "book.lilwings.butterfly.buttergold": "This butterfly can only be found in $(#e6b800)sunflower plains$(). A player can lure the buttergold towards them using $(#e6b800)dandelions$(). When put into a bottle below a couldron with milk, $(#e6b800)the buttergold will turn the milk into butter$(), which can be harvested to grand the player a block of butter. The wings of the buttergold can be used to craft a single piece of $(#e6b800)butter.$()", + "book.lilwings.butterfly.cloudypuff": "This butterfly can only be found in the $(#f5d016)meadows$(). In nature, this type of butterfly $(#f5d016)can be milked for jelly.$() A player can lure the cloudypuff towards them by placing a $(#f5d016)campfire$(). When put into a bottle, the cloudypuff will make $(#f5d016)clouds.$()", + "book.lilwings.butterfly.cloudypuff.wings_caption": "The wings of the Cloudypuff can be used to replace $(#f5d016)ghast tears$() in crafting recipes", + "book.lilwings.butterfly.cloudypuff.butterfly_caption": "Nectar collected by this butterfly reacts to form jelly, which causes the occasional clouds.", + "book.lilwings.butterfly.crystalpuff": "This butterfly can only be found in the $(#af19ff)flower forests$(). A player can lure the crystalpuff towards them using $(#af19ff)lilac$(). When put into a bottle, the crystalpuff will $(#af19ff)make amethyst crystals grow faster$(). The wings of the Cloudypuff can be turned into one piece of $(#af19ff)butternite.$()", + "book.lilwings.butterfly.enderfly": "This butterfly can only be found in the $(#009480)end highlands$(). In nature, this type of butterfly will teleport out of your net once if you try to catch it. A player can lure the enderfly towards them using $(#009480)chorus flowers$(). When put into a bottle, the enderfly will make players who come near them $(#009480)teleport away$(). The wings of the enderfly can be used like $(#009480)enderpearls.$()", + "book.lilwings.butterfly.goldapplefly": "It turns out the red applefly can be turned into a $(#e6b800)gold applefly$() by putting a red applefly in a jar ontop of a golden block. A player does not need to lure $(#e6b800)the gold applefly towards them as the gold apple fly will always try to follow the player$(). When in a bottle, the golden applefly will provide $(#e6b800)buffed potion effects to nearby players.$()", + "book.lilwings.butterfly.grayling": "This butterfly can only be found deep underground inside of $(#777777)lush caves$(). A player can lure the grayling towards them using $(#777777)moss$(). When put into a bottle, the Greyling will occationally $(#777777)make azeala’s bloom around it.$()", + "book.lilwings.butterfly.grayling.wings_caption": "The wings of the grayling can be fermented, after which they can be used as replacement for golden carrots.", + "book.lilwings.butterfly.grayling.butterfly_caption": "This butterfly has the ability to change the color of its skin when its on top of blocks found in lush caves", + "book.lilwings.butterfly.paintedpanther": "This butterfly can only be found in $(l)jungle forests$(). A player can lure the painted panther towards them using $(l)cocoa beans$(). When put into a bottle, the painted panther will turn cocao beans into crimson cocao beans. $(br)Note: Crimson cocoa beans look slightly crimson, hence their name.", + "book.lilwings.butterfly.paintedpanther.wings_caption": "The wings of the painted panther can be eaten, but poison you. the natural poison could explain the unique flavour of crimson cocao beans.", + "book.lilwings.butterfly.paintedpanther.butterfly_caption": "The eyes of the painted panther seem to have night vision", + "book.lilwings.butterfly.redapplefly": "This butterfly can only be found in Oak forests. A player can lure the red applefly using $(#dd0000)apples, red dye, or poppies.$() Holding redstone scares them away. $(br)When put into a bottle, the red applefly appears to do nothing, but it seems to like being placed ontop of a gold block. $(br)The wings of the red applefly can be $(#dd0000)eaten$(), and replenishes as much hunger as an apple", + "book.lilwings.butterfly.shroomskipper": "This butterfly can only be found on the $(#DD0000)rare mushroom islands$(). A player can lure the Shroom Skipper towards them using $(#DD0000)red mushrooms$(). When put into a bottle, the Shroom Skipper will occationally $(#DD0000)turn brown to red mushrooms around it.$()", + "book.lilwings.butterfly.shroomskipper.wings_caption": "The wings of the shroom skipper can be used as $(#DD0000)replacement for red mushrooms$() in mushroom soup", + "book.lilwings.butterfly.shroomskipper.butterfly_caption": "The anatomy of this butterfly suggests its a part of the fungus itself", + "book.lilwings.butterfly.swallowtail": "This butterfly can only be found around $(l)villages$(). A player can lure the swallowtail towards them by holding $(l)seeds$(). When put into a bottle, the swallowtail will $(l)make surrounding crops grow faster.$()", + "book.lilwings.butterfly.swamphopper": "This butterfly can only be found in the $(#1288ff)swamps$(). A player can lure the swamphopper towards them by holding a $(#1288ff)blue orchid$(). When put into a bottle, the swamphopper will $(#1288ff)pickup nearby items and deposit it into any inventory below it$()", + "book.lilwings.butterfly.swamphopper.wings_caption": "The wings of the Swamphopper can be converted to $(#1288ff)lapis lazuli$()", + "book.lilwings.butterfly.swamphopper.butterfly_caption": "The blue wing color gives the swamphopper $(#1288ff)camouflage$() over the watery surfaces", + "book.lilwings.butterfly.whitefox": "This butterfly can only be found on $(#00d5e0)the highest frozen peaks$(). A player can lure the White fox towards them using $(#00d5e0)Lily of the valley$(). When put into a bottle, the white fox will occationally spawn $(#00d5e0)patches of snow$() around it.", + "book.lilwings.butterfly.whitefox.wings_caption": "The wings of the White fox butterfly have the same brewing capabilities as $(#00d5e0)sugar.$()", + "book.lilwings.butterfly.whitefox.butterfly_caption": "The soft, snowy wings of the butterfly leave snowflakes in its trail.", + "tooltip.butterfly_net.prefix": "Captured: ", + "advancements.lilwings.lepidopterist.title": "Lepidopterist", + "advancements.lilwings.lepidopterist.description": "Craft a butterfly net", + "advancements.lilwings.butter.title": "I Can't Believe Its Not Butter!", + "advancements.lilwings.butter.description": "Obtain butter from a Buttergold Butterfly" +} \ No newline at end of file diff --git a/Forge/1.18/magistuarmory/lang/zh_TW.json b/Forge/1.18/magistuarmory/lang/zh_TW.json new file mode 100644 index 0000000..6c057db --- /dev/null +++ b/Forge/1.18/magistuarmory/lang/zh_TW.json @@ -0,0 +1,716 @@ +{ + "item.magistuarmory.diamond_stylet": "Diamond Stiletto", + "item.magistuarmory.stone_stylet": "Stone Stiletto", + "item.magistuarmory.wood_stylet": "Wooden Stiletto", + "item.magistuarmory.iron_stylet": "Iron Stiletto", + "item.magistuarmory.netherite_stylet": "Netherite Stiletto", + "item.magistuarmory.gold_stylet": "Golden Stiletto", + "item.magistuarmory.silver_stylet": "Silver Stiletto", + "item.magistuarmory.copper_stylet": "Copper Stiletto", + "item.magistuarmory.steel_stylet": "Steel Stiletto", + "item.magistuarmory.tin_stylet": "Tin Stiletto", + "item.magistuarmory.bronze_stylet": "Bronze Stiletto", + "item.magistuarmory.diamond_katzbalger": "Diamond Katzbalger", + "item.magistuarmory.stone_katzbalger": "Stone Katzbalger", + "item.magistuarmory.wood_katzbalger": "Wooden Katzbalger", + "item.magistuarmory.iron_katzbalger": "Iron Katzbalger", + "item.magistuarmory.netherite_katzbalger": "Netherite Katzbalger", + "item.magistuarmory.gold_katzbalger": "Golden Katzbalger", + "item.magistuarmory.silver_katzbalger": "Silver Katzbalger", + "item.magistuarmory.copper_katzbalger": "Copper Katzbalger", + "item.magistuarmory.steel_katzbalger": "Steel Katzbalger", + "item.magistuarmory.tin_katzbalger": "Tin Katzbalger", + "item.magistuarmory.bronze_katzbalger": "Bronze Katzbalger", + "item.magistuarmory.diamond_pike": "Diamond Pike", + "item.magistuarmory.stone_pike": "Stone Pike", + "item.magistuarmory.wood_pike": "Wooden Pike", + "item.magistuarmory.iron_pike": "Iron Pike", + "item.magistuarmory.netherite_pike": "Netherite Pike", + "item.magistuarmory.gold_pike": "Golden Pike", + "item.magistuarmory.silver_pike": "Silver Pike", + "item.magistuarmory.copper_pike": "Copper Pike", + "item.magistuarmory.steel_pike": "Steel Pike", + "item.magistuarmory.tin_pike": "Tin Pike", + "item.magistuarmory.bronze_pike": "Bronze Pike", + "item.magistuarmory.diamond_ranseur": "Diamond Ranseur", + "item.magistuarmory.stone_ranseur": "Stone Ranseur", + "item.magistuarmory.wood_ranseur": "Wooden Ranseur", + "item.magistuarmory.iron_ranseur": "Iron Ranseur", + "item.magistuarmory.netherite_ranseur": "Netherite Ranseur", + "item.magistuarmory.gold_ranseur": "Golden Ranseur", + "item.magistuarmory.silver_ranseur": "Silver Ranseur", + "item.magistuarmory.copper_ranseur": "Copper Ranseur", + "item.magistuarmory.steel_ranseur": "Steel Ranseur", + "item.magistuarmory.tin_ranseur": "Tin Ranseur", + "item.magistuarmory.bronze_ranseur": "Bronze Ranseur", + "item.magistuarmory.diamond_ahlspiess": "Diamond Ahlspiess", + "item.magistuarmory.stone_ahlspiess": "Stone Ahlspiess", + "item.magistuarmory.wood_ahlspiess": "Wooden Ahlspiess", + "item.magistuarmory.iron_ahlspiess": "Iron Ahlspiess", + "item.magistuarmory.netherite_ahlspiess": "Netherite Ahlspiess", + "item.magistuarmory.gold_ahlspiess": "Golden Ahlspiess", + "item.magistuarmory.silver_ahlspiess": "Silver Ahlspiess", + "item.magistuarmory.copper_ahlspiess": "Copper Ahlspiess", + "item.magistuarmory.steel_ahlspiess": "Steel Ahlspiess", + "item.magistuarmory.tin_ahlspiess": "Tin Ahlspiess", + "item.magistuarmory.bronze_ahlspiess": "Bronze Ahlspiess", + "item.magistuarmory.diamond_chivalrylance": "Diamond Lance", + "item.magistuarmory.stone_chivalrylance": "Stone Lance", + "item.magistuarmory.wood_chivalrylance": "Wooden Lance", + "item.magistuarmory.iron_chivalrylance": "Iron Lance", + "item.magistuarmory.netherite_chivalrylance": "Netherite Lance", + "item.magistuarmory.gold_chivalrylance": "Golden Lance", + "item.magistuarmory.silver_chivalrylance": "Silver Lance", + "item.magistuarmory.copper_chivalrylance": "Copper Lance", + "item.magistuarmory.steel_chivalrylance": "Steel Lance", + "item.magistuarmory.tin_chivalrylance": "Tin Lance", + "item.magistuarmory.bronze_chivalrylance": "Bronze Lance", + "item.magistuarmory.diamond_bastardsword": "Diamond Bastard Sword", + "item.magistuarmory.stone_bastardsword": "Stone Bastard Sword", + "item.magistuarmory.wood_bastardsword": "Wooden Bastard Sword", + "item.magistuarmory.iron_bastardsword": "Iron Bastard Sword", + "item.magistuarmory.netherite_bastardsword": "Netherite Bastard Sword", + "item.magistuarmory.gold_bastardsword": "Golden Bastard Sword", + "item.magistuarmory.silver_bastardsword": "Silver Bastard Sword", + "item.magistuarmory.copper_bastardsword": "Copper Bastard Sword", + "item.magistuarmory.steel_bastardsword": "Steel Bastard Sword", + "item.magistuarmory.tin_bastardsword": "Tin Bastard Sword", + "item.magistuarmory.bronze_bastardsword": "Bronze Bastard Sword", + "item.magistuarmory.diamond_estoc": "Diamond Estoc", + "item.magistuarmory.stone_estoc": "Stone Estoc", + "item.magistuarmory.wood_estoc": "Wooden Estoc", + "item.magistuarmory.iron_estoc": "Iron Estoc", + "item.magistuarmory.netherite_estoc": "Netherite Estoc", + "item.magistuarmory.gold_estoc": "Golden Estoc", + "item.magistuarmory.silver_estoc": "Silver Estoc", + "item.magistuarmory.copper_estoc": "Copper Estoc", + "item.magistuarmory.steel_estoc": "Steel Estoc", + "item.magistuarmory.tin_estoc": "Tin Estoc", + "item.magistuarmory.bronze_estoc": "Bronze Estoc", + "item.magistuarmory.diamond_claymore": "Diamond Claymore", + "item.magistuarmory.stone_claymore": "Stone Claymore", + "item.magistuarmory.wood_claymore": "Wooden Claymore", + "item.magistuarmory.iron_claymore": "Iron Claymore", + "item.magistuarmory.netherite_claymore": "Netherite Claymore", + "item.magistuarmory.gold_claymore": "Golden Claymore", + "item.magistuarmory.silver_claymore": "Silver Claymore", + "item.magistuarmory.copper_claymore": "Copper Claymore", + "item.magistuarmory.steel_claymore": "Steel Claymore", + "item.magistuarmory.tin_claymore": "Tin Claymore", + "item.magistuarmory.bronze_claymore": "Bronze Claymore", + "item.magistuarmory.diamond_zweihander": "Diamond Zweihander", + "item.magistuarmory.stone_zweihander": "Stone Zweihander", + "item.magistuarmory.wood_zweihander": "Wooden Zweihander", + "item.magistuarmory.iron_zweihander": "Iron Zweihander", + "item.magistuarmory.netherite_zweihander": "Netherite Zweihander", + "item.magistuarmory.gold_zweihander": "Golden Zweihander", + "item.magistuarmory.silver_zweihander": "Silver Zweihander", + "item.magistuarmory.copper_zweihander": "Copper Zweihander", + "item.magistuarmory.steel_zweihander": "Steel Zweihander", + "item.magistuarmory.tin_zweihander": "Tin Zweihander", + "item.magistuarmory.bronze_zweihander": "Bronze Zweihander", + "item.magistuarmory.diamond_flamebladedsword": "Diamond Flame-Bladed Sword", + "item.magistuarmory.stone_flamebladedsword": "Stone Flame-Bladed Sword", + "item.magistuarmory.wood_flamebladedsword": "Wooden Flame-Bladed Sword", + "item.magistuarmory.iron_flamebladedsword": "Iron Flame-Bladed Sword", + "item.magistuarmory.netherite_flamebladedsword": "Netherite Flame-Bladed Sword", + "item.magistuarmory.gold_flamebladedsword": "Golden Flame-Bladed Sword", + "item.magistuarmory.silver_flamebladedsword": "Silver Flame-Bladed Sword", + "item.magistuarmory.copper_flamebladedsword": "Copper Flame-Bladed Sword", + "item.magistuarmory.steel_flamebladedsword": "Steel Flame-Bladed Sword", + "item.magistuarmory.tin_flamebladedsword": "Tin Flame-Bladed Sword", + "item.magistuarmory.bronze_flamebladedsword": "Bronze Flame-Bladed Sword", + "item.magistuarmory.diamond_lochaberaxe": "Diamond Lochaber Axe", + "item.magistuarmory.stone_lochaberaxe": "Stone Lochaber Axe", + "item.magistuarmory.wood_lochaberaxe": "Wooden Lochaber Axe", + "item.magistuarmory.iron_lochaberaxe": "Iron Lochaber Axe", + "item.magistuarmory.netherite_lochaberaxe": "Netherite Lochaber Axe", + "item.magistuarmory.gold_lochaberaxe": "Golden Lochaber Axe", + "item.magistuarmory.silver_lochaberaxe": "Silver Lochaber Axe", + "item.magistuarmory.copper_lochaberaxe": "Copper Lochaber Axe", + "item.magistuarmory.steel_lochaberaxe": "Steel Lochaber Axe", + "item.magistuarmory.tin_lochaberaxe": "Tin Lochaber Axe", + "item.magistuarmory.bronze_lochaberaxe": "Bronze Lochaber Axe", + "item.magistuarmory.diamond_concavehalberd": "Diamond Concave Edged Halberd", + "item.magistuarmory.stone_concavehalberd": "Stone Concave Edged Halberd", + "item.magistuarmory.wood_concavehalberd": "Wooden Concave Edged Halberd", + "item.magistuarmory.iron_concavehalberd": "Iron Concave Edged Halberd", + "item.magistuarmory.netherite_concavehalberd": "Netherite Concave Edged Halberd", + "item.magistuarmory.gold_concavehalberd": "Golden Concave Edged Halberd", + "item.magistuarmory.silver_concavehalberd": "Silver Concave Edged Halberd", + "item.magistuarmory.copper_concavehalberd": "Copper Concave Edged Halberd", + "item.magistuarmory.steel_concavehalberd": "Steel Concave Edged Halberd", + "item.magistuarmory.tin_concavehalberd": "Tin Concave Edged Halberd", + "item.magistuarmory.bronze_concavehalberd": "Bronze Concave Edged Halberd", + "item.magistuarmory.diamond_heavymace": "Diamond Heavy Mace", + "item.magistuarmory.stone_heavymace": "Stone Heavy Mace", + "item.magistuarmory.wood_heavymace": "Wooden Heavy Mace", + "item.magistuarmory.iron_heavymace": "Iron Heavy Mace", + "item.magistuarmory.netherite_heavymace": "Netherite Heavy Mace", + "item.magistuarmory.gold_heavymace": "Golden Heavy Mace", + "item.magistuarmory.silver_heavymace": "Silver Heavy Mace", + "item.magistuarmory.copper_heavymace": "Copper Heavy Mace", + "item.magistuarmory.steel_heavymace": "Steel Heavy Mace", + "item.magistuarmory.tin_heavymace": "Tin Heavy Mace", + "item.magistuarmory.bronze_heavymace": "Bronze Heavy Mace", + "item.magistuarmory.diamond_heavywarhammer": "Diamond Heavy War Hammer", + "item.magistuarmory.stone_heavywarhammer": "Stone Heavy War Hammer", + "item.magistuarmory.wood_heavywarhammer": "Wooden Heavy War Hammer", + "item.magistuarmory.iron_heavywarhammer": "Iron Heavy War Hammer", + "item.magistuarmory.netherite_heavywarhammer": "Netherite Heavy War Hammer", + "item.magistuarmory.gold_heavywarhammer": "Golden Heavy War Hammer", + "item.magistuarmory.silver_heavywarhammer": "Silver Heavy War Hammer", + "item.magistuarmory.copper_heavywarhammer": "Copper Heavy War Hammer", + "item.magistuarmory.steel_heavywarhammer": "Steel Heavy War Hammer", + "item.magistuarmory.tin_heavywarhammer": "Tin Heavy War Hammer", + "item.magistuarmory.bronze_heavywarhammer": "Bronze Heavy War Hammer", + "item.magistuarmory.diamond_lucernhammer": "Diamond Lucerne Hammer", + "item.magistuarmory.stone_lucernhammer": "Stone Lucerne Hammer", + "item.magistuarmory.wood_lucernhammer": "Wooden Lucerne Hammer", + "item.magistuarmory.iron_lucernhammer": "Iron Lucerne Hammer", + "item.magistuarmory.netherite_lucernhammer": "Netherite Lucerne Hammer", + "item.magistuarmory.gold_lucernhammer": "Golden Lucerne Hammer", + "item.magistuarmory.silver_lucernhammer": "Silver Lucerne Hammer", + "item.magistuarmory.copper_lucernhammer": "Copper Lucerne Hammer", + "item.magistuarmory.steel_lucernhammer": "Steel Lucerne Hammer", + "item.magistuarmory.tin_lucernhammer": "Tin Lucerne Hammer", + "item.magistuarmory.bronze_lucernhammer": "Bronze Lucerne Hammer", + "item.magistuarmory.diamond_morgenstern": "Diamond Morningstar", + "item.magistuarmory.stone_morgenstern": "Stone Morningstar", + "item.magistuarmory.wood_morgenstern": "Wooden Morningstar", + "item.magistuarmory.iron_morgenstern": "Iron Morningstar", + "item.magistuarmory.netherite_morgenstern": "Netherite Morningstar", + "item.magistuarmory.gold_morgenstern": "Golden Morningstar", + "item.magistuarmory.silver_morgenstern": "Silver Morningstar", + "item.magistuarmory.copper_morgenstern": "Copper Morningstar", + "item.magistuarmory.steel_morgenstern": "Steel Morningstar", + "item.magistuarmory.tin_morgenstern": "Tin Morningstar", + "item.magistuarmory.bronze_morgenstern": "Bronze Morningstar", + "item.magistuarmory.diamond_shortsword": "Diamond Short Sword", + "item.magistuarmory.stone_shortsword": "Stone Short Sword", + "item.magistuarmory.wood_shortsword": "Wooden Short Sword", + "item.magistuarmory.iron_shortsword": "Iron Short Sword", + "item.magistuarmory.netherite_shortsword": "Netherite Short Sword", + "item.magistuarmory.gold_shortsword": "Golden Short Sword", + "item.magistuarmory.silver_shortsword": "Silver Short Sword", + "item.magistuarmory.copper_shortsword": "Copper Short Sword", + "item.magistuarmory.steel_shortsword": "Steel Short Sword", + "item.magistuarmory.tin_shortsword": "Tin Short Sword", + "item.magistuarmory.bronze_shortsword": "Bronze Short Sword", + "item.magistuarmory.diamond_chainmorgenstern": "Diamond Flail", + "item.magistuarmory.stone_chainmorgenstern": "Stone Flail", + "item.magistuarmory.wood_chainmorgenstern": "Wooden Flail", + "item.magistuarmory.iron_chainmorgenstern": "Iron Flail", + "item.magistuarmory.netherite_chainmorgenstern": "Netherite Flail", + "item.magistuarmory.gold_chainmorgenstern": "Golden Flail", + "item.magistuarmory.silver_chainmorgenstern": "Silver Flail", + "item.magistuarmory.copper_chainmorgenstern": "Copper Flail", + "item.magistuarmory.steel_chainmorgenstern": "Steel Flail", + "item.magistuarmory.tin_chainmorgenstern": "Tin Flail", + "item.magistuarmory.bronze_chainmorgenstern": "Bronze Flail", + "item.magistuarmory.diamond_guisarme": "Diamond Guisarme", + "item.magistuarmory.stone_guisarme": "Stone Guisarme", + "item.magistuarmory.wood_guisarme": "Wooden Guisarme", + "item.magistuarmory.iron_guisarme": "Iron Guisarme", + "item.magistuarmory.netherite_guisarme": "Netherite Guisarme", + "item.magistuarmory.gold_guisarme": "Golden Guisarme", + "item.magistuarmory.silver_guisarme": "Silver Guisarme", + "item.magistuarmory.copper_guisarme": "Copper Guisarme", + "item.magistuarmory.steel_guisarme": "Steel Guisarme", + "item.magistuarmory.tin_guisarme": "Tin Guisarme", + "item.magistuarmory.bronze_guisarme": "Bronze Guisarme", + "item.magistuarmory.diamond_heatershield": "Diamond Heater Shield", + "item.magistuarmory.stone_heatershield": "Stone Heater Shield", + "item.magistuarmory.wood_heatershield": "Wooden Heater Shield", + "item.magistuarmory.iron_heatershield": "Iron Heater Shield", + "item.magistuarmory.netherite_heatershield": "Netherite Heater Shield", + "item.magistuarmory.gold_heatershield": "Golden Heater Shield", + "item.magistuarmory.silver_heatershield": "Silver Heater Shield", + "item.magistuarmory.copper_heatershield": "Copper Heater Shield", + "item.magistuarmory.steel_heatershield": "Steel Heater Shield", + "item.magistuarmory.tin_heatershield": "Tin Heater Shield", + "item.magistuarmory.bronze_heatershield": "Bronze Heater Shield", + "item.magistuarmory.diamond_rondache": "Diamond Rondache", + "item.magistuarmory.stone_rondache": "Stone Rondache", + "item.magistuarmory.wood_rondache": "Wooden Rondache", + "item.magistuarmory.iron_rondache": "Iron Rondache", + "item.magistuarmory.netherite_rondache": "Netherite Rondache", + "item.magistuarmory.gold_rondache": "Golden Rondache", + "item.magistuarmory.silver_rondache": "Silver Rondache", + "item.magistuarmory.copper_rondache": "Copper Rondache", + "item.magistuarmory.steel_rondache": "Steel Rondache", + "item.magistuarmory.tin_rondache": "Tin Rondache", + "item.magistuarmory.bronze_rondache": "Bronze Rondache", + "item.magistuarmory.diamond_roundshield": "Diamond Round Shield", + "item.magistuarmory.stone_roundshield": "Stone Round Shield", + "item.magistuarmory.wood_roundshield": "Wooden Round Shield", + "item.magistuarmory.iron_roundshield": "Iron Round Shield", + "item.magistuarmory.netherite_roundshield": "Netherite Round Shield", + "item.magistuarmory.gold_roundshield": "Golden Round Shield", + "item.magistuarmory.silver_roundshield": "Silver Round Shield", + "item.magistuarmory.copper_roundshield": "Copper Round Shield", + "item.magistuarmory.steel_roundshield": "Steel Round Shield", + "item.magistuarmory.tin_roundshield": "Tin Round Shield", + "item.magistuarmory.bronze_roundshield": "Bronze Round Shield", + "item.magistuarmory.diamond_target": "Diamond Targe", + "item.magistuarmory.stone_target": "Stone Targe", + "item.magistuarmory.wood_target": "Wooden Targe", + "item.magistuarmory.iron_target": "Iron Targe", + "item.magistuarmory.netherite_target": "Netherite Targe", + "item.magistuarmory.gold_target": "Golden Targe", + "item.magistuarmory.silver_target": "Silver Targe", + "item.magistuarmory.copper_target": "Copper Targe", + "item.magistuarmory.steel_target": "Steel Targe", + "item.magistuarmory.tin_target": "Tin Targe", + "item.magistuarmory.bronze_target": "Bronze Targe", + "item.magistuarmory.diamond_buckler": "Diamond Buckler", + "item.magistuarmory.stone_buckler": "Stone Buckler", + "item.magistuarmory.wood_buckler": "Wooden Buckler", + "item.magistuarmory.iron_buckler": "Iron Buckler", + "item.magistuarmory.netherite_buckler": "Netherite Buckler", + "item.magistuarmory.gold_buckler": "Golden Buckler", + "item.magistuarmory.silver_buckler": "Silver Buckler", + "item.magistuarmory.copper_buckler": "Copper Buckler", + "item.magistuarmory.steel_buckler": "Steel Buckler", + "item.magistuarmory.tin_buckler": "Tin Buckler", + "item.magistuarmory.bronze_buckler": "Bronze Buckler", + "item.magistuarmory.diamond_tartsche": "Diamond Tartsche", + "item.magistuarmory.stone_tartsche": "Stone Tartsche", + "item.magistuarmory.wood_tartsche": "Wooden Tartsche", + "item.magistuarmory.iron_tartsche": "Iron Tartsche", + "item.magistuarmory.netherite_tartsche": "Netherite Tartsche", + "item.magistuarmory.gold_tartsche": "Golden Tartsche", + "item.magistuarmory.silver_tartsche": "Silver Tartsche", + "item.magistuarmory.copper_tartsche": "Copper Tartsche", + "item.magistuarmory.steel_tartsche": "Steel Tartsche", + "item.magistuarmory.tin_tartsche": "Tin Tartsche", + "item.magistuarmory.bronze_tartsche": "Bronze Tartsche", + "item.magistuarmory.diamond_pavese": "Diamond Pavise", + "item.magistuarmory.stone_pavese": "Stone Pavise", + "item.magistuarmory.wood_pavese": "Wooden Pavise", + "item.magistuarmory.iron_pavese": "Iron Pavise", + "item.magistuarmory.netherite_pavese": "Netherite Pavise", + "item.magistuarmory.gold_pavese": "Golden Pavise", + "item.magistuarmory.silver_pavese": "Silver Pavise", + "item.magistuarmory.copper_pavese": "Copper Pavise", + "item.magistuarmory.steel_pavese": "Steel Pavise", + "item.magistuarmory.tin_pavese": "Tin Pavise", + "item.magistuarmory.bronze_pavese": "Bronze Pavise", + "item.magistuarmory.diamond_ellipticalshield": "Diamond Elliptical Shield", + "item.magistuarmory.stone_ellipticalshield": "Stone Elliptical Shield", + "item.magistuarmory.wood_ellipticalshield": "Wooden Elliptical Shield", + "item.magistuarmory.iron_ellipticalshield": "Iron Elliptical Shield", + "item.magistuarmory.netherite_ellipticalshield": "Netherite Elliptical Shield", + "item.magistuarmory.gold_ellipticalshield": "Golden Elliptical Shield", + "item.magistuarmory.silver_ellipticalshield": "Silver Elliptical Shield", + "item.magistuarmory.copper_ellipticalshield": "Copper Elliptical Shield", + "item.magistuarmory.steel_ellipticalshield": "Steel Elliptical Shield", + "item.magistuarmory.tin_ellipticalshield": "Tin Elliptical Shield", + "item.magistuarmory.bronze_ellipticalshield": "Bronze Elliptical Shield", + "item.magistuarmory.diamond_kiteshield": "Diamond Kite Shield", + "item.magistuarmory.stone_kiteshield": "Stone Kite Shield", + "item.magistuarmory.wood_kiteshield": "Wooden Kite Shield", + "item.magistuarmory.iron_kiteshield": "Iron Kite Shield", + "item.magistuarmory.netherite_kiteshield": "Netherite Kite Shield", + "item.magistuarmory.gold_kiteshield": "Golden Kite Shield", + "item.magistuarmory.silver_kiteshield": "Silver Kite Shield", + "item.magistuarmory.copper_kiteshield": "Copper Kite Shield", + "item.magistuarmory.steel_kiteshield": "Steel Kite Shield", + "item.magistuarmory.tin_kiteshield": "Tin Kite Shield", + "item.magistuarmory.bronze_kiteshield": "Bronze Kite Shield", + "item.magistuarmory.corruptedroundshield": "Corrupted Round Shield", + "itemGroup.magistuarmory.armor": "Medieval Armor", + "itemGroup.magistuarmory.weapons": "Medieval Weapons", + "itemGroup.magistuarmory.particular_weapons": "Medieval Weapons", + "itemGroup.magistuarmory.shields": "Medieval Shields", + "itemGroup.magistuarmory.rusted": "Rusted Items", + "item.magistuarmory.armet": "Armet", + "item.magistuarmory.knight_chestplate": "Knight Armor", + "item.magistuarmory.knight_leggings": "Knight Leggings", + "item.magistuarmory.knight_boots": "Knight Boots", + "item.magistuarmory.stechhelm": "Frog-Mouth Helm", + "item.magistuarmory.jousting_chestplate": "Jousting Armor", + "item.magistuarmory.jousting_leggings": "Jousting Leggings", + "item.magistuarmory.jousting_boots": "Jousting Boots", + "item.magistuarmory.sallet": "Sallet", + "item.magistuarmory.gothic_chestplate": "Gothic Armor", + "item.magistuarmory.gothic_leggings": "Gothic Leggings", + "item.magistuarmory.gothic_boots": "Gothic Boots", + "item.magistuarmory.maximilian_helmet": "Maximilian Helm", + "item.magistuarmory.maximilian_chestplate": "Maximilian Armor", + "item.magistuarmory.maximilian_leggings": "Maximilian Leggings", + "item.magistuarmory.maximilian_boots": "Maximilian Boots", + "item.magistuarmory.chainmail_helmet": "Chainmail Helm", + "item.magistuarmory.chainmail_chestplate": "Chainmail Armor", + "item.magistuarmory.chainmail_leggings": "Chainmail Leggings", + "item.magistuarmory.chainmail_boots": "Boots", + "item.magistuarmory.kettlehat": "Kettle Hat", + "item.magistuarmory.platemail_chestplate": "Reinforced Chainmail Armor", + "item.magistuarmory.platemail_leggings": "Reinforced Chainmail Leggings", + "item.magistuarmory.platemail_boots": "Reinforced Chainmail Boots", + "item.magistuarmory.barbute": "Barbute", + "item.magistuarmory.halfarmor_chestplate": "Half-Armor", + "item.magistuarmory.greathelm": "Greathelm", + "item.magistuarmory.crusader_chestplate": "Crusader Armor", + "item.magistuarmory.crusader_leggings": "Crusader Leggings", + "item.magistuarmory.crusader_boots": "Crusader Boots", + "item.magistuarmory.ceremonialarmet": "Ceremonial Armet", + "item.magistuarmory.ceremonial_chestplate": "Ceremonial Knight Armor", + "item.magistuarmory.ceremonial_boots": "Ceremonial Knight Boots", + "item.magistuarmory.coif": "Quilted Coif", + "item.magistuarmory.gambeson_chestplate": "Gambeson", + "item.magistuarmory.pantyhose": "Pantyhose", + "item.magistuarmory.gambeson_boots": "Gambeson Boots", + "item.magistuarmory.rustedbarbute": "Rusted Barbute", + "item.magistuarmory.rustedhalfarmor_chestplate": "Rusted Half-Armor", + "item.magistuarmory.rustednorman_helmet": "Rusted Norman Helmet", + "item.magistuarmory.rustedkettlehat": "Rusted Kettle Hat", + "item.magistuarmory.rustedgreathelm": "Rusted Greathelm", + "item.magistuarmory.rustedcrusader_chestplate": "Rusted Crusader Armor", + "item.magistuarmory.rustedcrusader_boots": "Shabby Crusader Boots", + "item.magistuarmory.rustedchainmail_helmet": "Rusted Chainmail Helm", + "item.magistuarmory.rustedchainmail_chestplate": "Rusted Chainmail Armor", + "item.magistuarmory.rustedchainmail_leggings": "Rusted Chainmail Leggings", + "item.magistuarmory.rustedchainmail_boots": "Shabby Boots", + "item.magistuarmory.shishak": "Shishak", + "item.magistuarmory.norman_helmet": "Norman Helmet", + "item.magistuarmory.bascinet": "Bascinet", + "item.magistuarmory.xivcenturyknight_chestplate": "XIV Century Knight Armor", + "item.magistuarmory.xivcenturyknight_leggings": "XIV Century Knight Leggings", + "item.magistuarmory.xivcenturyknight_boots": "XIV Century Knight Boots", + "item.magistuarmory.brigandine_chestplate": "Brigandine", + "item.magistuarmory.wingedhussar_chestplate": "Winged Hussar Armor", + "item.magistuarmory.cuirassier_helmet": "Burgonet", + "item.magistuarmory.cuirassier_chestplate": "Cuirass", + "item.magistuarmory.cuirassier_leggings": "Cuirassier Pantyhose", + "item.magistuarmory.cuirassier_boots": "Cuirassier Boots", + "item.magistuarmory.grand_bascinet": "Grand Bascinet", + "item.magistuarmory.kastenbrust_chestplate": "Kasten-brust Armor", + "item.magistuarmory.kastenbrust_leggings": "Kasten-brust Leggings", + "item.magistuarmory.kastenbrust_boots": "Kasten-brust Boots", + "item.magistuarmory.face_helmet": "Face Helmet", + "item.magistuarmory.lamellar_chestplate": "Lamellar Armor", + "item.magistuarmory.lamellar_boots": "Lamellar Boots", + "silvertools.hurt": "damage against undead", + "flamebladed.hurt": "Reduces enemy's maximum health", + "halberd.hurt": "Has a chance to push the enemy off the horse", + "bonusattackreach": " reach distance", + "slowmovementspeed": "Slow movement speed", + "effect.laceration": "Laceration", + "lance.rideronly": "Used only when riding", + "lance.leftclick": "Left-click before hitting to dismount target", + "lance.bonusdamage": "Damage is based on mass and speed", + "armorpiercing": "armor piercing", + "twohandedi": "Two-Handed I", + "twohandedii": "Two-Handed II", + "kgweight": "kg weight", + "maxdamageblock": "max damage block", + "twohandedpenalty_1": "Attack speed and damage reduced due to ", + "twohandedpenalty_2": "single-handed use of two-handed weapon", + "item.magistuarmory.steel_ingot": "Steel Ingot", + "item.magistuarmory.steel_nugget": "Steel Nugget", + "item.magistuarmory.steel_plate": "Steel Plate", + "item.magistuarmory.steel_chainmail": "Steel Chainmail", + "item.magistuarmory.steel_ring": "Steel Ring", + "item.magistuarmory.leather_strip": "Leather Strip", + "item.magistuarmory.hilt": "Hilt", + "item.magistuarmory.pole": "Pole", + "item.magistuarmory.steel_chain": "Steel Chain", + "item.magistuarmory.woolen_fabric": "Woolen Fabric", + "item.magistuarmory.small_steel_plate": "Small Steel Plate", + "item.magistuarmory.lamellar_rows": "Lamellar Rows", + "item.magistuarmory.tin_ingot": "Tin Ingot", + "item.magistuarmory.silver_ingot": "Silver Ingot", + "item.magistuarmory.bronze_ingot": "Bronze Ingot", + "item.magistuarmory.blacksmith_hammer": "Blacksmith Hammer", + "item.magistuarmory.pitchfork": "Pitchfork", + "item.magistuarmory.barbedclub": "Barbed Club", + "item.magistuarmory.noble_sword": "Noble Sword", + "item.magistuarmory.rusted_bastardsword": "Rusted Bastard Sword", + "item.magistuarmory.rusted_heavymace": "Rusted Heavy Mace", + "item.magistuarmory.club": "Club", + "item.magistuarmory.messer_sword": "Messer", + "item.magistuarmory.longbow": "Longbow", + "item.magistuarmory.heavy_crossbow": "Heavy Crossbow", + "magistuarmory.withsurcoat.black": " with Black Surcoat", + "magistuarmory.withsurcoat.red": " with Red Surcoat", + "magistuarmory.withsurcoat.green": " with Green Surcoat", + "magistuarmory.withsurcoat.brown": " with Brown Surcoat", + "magistuarmory.withsurcoat.blue": " with Blue Surcoat", + "magistuarmory.withsurcoat.purple": " with Purple Surcoat", + "magistuarmory.withsurcoat.cyan": " with Cyan Surcoat", + "magistuarmory.withsurcoat.light_gray": " with Light Gray Surcoat", + "magistuarmory.withsurcoat.gray": " with Gray Surcoat", + "magistuarmory.withsurcoat.pink": " with Pink Surcoat", + "magistuarmory.withsurcoat.lime": " with Lime Surcoat", + "magistuarmory.withsurcoat.yellow": " with Yellow Surcoat", + "magistuarmory.withsurcoat.light_blue": " with Light Blue Surcoat", + "magistuarmory.withsurcoat.magenta": " with Magenta Surcoat", + "magistuarmory.withsurcoat.orange": " with Orange Surcoat", + "magistuarmory.withsurcoat.white": " with White Surcoat", + "magistuarmory.withcaparison.black": " with Black Caparison", + "magistuarmory.withcaparison.red": " with Red Caparison", + "magistuarmory.withcaparison.green": " with Green Caparison", + "magistuarmory.withcaparison.brown": " with Brown Caparison", + "magistuarmory.withcaparison.blue": " with Blue Caparison", + "magistuarmory.withcaparison.purple": " with Purple Caparison", + "magistuarmory.withcaparison.cyan": " with Cyan Caparison", + "magistuarmory.withcaparison.light_gray": " with Light Gray Caparison", + "magistuarmory.withcaparison.gray": " with Gray Caparison", + "magistuarmory.withcaparison.pink": " with Pink Caparison", + "magistuarmory.withcaparison.lime": " with Lime Caparison", + "magistuarmory.withcaparison.yellow": " with Yellow Caparison", + "magistuarmory.withcaparison.light_blue": " with Light Blue Caparison", + "magistuarmory.withcaparison.magenta": " with Magenta Caparison", + "magistuarmory.withcaparison.orange": " with Orange Caparison", + "magistuarmory.withcaparison.white": " with White Caparison", + "item.magistuarmory.apostolic_cross_pattern.desc": "Apostolic Cross", + "item.magistuarmory.bowl_pattern.desc": "Bowl", + "item.magistuarmory.bull_pattern.desc": "Bull", + "item.magistuarmory.chess_pattern.desc": "Chess", + "item.magistuarmory.crusader_cross_pattern.desc": "Crusader Cross", + "item.magistuarmory.dragon_pattern.desc": "Dragon", + "item.magistuarmory.eagle_pattern.desc": "Eagle", + "item.magistuarmory.horse_pattern.desc": "Horse", + "item.magistuarmory.lily_pattern.desc": "Lily", + "item.magistuarmory.lion1_pattern.desc": "Lion on Hind Legs", + "item.magistuarmory.lion2_pattern.desc": "Lion on Four Legs", + "item.magistuarmory.orthodox_cross_pattern.desc": "Orthodox Cross", + "item.magistuarmory.snake_pattern.desc": "Snake", + "item.magistuarmory.sun_pattern.desc": "Sun", + "item.magistuarmory.swords_pattern.desc": "Swords", + "item.magistuarmory.tower_pattern.desc": "Tower", + "item.magistuarmory.tree_pattern.desc": "Tree", + "item.magistuarmory.two-headed_eagle_pattern.desc": "Two-Headed Eagle", + "item.magistuarmory.barding": "Barding", + "item.magistuarmory.chainmail_horse_armor": "Chainmail Horse Armor", + "item.magistuarmory.apostolic_cross_pattern": "Banner Pattern", + "item.magistuarmory.bowl_pattern": "Banner Pattern", + "item.magistuarmory.bull_pattern": "Banner Pattern", + "item.magistuarmory.chess_pattern": "Banner Pattern", + "item.magistuarmory.crusader_cross_pattern": "Banner Pattern", + "item.magistuarmory.dragon_pattern": "Banner Pattern", + "item.magistuarmory.eagle_pattern": "Banner Pattern", + "item.magistuarmory.horse_pattern": "Banner Pattern", + "item.magistuarmory.lily_pattern": "Banner Pattern", + "item.magistuarmory.lion1_pattern": "Banner Pattern", + "item.magistuarmory.lion2_pattern": "Banner Pattern", + "item.magistuarmory.orthodox_cross_pattern": "Banner Pattern", + "item.magistuarmory.snake_pattern": "Banner Pattern", + "item.magistuarmory.sun_pattern": "Banner Pattern", + "item.magistuarmory.swords_pattern": "Banner Pattern", + "item.magistuarmory.tower_pattern": "Banner Pattern", + "item.magistuarmory.tree_pattern": "Banner Pattern", + "item.magistuarmory.two-headed_eagle_pattern": "Banner Pattern", + "death.attack.additional": "%1$s was slain by %2$s", + "death.attack.additional.item": "%1$s was slain by %2$s using %3$s", + "death.attack.entity": "%1$s was slain by %2$s", + "death.attack.entity.item": "%1$s was slain by %2$s using %3$s", + "death.attack.armorPiercing": "%1$s was slain by %2$s", + "death.attack.armorPiercing.item": "%1$s was slain by %2$s using %3$s", + "death.attack.silver": "%1$swas burned with silver by %2$s", + "death.attack.silver.player": "%1$s was burned with silver whilst fighting %2$s", + "death.attack.silver.item": "%1$s was burned with silver by %2$s using %3$s", + "death.attack.entityAdditional": "%1$s was slain by %2$s", + "death.attack.entityAdditional.item": "%1$s was slain by %2$s using %3$s", + "text.autoconfig.epicknights.title": "Epic Knights", + "text.autoconfig.epicknights.option.general": "General Settings", + "text.autoconfig.epicknights.option.weapons": "Weapon Settings", + "text.autoconfig.epicknights.option.shields": "Shield Settings", + "text.autoconfig.epicknights.option.armor": "Armor Settings", + "text.autoconfig.epicknights.option.mobEquipments": "Mob Equipments", + "text.autoconfig.epicknights.option.general.equipMonsters": "Equip monsters", + "text.autoconfig.epicknights.option.general.equipMonstersOnlyIfHard": "Equip monsters only if the game diffuculty set to hard", + "text.autoconfig.epicknights.option.general.equipChance": "Equip chance", + "text.autoconfig.epicknights.option.general.overrideEquipment": "Override equipment", + "text.autoconfig.epicknights.option.general.enableSurcoatRecipeForAllArmor": "Enable surcoat recipe for all armor", + "text.autoconfig.epicknights.option.general.disableAttackReach": "Disable attack Reach", + "text.autoconfig.epicknights.option.general.disableArmorPiercing": "Disable armor piercing", + "text.autoconfig.epicknights.option.general.disableLanceCollision": "Disable lance collision", + "text.autoconfig.epicknights.option.general.disableTwoHanded": "Disable two-handed", + "text.autoconfig.epicknights.option.general.disableWeaponBlocking": "Disable blocking with weapons", + "text.autoconfig.epicknights.option.weapons.stiletto": "Stiletto", + "text.autoconfig.epicknights.option.weapons.shortSword": "Short sword", + "text.autoconfig.epicknights.option.weapons.katzbalger": "Katzbalger", + "text.autoconfig.epicknights.option.weapons.pike": "Pike", + "text.autoconfig.epicknights.option.weapons.ranseur": "Ranseur", + "text.autoconfig.epicknights.option.weapons.ahlspiess": "Ahlspiess", + "text.autoconfig.epicknights.option.weapons.giantLance": "Lance", + "text.autoconfig.epicknights.option.weapons.bastardSword": "Bastard sword", + "text.autoconfig.epicknights.option.weapons.estoc": "Estoc", + "text.autoconfig.epicknights.option.weapons.claymore": "Claymore", + "text.autoconfig.epicknights.option.weapons.zweihander": "Zweihander", + "text.autoconfig.epicknights.option.weapons.flameBladedSword": "Flame-bladed sword", + "text.autoconfig.epicknights.option.weapons.lochaberAxe": "Lochaber axe", + "text.autoconfig.epicknights.option.weapons.concaveEdgedHalberd": "Concave edged halberd", + "text.autoconfig.epicknights.option.weapons.heavyMace": "Heavy mace", + "text.autoconfig.epicknights.option.weapons.heavyWarHammer": "Heavy war hammer", + "text.autoconfig.epicknights.option.weapons.lucerneHammer": "Lucerne hammer", + "text.autoconfig.epicknights.option.weapons.morningstar": "Morningstar", + "text.autoconfig.epicknights.option.weapons.flail": "Flail", + "text.autoconfig.epicknights.option.weapons.guisarme": "Guisarme", + "text.autoconfig.epicknights.option.weapons.blacksmithHammer": "Blacksmith hammer", + "text.autoconfig.epicknights.option.weapons.barbedClub": "Barbed club", + "text.autoconfig.epicknights.option.weapons.pitchfork": "Pitchfork", + "text.autoconfig.epicknights.option.weapons.nobleSword": "Noble sword", + "text.autoconfig.epicknights.option.weapons.rustedBastardSword": "Rusted bastard sword", + "text.autoconfig.epicknights.option.weapons.rustedHeavyMace": "Rusted heavy mace", + "text.autoconfig.epicknights.option.weapons.club": "Club", + "text.autoconfig.epicknights.option.weapons.messerSword": "Messer sword", + "text.autoconfig.epicknights.option.shields.heaterShield": "Heater shield", + "text.autoconfig.epicknights.option.shields.target": "Target", + "text.autoconfig.epicknights.option.shields.buckler": "Buckler", + "text.autoconfig.epicknights.option.shields.rondache": "Rondache", + "text.autoconfig.epicknights.option.shields.tartsche": "Tartsche", + "text.autoconfig.epicknights.option.shields.ellipticalShield": "Elliptical shield", + "text.autoconfig.epicknights.option.shields.roundShield": "Round shield", + "text.autoconfig.epicknights.option.shields.pavese": "Pavese", + "text.autoconfig.epicknights.option.shields.kiteShield": "Kite shield", + "text.autoconfig.epicknights.option.shields.corruptedRoundShield": "Corrupted round shield", + "text.autoconfig.epicknights.option.weapons.stiletto.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.stiletto.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.stiletto.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.stiletto.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.shortSword.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.shortSword.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.shortSword.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.shortSword.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.katzbalger.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.katzbalger.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.katzbalger.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.katzbalger.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.pike.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.pike.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.pike.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.pike.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.ranseur.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.ranseur.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.ranseur.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.ranseur.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.ahlspiess.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.ahlspiess.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.ahlspiess.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.ahlspiess.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.giantLance.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.giantLance.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.giantLance.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.giantLance.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.bastardSword.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.bastardSword.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.bastardSword.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.bastardSword.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.estoc.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.estoc.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.estoc.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.estoc.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.claymore.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.claymore.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.claymore.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.claymore.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.zweihander.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.zweihander.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.zweihander.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.zweihander.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.flameBladedSword.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.flameBladedSword.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.flameBladedSword.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.flameBladedSword.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.lochaberAxe.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.lochaberAxe.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.lochaberAxe.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.lochaberAxe.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.concaveEdgedHalberd.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.concaveEdgedHalberd.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.concaveEdgedHalberd.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.concaveEdgedHalberd.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.heavyMace.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.heavyMace.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.heavyMace.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.heavyMace.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.heavyWarHammer.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.heavyWarHammer.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.heavyWarHammer.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.heavyWarHammer.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.lucerneHammer.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.lucerneHammer.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.lucerneHammer.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.lucerneHammer.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.morningstar.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.morningstar.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.morningstar.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.morningstar.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.flail.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.flail.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.flail.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.flail.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.guisarme.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.guisarme.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.guisarme.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.guisarme.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.blacksmithHammer.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.blacksmithHammer.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.blacksmithHammer.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.blacksmithHammer.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.barbedClub.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.barbedClub.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.barbedClub.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.barbedClub.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.pitchfork.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.pitchfork.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.pitchfork.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.pitchfork.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.nobleSword.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.nobleSword.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.nobleSword.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.nobleSword.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.rustedBastardSword.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.rustedBastardSword.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.rustedBastardSword.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.rustedBastardSword.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.rustedHeavyMace.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.rustedHeavyMace.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.rustedHeavyMace.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.rustedHeavyMace.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.club.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.club.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.club.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.club.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.weapons.messerSword.enabled": "Enable", + "text.autoconfig.epicknights.option.weapons.messerSword.baseAttackDamage": "Base attack damage", + "text.autoconfig.epicknights.option.weapons.messerSword.baseAttackSpeed": "Base attack speed", + "text.autoconfig.epicknights.option.weapons.messerSword.bonusAttackReach": "Bonus attack reach", + "text.autoconfig.epicknights.option.shields.enableHeaterShield": "Enable heater shield", + "text.autoconfig.epicknights.option.shields.enableTarget": "Enable target", + "text.autoconfig.epicknights.option.shields.enableBuckler": "Enable buckler", + "text.autoconfig.epicknights.option.shields.enableRondache": "Enable rondache", + "text.autoconfig.epicknights.option.shields.enableTartsche": "Enable tartsche", + "text.autoconfig.epicknights.option.shields.enableEllipticalShield": "Enable elliptical shield", + "text.autoconfig.epicknights.option.shields.enableRoundShield": "Enable round shield", + "text.autoconfig.epicknights.option.shields.enablePavese": "Enable pavese", + "text.autoconfig.epicknights.option.shields.enableKiteShield": "Enable kite shield", + "text.autoconfig.epicknights.option.shields.enableCorruptedRoundShield": "Enable corrupted round shield", + "text.autoconfig.epicknights.option.armor.enableKnightArmor": "Enable knight armor", + "text.autoconfig.epicknights.option.armor.enableJoustingArmor": "Enable jousting armor", + "text.autoconfig.epicknights.option.armor.enableGothicArmor": "Enable gothic armor", + "text.autoconfig.epicknights.option.armor.enableMaximilianArmor": "Enable maximilian armor", + "text.autoconfig.epicknights.option.armor.enableChainmailArmor": "Enable chainmail armor", + "text.autoconfig.epicknights.option.armor.enablePlatemailArmor": "Enable platemail armor", + "text.autoconfig.epicknights.option.armor.enableHalfarmor": "Enable halfarmor", + "text.autoconfig.epicknights.option.armor.enableCrusaderArmor": "Enable crusader armor", + "text.autoconfig.epicknights.option.armor.enableBrigandineArmor": "Enable brigandine armor", + "text.autoconfig.epicknights.option.armor.enableGambesonArmor": "Enable gambeson armor", + "text.autoconfig.epicknights.option.armor.enableCeremonialArmor": "Enable ceremonial armor", + "text.autoconfig.epicknights.option.armor.enableShishak": "Enable shishak", + "text.autoconfig.epicknights.option.armor.enableNormanHelmet": "Enable normanhelmet", + "text.autoconfig.epicknights.option.armor.enableRustedHalfarmorArmor": "Enable rusted halfarmor armor", + "text.autoconfig.epicknights.option.armor.enableRustedChainmailArmor": "Enable rusted chainmail armor", + "text.autoconfig.epicknights.option.armor.enableRustedKettlehat": "Enable rusted kettlehat", + "text.autoconfig.epicknights.option.armor.enableRustedNormanHelmet": "Enable rusted norman helmet", + "text.autoconfig.epicknights.option.armor.enableRustedCrusaderArmor": "Enable rusted crusader armor", + "text.autoconfig.epicknights.option.armor.enableXIVCenturyKnightArmor": "Enable XIV century knight armor", + "text.autoconfig.epicknights.option.armor.enableWingedHussarArmor": "Enable winged hussar armor", + "text.autoconfig.epicknights.option.armor.enableCuirassierArmor": "Enable cuirassier armor", + "text.autoconfig.epicknights.option.armor.enableKastenbrustArmor": "Enable kastenbrust armor", + "text.autoconfig.epicknights.option.armor.enableLamellarArmor": "Enable lamellar armor", + "text.autoconfig.epicknights.option.mobEquipments.equipments": "Lists" +} \ No newline at end of file diff --git a/Forge/1.18/orcz/lang/zh_TW.json b/Forge/1.18/orcz/lang/zh_TW.json new file mode 100644 index 0000000..4cb720c --- /dev/null +++ b/Forge/1.18/orcz/lang/zh_TW.json @@ -0,0 +1,181 @@ +{ + "subtitles.goblins_readt_to_attack": "Goblin is ready to attack", + "entity.orcz.orcsavagemace": "Orc Savage with Mace", + "item.orcz.orc_steel": "Orc Steel", + "block.orcz.bone_2deco": "Stripped Double Horn", + "block.orcz.orcsymbol": "Orc Symbol", + "block.orcz.orcshroom": "Orc Shroom", + "block.orcz.orc_wood_slab": "Orc Wood Slab", + "effect.orcz.soulforpower": "Soul Power", + "block.orcz.cageblock_2": "Wooden Cage", + "effect.orcz.safelanddelay": "safe_delay", + "item.orcz.orcsavage_2swordarmour_boots": "Orcsavagearmour Boots", + "item.orcz.orcweird_chestplate": "iron_mace", + "item.orcz.ironshield_leggings": "iron_mace", + "block.orcz.orc_wood_fence_gate": "Orc Wood Fence Gate", + "item.orcz.orcsavagegroupleader_spawn_egg": "Orc Savage GroupLeader Spawn Egg", + "block.orcz.camp_structure_generator": "Camp Structure Generator", + "subtitles.goblin_pain": "Goblin in pain", + "item.orcz.orcsavagemace_spawn_egg": "Orc Savage with Mace Spawn Egg", + "item.orcz.orcteeth": "Orc Teeth", + "subtitles.goblins_hurts": "Goblin Hurt", + "effect.orcz.bombtriggered": "Bomb_triggered", + "item.orcz.orcsavagearmour_chestplate": "Orcsavagemace Body", + "block.orcz.orcskull": "Orc Skull", + "item.orcz.orcweird_helmet": "iron_mace", + "entity.orcz.goblinsavagemace": "Goblin Savage", + "item.orcz.ironsword_chestplate": "iron_sword", + "item.orcz.orcteeth_tool_pickaxe": "Orcteeth Pickaxe", + "item.orcz.weirdboinecro_spawn_egg": "Necro Weridboi Orc Spawn Egg", + "itemGroup.taborcz": "Orcz", + "item.orcz.orcsavagebig_boots": "Orcsavagearmour Boots", + "entity.orcz.orcsavageweird": "Weird Orc Savage", + "item.orcz.savagegoblin_spawn_egg": "Savage goblin Spawn Egg", + "item.orcz.orcnecro_boots": "Orcsavagearmour Boots", + "item.orcz.orcteeth_tool_sword": "Orcteeth Sword", + "entity.orcz.weirdboinecro": "Necro Weridboi Orc", + "item.orcz.witherstrikering_spawn_egg": "Wither Strike Ring Spawn Egg", + "item.orcz.orcteeth_armor_armor_leggings": "Orcteeth Leggings", + "entity.orcz.goblinwerid": "Goblin Weirdboi", + "item.orcz.orcsavagemaceiron_spawn_egg": "Orc Savage with Iron Mace Spawn Egg", + "entity.orcz.decaystrikecustom": "Decay Strike", + "entity.orcz.orcsavagegroupleader": "Orc Savage GroupLeader", + "item.orcz.orcleader_main_chestplate": "iron_mace", + "effect.orcz.goblinsblock": "goblins_block", + "item.orcz.squig_spawn_egg": "Squig Spawn Egg", + "effect.orcz.witherstrikeready": "Wither_strike", + "effect.orcz.rageburstorcc": "Rage Burst", + "block.orcz.fakeleaf": "Fakeleaf", + "item.orcz.orcteeth_armor_armor_helmet": "Orcteeth Helmet", + "item.orcz.orcnecro_chestplate": "iron_mace", + "item.orcz.great_jungle_armour_leggings": "Ghillie Mantle Coat", + "subtitles.goblin_ambient": "goblin ambient", + "subtitles.goblin_death": "goblin death", + "entity.orcz.orcirongroupleader": "Orc Iron GroupLeader", + "item.orcz.ironmace_leggings": "iron_mace", + "block.orcz.orc_wood_log": "Orc Wood Log", + "item.orcz.orcleader_main_leggings": "iron_mace", + "block.orcz.orc_wood_stairs": "Orc Wood Stairs", + "block.orcz.palisadedarkoak": "Dark Oak Pallisade", + "item.orcz.orcnecro_helmet": "iron_mace", + "item.orcz.spectre_squig_spawn_egg": "Spectre Squig Spawn Egg", + "subtitles.goblins_speeches": "Goblin Noise", + "subtitles.goblin_hurt": "goblin_hurt", + "item.orcz.orcweird_boots": "Orcsavagearmour Boots", + "block.orcz.big_bone_1": "Big Horn", + "entity.orcz.squig": "Squig", + "item.orcz.ironshield_chestplate": "iron_mace", + "item.orcz.orcteethpaxel": "Orcteeth Paxel", + "item.orcz.great_jungle_armour_chestplate": "Ghillie Mantle Coat", + "entity.orcz.wither_strikeringcustom": "Wither Strike Ring", + "entity.orcz.bigorcboss": "Big Orc Boss", + "effect.orcz.leafvibration": "Leaves Vibration Sense", + "effect.orcz.getreadytobestriked": "Werid_orc_attack_range", + "block.orcz.orc_wood_pressure_plate": "Orc Wood Pressure Plate", + "entity.orcz.decaystrike": "Decay Strike", + "effect.orcz.cammodeleaf": "Camouflaged", + "item.orcz.ironmace_helmet": "iron_mace", + "entity.orcz.witherstrikering": "Wither Strike Ring", + "item.orcz.orcsavageshield_helmet": "Orcsavageshield Helmet", + "item.orcz.ironmace_boots": "Orcsavagearmour Boots", + "effect.orcz.noswingframe": "No Swing Frame", + "item.orcz.orcirongroupleader_spawn_egg": "Orc Iron GroupLeader Spawn Egg", + "item.orcz.orcsavagebig_chestplate": "Orcsavagemace Body", + "item.orcz.orcsavageweird_spawn_egg": "Weird Orc Savage Spawn Egg", + "item.orcz.orcsavageshield_boots": "Orcsavagearmour Boots", + "item.orcz.goblinwerid_spawn_egg": "Goblin Weirdboi Spawn Egg", + "effect.orcz.smokysmell": "Smoky Smell", + "item.orcz.orcsavage_2swordarmour_leggings": "Orcsavage sword", + "item.orcz.skullwandorc": "Orc's Skull Wand", + "block.orcz.bedroll": "Bedroll", + "block.orcz.bone_1deco": "Stripped Horn", + "item.orcz.orcweird_leggings": "iron_mace", + "item.orcz.goblinshield_spawn_egg": "Goblin Savage with Shield Spawn Egg", + "block.orcz.cageblock": "Metal Cage", + "block.orcz.orc_wood_wood": "Orc Wood Wood", + "entity.orcz.goblin_2sword": "Goblin Savage with Sword", + "entity.orcz.goblinshield": "Goblin Savage with Shield", + "item.orcz.wither_strikeringcustom_spawn_egg": "Wither Strike Ring Spawn Egg", + "block.orcz.orc_wood_button": "Orc Wood Button", + "item.orcz.orcleader_leather_chestplate": "iron_mace", + "item.orcz.orcsavagearmour_boots": "Orcsavagearmour Boots", + "item.orcz.orcsavageshield_chestplate": "Orcsavageshield Body", + "block.orcz.scrapblock": "Scrap Block", + "block.orcz.orcsymbolblue": "Blue Orc Symbol", + "item.orcz.orceye": "Orc Eye", + "item.orcz.goblinsavagemace_spawn_egg": "Goblin Savage Spawn Egg", + "item.orcz.orcsavage_2sword_spawn_egg": "Orc Savage with Sword Spawn Egg", + "item.orcz.orcteeth_armor_armor_chestplate": "Orcteeth Chestplate", + "item.orcz.orcsavage_2swordarmour_chestplate": "Orcsavage sword", + "item.orcz.orcleader_leather_helmet": "iron_mace", + "item.orcz.savageorc_spawn_egg": "Savage orc Spawn Egg", + "item.orcz.orcteeth_armor_armor_boots": "Orcteeth Boots", + "item.orcz.ironsword_boots": "Orcsavagearmour Boots", + "item.orcz.ironscrap": "Iron Scrap", + "entity.orcz.orcshield": "Orc with Shield", + "item.orcz.orchorn": "Orchorn", + "item.orcz.goblinsavagebomb_spawn_egg": "Goblin bomber Spawn Egg", + "entity.orcz.orcshieldiron": "Orc with Iron Shield", + "effect.orcz.hitrunactflee": "hitrun_flee", + "effect.orcz.posessedsquig": "Possesed by Squig", + "item.orcz.orcleader_leather_leggings": "iron_mace", + "entity.orcz.savageorciron": "Iron orc", + "item.orcz.orcsavagebig_helmet": "Orcsavagemace Helmet", + "entity.orcz.orcsavage_2sword": "Orc Savage with Sword", + "item.orcz.orcsavage_2swordarmour_helmet": "Orcsavage sword", + "effect.orcz.strikeorder": "Strike_order", + "item.orcz.orcshieldiron_spawn_egg": "Orc with Iron Shield Spawn Egg", + "entity.orcz.orcsavagemaceiron": "Orc Savage with Iron Mace", + "entity.orcz.savageorc": "Savage orc", + "item.orcz.orcsavagearmour_helmet": "Orcsavagemace Helmet", + "item.orcz.orcshield_spawn_egg": "Orc with Shield Spawn Egg", + "item.orcz.skullwand": "Skull Wand", + "block.orcz.orcsymbolred": "Red Orc Symbol", + "effect.orcz.bosstooclose": "Allies In Boss Position", + "item.orcz.decaystrike_spawn_egg": "Decay Strike Spawn Egg", + "effect.orcz.goblinsexistance": "Goblin Existance", + "item.orcz.orcnecro_leggings": "iron_mace", + "item.orcz.orcteeth_tool_shovel": "Orcteeth Shovel", + "item.orcz.orcteeth_tool_hoe": "Orcteeth Hoe", + "entity.orcz.orcsavage_2swordiron": "Orc with Sword Alt", + "item.orcz.orcleader_leather_boots": "Orcsavagearmour Boots", + "item.orcz.goblincammo_spawn_egg": "camouflaged goblins Spawn Egg", + "subtitles.orc1sound": "Orc Noise", + "block.orcz.orc_wood_leaves": "Orc Wood Leaves", + "subtitles.goblin_attack": "Goblin Attack", + "block.orcz.scrapplatewall": "Scrap Plate Wall", + "block.orcz.orc_wood_planks": "Orc Wood Planks", + "item.orcz.great_jungle_armour_helmet": "Ghillie Mantle Hat", + "item.orcz.ironmace_chestplate": "iron_mace", + "item.orcz.orcsavagebig_leggings": "Orcsavagemace Leggings", + "item.orcz.orcsavage_2swordiron_spawn_egg": "Orc with Sword Alt Spawn Egg", + "item.orcz.ironsword_leggings": "iron_sword", + "item.orcz.ironsword_helmet": "iron_sword", + "block.orcz.bone_1": "Horn", + "entity.orcz.goblincammo": "camouflaged goblins", + "item.orcz.decaystrikecustom_spawn_egg": "Decay Strike Spawn Egg", + "item.orcz.orcleader_main_helmet": "iron_mace", + "block.orcz.bone_2": "Double Horn", + "effect.orcz.gettingstriked": "Getting_striked", + "item.orcz.orcsavageshield_leggings": "Orcsavageshield Leggings", + "subtitles.goblin_teleports": "Goblin Teleports", + "subtitles.goblins_attack": "Goblin Attacks", + "item.orcz.great_jungle_armour_boots": "Great Jungle Armour Boots", + "item.orcz.bigorcboss_spawn_egg": "Big Orc Boss Spawn Egg", + "block.orcz.orc_wood_fence": "Orc Wood Fence", + "item.orcz.goblin_2sword_spawn_egg": "Goblin Savage with Sword Spawn Egg", + "block.orcz.pallisade": "Spruce Palisade", + "item.orcz.orcsteelpowder": "Orc Steel Powder", + "item.orcz.orcleader_main_boots": "Orcsavagearmour Boots", + "item.orcz.orcsavagearmour_leggings": "Orcsavagemace Leggings", + "effect.orcz.weridexistance": "werid Existance", + "item.orcz.ironshield_helmet": "iron_mace", + "entity.orcz.spectre_squig": "Spectre Squig", + "entity.orcz.savagegoblin": "Savage goblin", + "item.orcz.orcteeth_tool_axe": "Orcteeth Axe", + "effect.orcz.enrage": "ENRAGE", + "entity.orcz.goblinsavagebomb": "Goblin bomber", + "item.orcz.savageorciron_spawn_egg": "Iron orc Spawn Egg", + "item.orcz.ironshield_boots": "Orcsavagearmour Boots", + "item.orcz.heavyorchammer": "Heavy Orc Hammer" +} \ No newline at end of file diff --git a/Forge/1.18/pfm/lang/zh_TW.json b/Forge/1.18/pfm/lang/zh_TW.json new file mode 100644 index 0000000..d9e695d --- /dev/null +++ b/Forge/1.18/pfm/lang/zh_TW.json @@ -0,0 +1,1059 @@ +{ + "block.pfm.working_table": "Wood Working Table", + "block.pfm.oak_chair": "Basic Oak Chair", + "block.pfm.birch_chair": "Basic Birch Chair", + "block.pfm.spruce_chair": "Basic Spruce Chair", + "block.pfm.acacia_chair": "Basic Acacia Chair", + "block.pfm.jungle_chair": "Basic Jungle Chair", + "block.pfm.dark_oak_chair": "Basic Dark Oak Chair", + "block.pfm.warped_chair": "Basic Warped Chair", + "block.pfm.crimson_chair": "Basic Crimson Chair", + "block.pfm.stripped_oak_chair": "Basic Stripped Oak Chair", + "block.pfm.stripped_birch_chair": "Basic Stripped Birch Chair", + "block.pfm.stripped_spruce_chair": "Basic Stripped Spruce Chair", + "block.pfm.stripped_acacia_chair": "Basic Stripped Acacia Chair", + "block.pfm.stripped_jungle_chair": "Basic Stripped Jungle Chair", + "block.pfm.stripped_dark_oak_chair": "Basic Stripped Dark Oak Chair", + "block.pfm.stripped_warped_chair": "Basic Stripped Warped Chair", + "block.pfm.stripped_crimson_chair": "Basic Stripped Crimson Chair", + "block.pfm.quartz_chair": "Basic Quartz Chair", + "block.pfm.netherite_chair": "The Swaggiest Basic Chair Ever", + "block.pfm.light_wood_chair": "Basic Light Wood Chair", + "block.pfm.dark_wood_chair": "Basic Dark Wood Chair", + "block.pfm.granite_chair": "Basic Granite Chair", + "block.pfm.calcite_chair": "Basic Calcite Chair", + "block.pfm.andesite_chair": "Basic Andesite Chair", + "block.pfm.diorite_chair": "Basic Diorite Chair", + "block.pfm.stone_chair": "Basic Stone Chair", + "block.pfm.blackstone_chair": "Basic Blackstone Chair", + "block.pfm.deepslate_chair": "Basic Deepslate Chair", + "block.pfm.oak_chair_dinner": "Dining Oak Chair", + "block.pfm.birch_chair_dinner": "Dining Birch Chair", + "block.pfm.spruce_chair_dinner": "Dining Spruce Chair", + "block.pfm.acacia_chair_dinner": "Dining Acacia Chair", + "block.pfm.jungle_chair_dinner": "Dining Jungle Chair", + "block.pfm.dark_oak_chair_dinner": "Dining Dark Oak Chair", + "block.pfm.warped_chair_dinner": "Dining Warped Chair", + "block.pfm.crimson_chair_dinner": "Dining Crimson Chair", + "block.pfm.stripped_oak_chair_dinner": "Dining Stripped Oak Chair", + "block.pfm.stripped_birch_chair_dinner": "Dining Stripped Birch Chair", + "block.pfm.stripped_spruce_chair_dinner": "Dining Stripped Spruce Chair", + "block.pfm.stripped_acacia_chair_dinner": "Dining Stripped Acacia Chair", + "block.pfm.stripped_jungle_chair_dinner": "Dining Stripped Jungle Chair", + "block.pfm.stripped_dark_oak_chair_dinner": "Dining Stripped Dark Oak Chair", + "block.pfm.stripped_warped_chair_dinner": "Dining Stripped Warped Chair", + "block.pfm.stripped_crimson_chair_dinner": "Dining Stripped Crimson Chair", + "block.pfm.quartz_chair_dinner": "Dining Quartz Chair", + "block.pfm.netherite_chair_dinner": "The Swaggiest Dining Chair Ever", + "block.pfm.light_wood_chair_dinner": "Dining Light Wood Chair", + "block.pfm.dark_wood_chair_dinner": "Dining Dark Wood Chair", + "block.pfm.granite_chair_dinner": "Dining Granite Chair", + "block.pfm.andesite_chair_dinner": "Dining Andesite Chair", + "block.pfm.calcite_chair_dinner": "Dining Calcite Chair", + "block.pfm.diorite_chair_dinner": "Dining Diorite Chair", + "block.pfm.stone_chair_dinner": "Dining Stone Chair", + "block.pfm.blackstone_chair_dinner": "Dining Blackstone Chair", + "block.pfm.deepslate_chair_dinner": "Dining Deepslate Chair", + "block.pfm.froggy_chair": "Froggy Chair", + "block.pfm.froggy_chair_pink": "Pink Froggy Chair", + "block.pfm.froggy_chair_orange": "Orange Froggy Chair", + "block.pfm.froggy_chair_blue": "Blue Froggy Chair", + "block.pfm.froggy_chair_light_blue": "Light Blue Froggy Chair", + "block.pfm.froggy_chair_yellow": "Yellow Froggy Chair", + "block.pfm.oak_chair_classic": "Classic Oak Chair", + "block.pfm.birch_chair_classic": "Classic Birch Chair", + "block.pfm.spruce_chair_classic": "Classic Spruce Chair", + "block.pfm.acacia_chair_classic": "Classic Acacia Chair", + "block.pfm.jungle_chair_classic": "Classic Jungle Chair", + "block.pfm.dark_oak_chair_classic": "Classic Dark Oak Chair", + "block.pfm.warped_chair_classic": "Classic Warped Chair", + "block.pfm.crimson_chair_classic": "Classic Crimson Chair", + "block.pfm.stripped_oak_chair_classic": "Classic Stripped Oak Chair", + "block.pfm.stripped_birch_chair_classic": "Classic Stripped Birch Chair", + "block.pfm.stripped_spruce_chair_classic": "Classic Stripped Spruce Chair", + "block.pfm.stripped_acacia_chair_classic": "Classic Stripped Acacia Chair", + "block.pfm.stripped_jungle_chair_classic": "Classic Stripped Jungle Chair", + "block.pfm.stripped_dark_oak_chair_classic": "Classic Stripped Dark Oak Chair", + "block.pfm.stripped_warped_chair_classic": "Classic Stripped Warped Chair", + "block.pfm.stripped_crimson_chair_classic": "Classic Stripped Crimson Chair", + "block.pfm.chair_classic_wool": "Wool Classic Chair", + "block.pfm.quartz_chair_classic": "Classic Quartz Chair", + "block.pfm.netherite_chair_classic": "The Swaggiest Classic Chair Ever", + "block.pfm.light_wood_chair_classic": "Classic Light Wood Chair", + "block.pfm.dark_wood_chair_classic": "Classic Dark Wood Chair", + "block.pfm.granite_chair_classic": "Classic Granite Chair", + "block.pfm.andesite_chair_classic": "Classic Andesite Chair", + "block.pfm.diorite_chair_classic": "Classic Diorite Chair", + "block.pfm.stone_chair_classic": "Classic Stone Chair", + "block.pfm.blackstone_chair_classic": "Classic Blackstone Chair", + "block.pfm.deepslate_chair_classic": "Classic Deepslate Chair", + "block.pfm.calcite_chair_classic": "Classic Calcite Chair", + "itemGroup.pfm.furniture": "Paladin's Furniture", + "itemGroup.pfm.dye_kits": "Dye Kits", + "block.pfm.oak_chair_modern": "Modern Oak Chair", + "block.pfm.birch_chair_modern": "Modern Birch Chair", + "block.pfm.spruce_chair_modern": "Modern Spruce Chair", + "block.pfm.acacia_chair_modern": "Modern Acacia Chair", + "block.pfm.jungle_chair_modern": "Modern Jungle Chair", + "block.pfm.dark_oak_chair_modern": "Modern Dark Oak Chair", + "block.pfm.warped_chair_modern": "Modern Warped Chair", + "block.pfm.crimson_chair_modern": "Modern Crimson Chair", + "block.pfm.stripped_oak_chair_modern": "Modern Stripped Oak Chair", + "block.pfm.stripped_birch_chair_modern": "Modern Stripped Birch Chair", + "block.pfm.stripped_spruce_chair_modern": "Modern Stripped Spruce Chair", + "block.pfm.stripped_acacia_chair_modern": "Modern Stripped Acacia Chair", + "block.pfm.stripped_jungle_chair_modern": "Modern Stripped Jungle Chair", + "block.pfm.stripped_dark_oak_chair_modern": "Modern Stripped Dark Oak Chair", + "block.pfm.stripped_warped_chair_modern": "Modern Stripped Warped Chair", + "block.pfm.stripped_crimson_chair_modern": "Modern Stripped Crimson Chair", + "block.pfm.quartz_chair_modern": "Modern Quartz Chair", + "block.pfm.netherite_chair_modern": "The Swaggiest Modern Chair Ever", + "block.pfm.light_wood_chair_modern": "Modern Light Wood Chair", + "block.pfm.dark_wood_chair_modern": "Modern Dark Wood Chair", + "block.pfm.granite_chair_modern": "Modern Granite Chair", + "block.pfm.andesite_chair_modern": "Modern Andesite Chair", + "block.pfm.diorite_chair_modern": "Modern Diorite Chair", + "block.pfm.stone_chair_modern": "Modern Stone Chair", + "block.pfm.blackstone_chair_modern": "Modern Blackstone Chair", + "block.pfm.deepslate_chair_modern": "Modern Deepslate Chair", + "block.pfm.calcite_chair_modern": "Modern Calcite Chair", + "block.pfm.white_arm_chair": "White Arm Chair", + "block.pfm.orange_arm_chair": "Orange Arm Chair", + "block.pfm.magenta_arm_chair": "Magenta Arm Chair", + "block.pfm.light_blue_arm_chair": "Light Blue Arm Chair", + "block.pfm.yellow_arm_chair": "Yellow Arm Chair", + "block.pfm.lime_arm_chair": "Lime Arm Chair", + "block.pfm.pink_arm_chair": "Pink Arm Chair", + "block.pfm.gray_arm_chair": "Gray Arm Chair", + "block.pfm.light_gray_arm_chair": "Light Gray Arm Chair", + "block.pfm.cyan_arm_chair": "Cyan Arm Chair", + "block.pfm.purple_arm_chair": "Purple Arm Chair", + "block.pfm.blue_arm_chair": "Blue Arm Chair", + "block.pfm.brown_arm_chair": "Brown Arm Chair", + "block.pfm.green_arm_chair": "Green Arm Chair", + "block.pfm.red_arm_chair": "Red Arm Chair", + "block.pfm.black_arm_chair": "Black Arm Chair", + "block.pfm.arm_chair_leather": "Leather Armchair", + "block.pfm.white_simple_sofa": "Simple White Sofa", + "block.pfm.orange_simple_sofa": "Simple Orange Sofa", + "block.pfm.magenta_simple_sofa": "Simple Magenta Sofa", + "block.pfm.light_blue_simple_sofa": "Simple Light Blue Sofa", + "block.pfm.yellow_simple_sofa": "Simple Yellow Sofa", + "block.pfm.lime_simple_sofa": "Simple Lime Sofa", + "block.pfm.pink_simple_sofa": "Simple Pink Sofa", + "block.pfm.gray_simple_sofa": "Simple Gray Sofa", + "block.pfm.light_gray_simple_sofa": "Simple Light Gray Sofa", + "block.pfm.cyan_simple_sofa": "Simple Cyan Sofa", + "block.pfm.purple_simple_sofa": "Simple Purple Sofa", + "block.pfm.blue_simple_sofa": "Simple Blue Sofa", + "block.pfm.brown_simple_sofa": "Simple Brown Sofa", + "block.pfm.green_simple_sofa": "Simple Green Sofa", + "block.pfm.red_simple_sofa": "Simple Red Sofa", + "block.pfm.black_simple_sofa": "Simple Black Sofa", + "block.pfm.oak_chair_classic_white": "Classic White Oak Chair", + "block.pfm.oak_chair_classic_orange": "Classic Orange Oak Chair", + "block.pfm.oak_chair_classic_magenta": "Classic Magenta Oak Chair", + "block.pfm.oak_chair_classic_light_blue": "Classic Light Blue Oak Chair", + "block.pfm.oak_chair_classic_yellow": "Classic Yellow Oak Chair", + "block.pfm.oak_chair_classic_lime": "Classic Lime Oak Chair", + "block.pfm.oak_chair_classic_pink": "Classic Pink Oak Chair", + "block.pfm.oak_chair_classic_gray": "Classic Gray Oak Chair", + "block.pfm.oak_chair_classic_light_gray": "Classic Light Gray Oak Chair", + "block.pfm.oak_chair_classic_cyan": "Classic Cyan Oak Chair", + "block.pfm.oak_chair_classic_purple": "Classic Purple Oak Chair", + "block.pfm.oak_chair_classic_blue": "Classic Blue Oak Chair", + "block.pfm.oak_chair_classic_brown": "Classic Brown Oak Chair", + "block.pfm.oak_chair_classic_green": "Classic Green Oak Chair", + "block.pfm.oak_chair_classic_red": "Classic Red Oak Chair", + "block.pfm.oak_chair_classic_black": "Classic Black Oak Chair", + "item.pfm.dye_kit_red": "Red Dye Kit", + "item.pfm.dye_kit_orange": "Orange Dye Kit", + "item.pfm.dye_kit_yellow": "Yellow Dye Kit", + "item.pfm.dye_kit_lime": "Lime Dye Kit", + "item.pfm.dye_kit_green": "Green Dye Kit", + "item.pfm.dye_kit_cyan": "Cyan Dye Kit", + "item.pfm.dye_kit_light_blue": "Light Blue Dye Kit", + "item.pfm.dye_kit_blue": "Blue Dye Kit", + "item.pfm.dye_kit_purple": "Purple Dye Kit", + "item.pfm.dye_kit_magenta": "Magenta Dye Kit", + "item.pfm.dye_kit_pink": "Pink Dye Kit", + "item.pfm.dye_kit_brown": "Brown Dye Kit", + "item.pfm.dye_kit_black": "Black Dye Kit", + "item.pfm.dye_kit_gray": "Gray Dye Kit", + "item.pfm.dye_kit_light_gray": "Light Gray Dye Kit", + "item.pfm.dye_kit_white": "White Dye Kit", + "block.pfm.light_switch": "Light Switch", + "message.pfm.light_switch_not_canopy": "You must only select the light's canopy", + "message.pfm.patchouli_not_installed": "To use this book you must install the Patchouli mod", + "item.pfm.furniture_book": "Paladin's Furniture", + "block.pfm.oak_table_basic": "Basic Oak Table", + "block.pfm.birch_table_basic": "Basic Birch Table", + "block.pfm.spruce_table_basic": "Basic Spruce Table", + "block.pfm.acacia_table_basic": "Basic Acacia Table", + "block.pfm.jungle_table_basic": "Basic Jungle Table", + "block.pfm.dark_oak_table_basic": "Basic Dark Oak Table", + "block.pfm.crimson_table_basic": "Basic Crimson Table", + "block.pfm.warped_table_basic": "Basic Warped Table", + "block.pfm.stripped_oak_table_basic": "Basic Stripped Oak Table", + "block.pfm.stripped_birch_table_basic": "Basic Stripped Birch Table", + "block.pfm.stripped_spruce_table_basic": "Basic Stripped Spruce Table", + "block.pfm.stripped_acacia_table_basic": "Basic Stripped Acacia Table", + "block.pfm.stripped_jungle_table_basic": "Basic Stripped Jungle Table", + "block.pfm.stripped_dark_oak_table_basic": "Basic Stripped Dark Oak Table", + "block.pfm.stripped_crimson_table_basic": "Basic Stripped Crimson Table", + "block.pfm.stripped_warped_table_basic": "Basic Stripped Warped Table", + "block.pfm.quartz_table_basic": "Basic Quartz Table", + "block.pfm.netherite_table_basic": "The Swaggiest Basic Table Ever", + "block.pfm.light_wood_table_basic": "Basic Light Wood Table", + "block.pfm.dark_wood_table_basic": "Basic Dark Wood Table", + "block.pfm.granite_table_basic": "Basic Granite Table", + "block.pfm.andesite_table_basic": "Basic Andesite Table", + "block.pfm.diorite_table_basic": "Basic Diorite Table", + "block.pfm.stone_table_basic": "Basic Stone Table", + "block.pfm.blackstone_table_basic": "Basic Blackstone Table", + "block.pfm.deepslate_table_basic": "Basic Deepslate Table", + "block.pfm.calcite_table_basic": "Basic Calcite Table", + "block.pfm.oak_table_classic": "Classic Oak Table", + "block.pfm.birch_table_classic": "Classic Birch Table", + "block.pfm.spruce_table_classic": "Classic Spruce Table", + "block.pfm.acacia_table_classic": "Classic Acacia Table", + "block.pfm.jungle_table_classic": "Classic Jungle Table", + "block.pfm.dark_oak_table_classic": "Classic Dark Oak Table", + "block.pfm.crimson_table_classic": "Classic Crimson Table", + "block.pfm.warped_table_classic": "Classic Warped Table", + "block.pfm.stripped_oak_table_classic": "Classic Stripped Oak Table", + "block.pfm.stripped_birch_table_classic": "Classic Stripped Birch Table", + "block.pfm.stripped_spruce_table_classic": "Classic Stripped Spruce Table", + "block.pfm.stripped_acacia_table_classic": "Classic Stripped Acacia Table", + "block.pfm.stripped_jungle_table_classic": "Classic Stripped Jungle Table", + "block.pfm.stripped_dark_oak_table_classic": "Classic Stripped Dark Oak Table", + "block.pfm.stripped_crimson_table_classic": "Classic Stripped Crimson Table", + "block.pfm.stripped_warped_table_classic": "Classic Stripped Warped Table", + "block.pfm.quartz_table_classic": "Classic Quartz Table", + "block.pfm.netherite_table_classic": "The Swaggiest Classic Table Ever", + "block.pfm.light_wood_table_classic": "Classic Light Wood Table", + "block.pfm.dark_wood_table_classic": "Classic Dark Wood Table", + "block.pfm.granite_table_classic": "Classic Granite Table", + "block.pfm.andesite_table_classic": "Classic Andesite Table", + "block.pfm.diorite_table_classic": "Classic Diorite Table", + "block.pfm.stone_table_classic": "Classic Stone Table", + "block.pfm.blackstone_table_classic": "Classic Blackstone Table", + "block.pfm.deepslate_table_classic": "Classic Deepslate Table", + "block.pfm.calcite_table_classic": "Classic Calcite Table", + "block.pfm.oak_table_log": "Oak Log Table", + "block.pfm.birch_table_log": "Birch Log Table", + "block.pfm.spruce_table_log": "Spruce Log Table", + "block.pfm.acacia_table_log": "Acacia Log Table", + "block.pfm.jungle_table_log": "Jungle Log Table", + "block.pfm.dark_oak_table_log": "Dark Oak Log Table", + "block.pfm.crimson_table_stem": "Crimson Stem Table", + "block.pfm.warped_table_stem": "Warped Stem Table", + "block.pfm.stripped_oak_table_log": "Stripped Oak Log Table", + "block.pfm.stripped_birch_table_log": "Stripped Birch Log Table", + "block.pfm.stripped_spruce_table_log": "Stripped Spruce Log Table", + "block.pfm.stripped_acacia_table_log": "Stripped Acacia Log Table", + "block.pfm.stripped_jungle_table_log": "Stripped Jungle Log Table", + "block.pfm.stripped_dark_oak_table_log": "Stripped Dark Oak Log Table", + "block.pfm.stripped_crimson_table_stem": "Stripped Crimson Stem Table", + "block.pfm.stripped_warped_table_stem": "Stripped Warped Stem Table", + "block.pfm.quartz_table_natural": "Natural Quartz Table", + "block.pfm.netherite_table_natural": "The Swaggiest Natural Table Ever", + "block.pfm.light_wood_table_natural": "Natural Light Wood Table", + "block.pfm.dark_wood_table_natural": "Natural Dark Wood Table", + "block.pfm.granite_table_natural": "Natural Granite Table", + "block.pfm.andesite_table_natural": "Natural Andesite Table", + "block.pfm.diorite_table_natural": "Natural Diorite Table", + "block.pfm.stone_table_natural": "Natural Stone Table", + "block.pfm.blackstone_table_natural": "Natural Blackstone Table", + "block.pfm.deepslate_table_natural": "Natural Deepslate Table", + "block.pfm.calcite_table_natural": "Natural Calcite Table", + "block.pfm.oak_raw_table_log": "Raw Oak Log Table", + "block.pfm.birch_raw_table_log": "Raw Birch Log Table", + "block.pfm.spruce_raw_table_log": "Raw Spruce Log Table", + "block.pfm.acacia_raw_table_log": "Raw Acacia Log Table", + "block.pfm.jungle_raw_table_log": "Raw Jungle Log Table", + "block.pfm.dark_oak_raw_table_log": "Raw Dark Oak Log Table", + "block.pfm.warped_raw_table_stem": "Raw Warped Stem Table", + "block.pfm.crimson_raw_table_stem": "Raw Crimson Stem Table", + "block.pfm.stripped_oak_raw_table_log": "Raw Stripped Oak Log Table", + "block.pfm.stripped_birch_raw_table_log": "Raw Stripped Birch Log Table", + "block.pfm.stripped_spruce_raw_table_log": "Raw Stripped Spruce Log Table", + "block.pfm.stripped_acacia_raw_table_log": "Raw Stripped Acacia Log Table", + "block.pfm.stripped_jungle_raw_table_log": "Raw Stripped Jungle Log Table", + "block.pfm.stripped_dark_oak_raw_table_log": "Raw Stripped Dark Oak Log Table", + "block.pfm.stripped_warped_raw_table_stem": "Raw Stripped Warped Stem Table", + "block.pfm.stripped_crimson_raw_table_stem": "Raw Stripped Crimson Stem Table", + "block.pfm.oak_log_stool": "Oak Log Stool", + "block.pfm.birch_log_stool": "Birch Log Stool", + "block.pfm.spruce_log_stool": "Spruce Log Stool", + "block.pfm.acacia_log_stool": "Acacia Log Stool", + "block.pfm.jungle_log_stool": "Jungle Log Stool", + "block.pfm.dark_oak_log_stool": "Dark Oak Log Stool", + "block.pfm.crimson_stem_stool": "Crimson Stem Stool", + "block.pfm.warped_stem_stool": "Warped Stem Stool", + "block.pfm.oak_classic_stool": "Oak Classic Stool", + "block.pfm.birch_classic_stool": "Birch Classic Stool", + "block.pfm.spruce_classic_stool": "Spruce Classic Stool", + "block.pfm.acacia_classic_stool": "Acacia Classic Stool", + "block.pfm.jungle_classic_stool": "Jungle Classic Stool", + "block.pfm.dark_oak_classic_stool": "Dark Oak Classic Stool", + "block.pfm.crimson_classic_stool": "Crimson Classic Stool", + "block.pfm.warped_classic_stool": "Warped Classic Stool", + "block.pfm.stripped_oak_classic_stool": "Stripped Oak Classic Stool", + "block.pfm.stripped_birch_classic_stool": "Stripped Birch Classic Stool", + "block.pfm.stripped_spruce_classic_stool": "Stripped Spruce Classic Stool", + "block.pfm.stripped_acacia_classic_stool": "Stripped Acacia Classic Stool", + "block.pfm.stripped_jungle_classic_stool": "Stripped Jungle Classic Stool", + "block.pfm.stripped_dark_oak_classic_stool": "Stripped Dark Oak Classic Stool", + "block.pfm.stripped_crimson_classic_stool": "Stripped Crimson Classic Stool", + "block.pfm.stripped_warped_classic_stool": "Stripped Warped Classic Stool", + "block.pfm.quartz_classic_stool": "Quartz Classic Stool", + "block.pfm.netherite_classic_stool": "The Swaggiest Classic Stool Ever", + "block.pfm.light_wood_classic_stool": "Light Wood Classic Stool", + "block.pfm.dark_wood_classic_stool": "Dark Wood Classic Stool", + "block.pfm.granite_classic_stool": "Granite Classic Stool", + "block.pfm.andesite_classic_stool": "Andesite Classic Stool", + "block.pfm.diorite_classic_stool": "Diorite Classic Stool", + "block.pfm.stone_classic_stool": "Stone Classic Stool", + "block.pfm.blackstone_classic_stool": "Blackstone Classic Stool", + "block.pfm.deepslate_classic_stool": "Deepslate Classic Stool", + "block.pfm.calcite_classic_stool": "Calcite Classic Stool", + "block.pfm.oak_modern_stool": "Oak Modern Stool", + "block.pfm.birch_modern_stool": "Birch Modern Stool", + "block.pfm.spruce_modern_stool": "Spruce Modern Stool", + "block.pfm.acacia_modern_stool": "Acacia Modern Stool", + "block.pfm.jungle_modern_stool": "Jungle Modern Stool", + "block.pfm.dark_oak_modern_stool": "Dark Oak Modern Stool", + "block.pfm.crimson_modern_stool": "Crimson Modern Stool", + "block.pfm.warped_modern_stool": "Warped Modern Stool", + "block.pfm.stripped_oak_modern_stool": "Stripped Oak Modern Stool", + "block.pfm.stripped_birch_modern_stool": "Stripped Birch Modern Stool", + "block.pfm.stripped_spruce_modern_stool": "Stripped Spruce Modern Stool", + "block.pfm.stripped_acacia_modern_stool": "Stripped Acacia Modern Stool", + "block.pfm.stripped_jungle_modern_stool": "Stripped Jungle Modern Stool", + "block.pfm.stripped_dark_oak_modern_stool": "Stripped Dark Oak Modern Stool", + "block.pfm.stripped_crimson_modern_stool": "Stripped Crimson Modern Stool", + "block.pfm.stripped_warped_modern_stool": "Stripped Warped Modern Stool", + "block.pfm.white_modern_stool": "White Modern Concrete Stool", + "block.pfm.gray_modern_stool": "Gray Modern Concrete Stool", + "block.pfm.dark_wood_modern_stool": "Dark Wood Modern Stool", + "block.pfm.gray_dark_oak_modern_stool": "Gray Dark Oak Modern Stool", + "block.pfm.light_gray_dark_oak_modern_stool": "Light Gray Dark Oak Modern Stool", + "block.pfm.light_wood_modern_stool": "Light Wood Modern Stool", + "block.pfm.quartz_modern_stool": "Quartz Modern Stool", + "block.pfm.netherite_modern_stool": "The Swaggiest Modern Stool Ever", + "block.pfm.granite_modern_stool": "Granite Modern Stool", + "block.pfm.andesite_modern_stool": "Andesite Modern Stool", + "block.pfm.diorite_modern_stool": "Diorite Modern Stool", + "block.pfm.stone_modern_stool": "Stone Modern Stool", + "block.pfm.blackstone_modern_stool": "Blackstone Modern Stool", + "block.pfm.deepslate_modern_stool": "Deepslate Modern Stool", + "block.pfm.calcite_modern_stool": "Calcite Modern Stool", + "block.pfm.oak_simple_stool": "Oak Simple Stool", + "block.pfm.birch_simple_stool": "Birch Simple Stool", + "block.pfm.spruce_simple_stool": "Spruce Simple Stool", + "block.pfm.acacia_simple_stool": "Acacia Simple Stool", + "block.pfm.jungle_simple_stool": "Jungle Simple Stool", + "block.pfm.dark_oak_simple_stool": "Dark Oak Simple Stool", + "block.pfm.crimson_simple_stool": "Crimson Simple Stool", + "block.pfm.warped_simple_stool": "Warped Simple Stool", + "block.pfm.stripped_oak_simple_stool": "Stripped Oak Simple Stool", + "block.pfm.stripped_birch_simple_stool": "Stripped Birch Simple Stool", + "block.pfm.stripped_spruce_simple_stool": "Stripped Spruce Simple Stool", + "block.pfm.stripped_acacia_simple_stool": "Stripped Acacia Simple Stool", + "block.pfm.stripped_jungle_simple_stool": "Stripped Jungle Simple Stool", + "block.pfm.stripped_dark_oak_simple_stool": "Stripped Dark Oak Simple Stool", + "block.pfm.stripped_crimson_simple_stool": "Stripped Crimson Simple Stool", + "block.pfm.stripped_warped_simple_stool": "Stripped Warped Simple Stool", + "block.pfm.quartz_simple_stool": "Quartz Simple Stool", + "block.pfm.netherite_simple_stool": "The Swaggiest Simple Stool Ever", + "block.pfm.light_wood_simple_stool": "Light Wood Simple Stool", + "block.pfm.dark_wood_simple_stool": "Dark Wood Simple Stool", + "block.pfm.granite_simple_stool": "Granite Simple Stool", + "block.pfm.andesite_simple_stool": "Andesite Simple Stool", + "block.pfm.diorite_simple_stool": "Diorite Simple Stool", + "block.pfm.stone_simple_stool": "Stone Simple Stool", + "block.pfm.blackstone_simple_stool": "Blackstone Simple Stool", + "block.pfm.deepslate_simple_stool": "Deepslate Simple Stool", + "block.pfm.calcite_simple_stool": "Calcite Simple Stool", + "block.pfm.oak_table_dinner": "Oak Dining Table", + "block.pfm.birch_table_dinner": "Birch Dining Table", + "block.pfm.spruce_table_dinner": "Spruce Dining Table", + "block.pfm.acacia_table_dinner": "Acacia Dining Table", + "block.pfm.jungle_table_dinner": "Jungle Dining Table", + "block.pfm.dark_oak_table_dinner": "Dark Oak Dining Table", + "block.pfm.crimson_table_dinner": "Crimson Dining Table", + "block.pfm.warped_table_dinner": "Warped Dining Table", + "block.pfm.stripped_oak_table_dinner": "Stripped Oak Dining Table", + "block.pfm.stripped_birch_table_dinner": "Stripped Birch Dining Table", + "block.pfm.stripped_spruce_table_dinner": "Stripped Spruce Dining Table", + "block.pfm.stripped_acacia_table_dinner": "Stripped Acacia Dining Table", + "block.pfm.stripped_jungle_table_dinner": "Stripped Jungle Dining Table", + "block.pfm.stripped_dark_oak_table_dinner": "Stripped Dark Oak Dining Table", + "block.pfm.stripped_crimson_table_dinner": "Stripped Crimson Dining Table", + "block.pfm.stripped_warped_table_dinner": "Stripped Warped Dining Table", + "block.pfm.quartz_table_dinner": "Quartz Dining Table", + "block.pfm.netherite_table_dinner": "The Swaggiest Dining Table Ever", + "block.pfm.light_wood_table_dinner": "Light Wood Dining Table", + "block.pfm.dark_wood_table_dinner": "Dark Wood Dining Table", + "block.pfm.granite_table_dinner": "Granite Dining Table", + "block.pfm.andesite_table_dinner": "Andesite Dining Table", + "block.pfm.diorite_table_dinner": "Diorite Dining Table", + "block.pfm.stone_table_dinner": "Stone Dining Table", + "block.pfm.blackstone_table_dinner": "Blackstone Dining Table", + "block.pfm.deepslate_table_dinner": "Deepslate Dining Table", + "block.pfm.calcite_table_dinner": "Calcite Dining Table", + "block.pfm.oak_table_modern_dinner": "Oak Modern Dining Table", + "block.pfm.birch_table_modern_dinner": "Birch Modern Dining Table", + "block.pfm.spruce_table_modern_dinner": "Spruce Modern Dining Table", + "block.pfm.acacia_table_modern_dinner": "Acacia Modern Dining Table", + "block.pfm.jungle_table_modern_dinner": "Jungle Modern Dining Table", + "block.pfm.dark_oak_table_modern_dinner": "Dark Oak Modern Dining Table", + "block.pfm.crimson_table_modern_dinner": "Crimson Modern Dining Table", + "block.pfm.warped_table_modern_dinner": "Warped Modern Dining Table", + "block.pfm.stripped_oak_table_modern_dinner": "Stripped Modern Oak Dining Table", + "block.pfm.stripped_birch_table_modern_dinner": "Stripped Modern Birch Dining Table", + "block.pfm.stripped_spruce_table_modern_dinner": "Stripped Modern Spruce Dining Table", + "block.pfm.stripped_acacia_table_modern_dinner": "Stripped Modern Acacia Dining Table", + "block.pfm.stripped_jungle_table_modern_dinner": "Stripped Modern Jungle Dining Table", + "block.pfm.stripped_dark_oak_table_modern_dinner": "Stripped Modern Dark Oak Dining Table", + "block.pfm.stripped_crimson_table_modern_dinner": "Stripped Modern Crimson Dining Table", + "block.pfm.stripped_warped_table_modern_dinner": "Stripped Modern Warped Dining Table", + "block.pfm.quartz_table_modern_dinner": "Quartz Modern Dining Table", + "block.pfm.netherite_table_modern_dinner": "The Swaggiest Modern Dining Table Ever", + "block.pfm.light_wood_table_modern_dinner": "Light Wood Modern Dining Table", + "block.pfm.dark_wood_table_modern_dinner": "Dark Wood Modern Dining Table", + "block.pfm.granite_table_modern_dinner": "Granite Modern Dining Table", + "block.pfm.andesite_table_modern_dinner": "Andesite Modern Dining Table", + "block.pfm.diorite_table_modern_dinner": "Diorite Modern Dining Table", + "block.pfm.stone_table_modern_dinner": "Stone Modern Dining Table", + "block.pfm.blackstone_table_modern_dinner": "Blackstone Modern Dining Table", + "block.pfm.deepslate_table_modern_dinner": "Deepslate Modern Dining Table", + "block.pfm.calcite_table_modern_dinner": "Calcite Modern Dining Table", + "block.pfm.oak_classic_nightstand": "Oak Classic Nightstand", + "block.pfm.birch_classic_nightstand": "Birch Classic Nightstand", + "block.pfm.spruce_classic_nightstand": "Spruce Classic Nightstand", + "block.pfm.acacia_classic_nightstand": "Acacia Classic Nightstand", + "block.pfm.jungle_classic_nightstand": "Jungle Classic Nightstand", + "block.pfm.dark_oak_classic_nightstand": "Dark Oak Classic Nightstand", + "block.pfm.crimson_classic_nightstand": "Crimson Classic Nightstand", + "block.pfm.warped_classic_nightstand": "Warped Classic Nightstand", + "block.pfm.stripped_oak_classic_nightstand": "Stripped Oak Classic Nightstand", + "block.pfm.stripped_birch_classic_nightstand": "Stripped Birch Classic Nightstand", + "block.pfm.stripped_spruce_classic_nightstand": "Stripped Spruce Classic Nightstand", + "block.pfm.stripped_acacia_classic_nightstand": "Stripped Acacia Classic Nightstand", + "block.pfm.stripped_jungle_classic_nightstand": "Stripped Jungle Classic Nightstand", + "block.pfm.stripped_dark_oak_classic_nightstand": "Stripped Dark Oak Classic Nightstand", + "block.pfm.stripped_crimson_classic_nightstand": "Stripped Crimson Classic Nightstand", + "block.pfm.stripped_warped_classic_nightstand": "Stripped Warped Classic Nightstand", + "block.pfm.quartz_classic_nightstand": "Quartz Classic Nightstand", + "block.pfm.netherite_classic_nightstand": "The Swaggiest Classic Nightstand Ever", + "block.pfm.light_wood_classic_nightstand": "Light Wood Classic Nightstand", + "block.pfm.dark_wood_classic_nightstand": "Dark Wood Classic Nightstand", + "block.pfm.granite_classic_nightstand": "Granite Classic Nightstand", + "block.pfm.andesite_classic_nightstand": "Andesite Classic Nightstand", + "block.pfm.diorite_classic_nightstand": "Diorite Classic Nightstand", + "block.pfm.stone_classic_nightstand": "Stone Classic Nightstand", + "block.pfm.blackstone_classic_nightstand": "Blackstone Classic Nightstand", + "block.pfm.deepslate_classic_nightstand": "Deepslate Classic Nightstand", + "block.pfm.calcite_classic_nightstand": "Calcite Classic Nightstand", + "block.pfm.oak_red_simple_bed": "Oak Red Simple Bed", + "block.pfm.oak_orange_simple_bed": "Oak Orange Simple Bed", + "block.pfm.oak_yellow_simple_bed": "Oak Yellow Simple Bed", + "block.pfm.oak_green_simple_bed": "Oak Green Simple Bed", + "block.pfm.oak_lime_simple_bed": "Oak Lime Simple Bed", + "block.pfm.oak_light_blue_simple_bed": "Oak Light Blue Simple Bed", + "block.pfm.oak_blue_simple_bed": "Oak Blue Simple Bed", + "block.pfm.oak_brown_simple_bed": "Oak Brown Simple Bed", + "block.pfm.oak_cyan_simple_bed": "Oak Cyan Simple Bed", + "block.pfm.oak_light_gray_simple_bed": "Oak Light Gray Simple Bed", + "block.pfm.oak_gray_simple_bed": "Oak Gray Simple Bed", + "block.pfm.oak_purple_simple_bed": "Oak Purple Simple Bed", + "block.pfm.oak_magenta_simple_bed": "Oak Magenta Simple Bed", + "block.pfm.oak_pink_simple_bed": "Oak Pink Simple Bed", + "block.pfm.oak_black_simple_bed": "Oak Black Simple Bed", + "block.pfm.oak_white_simple_bed": "Oak White Simple Bed", + "block.pfm.spruce_red_simple_bed": "Spruce Red Simple Bed", + "block.pfm.spruce_orange_simple_bed": "Spruce Orange Simple Bed", + "block.pfm.spruce_yellow_simple_bed": "Spruce Yellow Simple Bed", + "block.pfm.spruce_green_simple_bed": "Spruce Green Simple Bed", + "block.pfm.spruce_lime_simple_bed": "Spruce Lime Simple Bed", + "block.pfm.spruce_light_blue_simple_bed": "Spruce Light Blue Simple Bed", + "block.pfm.spruce_blue_simple_bed": "Spruce Blue Simple Bed", + "block.pfm.spruce_brown_simple_bed": "Spruce Brown Simple Bed", + "block.pfm.spruce_cyan_simple_bed": "Spruce Cyan Simple Bed", + "block.pfm.spruce_light_gray_simple_bed": "Spruce Light Gray Simple Bed", + "block.pfm.spruce_gray_simple_bed": "Spruce Gray Simple Bed", + "block.pfm.spruce_purple_simple_bed": "Spruce Purple Simple Bed", + "block.pfm.spruce_magenta_simple_bed": "Spruce Magenta Simple Bed", + "block.pfm.spruce_pink_simple_bed": "Spruce Pink Simple Bed", + "block.pfm.spruce_black_simple_bed": "Spruce Black Simple Bed", + "block.pfm.spruce_white_simple_bed": "Spruce White Simple Bed", + "block.pfm.birch_red_simple_bed": "Birch Red Simple Bed", + "block.pfm.birch_orange_simple_bed": "Birch Orange Simple Bed", + "block.pfm.birch_yellow_simple_bed": "Birch Yellow Simple Bed", + "block.pfm.birch_green_simple_bed": "Birch Green Simple Bed", + "block.pfm.birch_lime_simple_bed": "Birch Lime Simple Bed", + "block.pfm.birch_light_blue_simple_bed": "Birch Light Blue Simple Bed", + "block.pfm.birch_blue_simple_bed": "Birch Blue Simple Bed", + "block.pfm.birch_brown_simple_bed": "Birch Brown Simple Bed", + "block.pfm.birch_cyan_simple_bed": "Birch Cyan Simple Bed", + "block.pfm.birch_light_gray_simple_bed": "Birch Light Gray Simple Bed", + "block.pfm.birch_gray_simple_bed": "Birch Gray Simple Bed", + "block.pfm.birch_purple_simple_bed": "Birch Purple Simple Bed", + "block.pfm.birch_magenta_simple_bed": "Birch Magenta Simple Bed", + "block.pfm.birch_pink_simple_bed": "Birch Pink Simple Bed", + "block.pfm.birch_black_simple_bed": "Birch Black Simple Bed", + "block.pfm.birch_white_simple_bed": "Birch White Simple Bed", + "block.pfm.acacia_red_simple_bed": "Acacia Red Simple Bed", + "block.pfm.acacia_orange_simple_bed": "Acacia Orange Simple Bed", + "block.pfm.acacia_yellow_simple_bed": "Acacia Yellow Simple Bed", + "block.pfm.acacia_green_simple_bed": "Acacia Green Simple Bed", + "block.pfm.acacia_lime_simple_bed": "Acacia Lime Simple Bed", + "block.pfm.acacia_light_blue_simple_bed": "Acacia Light Blue Simple Bed", + "block.pfm.acacia_blue_simple_bed": "Acacia Blue Simple Bed", + "block.pfm.acacia_brown_simple_bed": "Acacia Brown Simple Bed", + "block.pfm.acacia_cyan_simple_bed": "Acacia Cyan Simple Bed", + "block.pfm.acacia_light_gray_simple_bed": "Acacia Light Gray Simple Bed", + "block.pfm.acacia_gray_simple_bed": "Acacia Gray Simple Bed", + "block.pfm.acacia_purple_simple_bed": "Acacia Purple Simple Bed", + "block.pfm.acacia_magenta_simple_bed": "Acacia Magenta Simple Bed", + "block.pfm.acacia_pink_simple_bed": "Acacia Pink Simple Bed", + "block.pfm.acacia_black_simple_bed": "Acacia Black Simple Bed", + "block.pfm.acacia_white_simple_bed": "Acacia White Simple Bed", + "block.pfm.jungle_red_simple_bed": "Jungle Red Simple Bed", + "block.pfm.jungle_orange_simple_bed": "Jungle Orange Simple Bed", + "block.pfm.jungle_yellow_simple_bed": "Jungle Yellow Simple Bed", + "block.pfm.jungle_green_simple_bed": "Jungle Green Simple Bed", + "block.pfm.jungle_lime_simple_bed": "Jungle Lime Simple Bed", + "block.pfm.jungle_light_blue_simple_bed": "Jungle Light Blue Simple Bed", + "block.pfm.jungle_blue_simple_bed": "Jungle Blue Simple Bed", + "block.pfm.jungle_brown_simple_bed": "Jungle Brown Simple Bed", + "block.pfm.jungle_cyan_simple_bed": "Jungle Cyan Simple Bed", + "block.pfm.jungle_light_gray_simple_bed": "Jungle Light Gray Simple Bed", + "block.pfm.jungle_gray_simple_bed": "Jungle Gray Simple Bed", + "block.pfm.jungle_purple_simple_bed": "Jungle Purple Simple Bed", + "block.pfm.jungle_magenta_simple_bed": "Jungle Magenta Simple Bed", + "block.pfm.jungle_pink_simple_bed": "Jungle Pink Simple Bed", + "block.pfm.jungle_black_simple_bed": "Jungle Black Simple Bed", + "block.pfm.jungle_white_simple_bed": "Jungle White Simple Bed", + "block.pfm.dark_oak_red_simple_bed": "Dark Oak Red Simple Bed", + "block.pfm.dark_oak_orange_simple_bed": "Dark Oak Orange Simple Bed", + "block.pfm.dark_oak_yellow_simple_bed": "Dark Oak Yellow Simple Bed", + "block.pfm.dark_oak_green_simple_bed": "Dark Oak Green Simple Bed", + "block.pfm.dark_oak_lime_simple_bed": "Dark Oak Lime Simple Bed", + "block.pfm.dark_oak_light_blue_simple_bed": "Dark Oak Light Blue Simple Bed", + "block.pfm.dark_oak_blue_simple_bed": "Dark Oak Blue Simple Bed", + "block.pfm.dark_oak_brown_simple_bed": "Dark Oak Brown Simple Bed", + "block.pfm.dark_oak_cyan_simple_bed": "Dark Oak Cyan Simple Bed", + "block.pfm.dark_oak_light_gray_simple_bed": "Dark Oak Light Gray Simple Bed", + "block.pfm.dark_oak_gray_simple_bed": "Dark Oak Gray Simple Bed", + "block.pfm.dark_oak_purple_simple_bed": "Dark Oak Purple Simple Bed", + "block.pfm.dark_oak_magenta_simple_bed": "Dark Oak Magenta Simple Bed", + "block.pfm.dark_oak_pink_simple_bed": "Dark Oak Pink Simple Bed", + "block.pfm.dark_oak_black_simple_bed": "Dark Oak Black Simple Bed", + "block.pfm.dark_oak_white_simple_bed": "Dark Oak White Simple Bed", + "block.pfm.crimson_red_simple_bed": "Crimson Red Simple Bed", + "block.pfm.crimson_orange_simple_bed": "Crimson Orange Simple Bed", + "block.pfm.crimson_yellow_simple_bed": "Crimson Yellow Simple Bed", + "block.pfm.crimson_green_simple_bed": "Crimson Green Simple Bed", + "block.pfm.crimson_lime_simple_bed": "Crimson Lime Simple Bed", + "block.pfm.crimson_light_blue_simple_bed": "Crimson Light Blue Simple Bed", + "block.pfm.crimson_blue_simple_bed": "Crimson Blue Simple Bed", + "block.pfm.crimson_brown_simple_bed": "Crimson Brown Simple Bed", + "block.pfm.crimson_cyan_simple_bed": "Crimson Cyan Simple Bed", + "block.pfm.crimson_light_gray_simple_bed": "Crimson Light Gray Simple Bed", + "block.pfm.crimson_gray_simple_bed": "Crimson Gray Simple Bed", + "block.pfm.crimson_purple_simple_bed": "Crimson Purple Simple Bed", + "block.pfm.crimson_magenta_simple_bed": "Crimson Magenta Simple Bed", + "block.pfm.crimson_pink_simple_bed": "Crimson Pink Simple Bed", + "block.pfm.crimson_black_simple_bed": "Crimson Black Simple Bed", + "block.pfm.crimson_white_simple_bed": "Crimson White Simple Bed", + "block.pfm.warped_red_simple_bed": "Warped Red Simple Bed", + "block.pfm.warped_orange_simple_bed": "Warped Orange Simple Bed", + "block.pfm.warped_yellow_simple_bed": "Warped Yellow Simple Bed", + "block.pfm.warped_green_simple_bed": "Warped Green Simple Bed", + "block.pfm.warped_lime_simple_bed": "Warped Lime Simple Bed", + "block.pfm.warped_light_blue_simple_bed": "Warped Light Blue Simple Bed", + "block.pfm.warped_blue_simple_bed": "Warped Blue Simple Bed", + "block.pfm.warped_brown_simple_bed": "Warped Brown Simple Bed", + "block.pfm.warped_cyan_simple_bed": "Warped Cyan Simple Bed", + "block.pfm.warped_light_gray_simple_bed": "Warped Light Gray Simple Bed", + "block.pfm.warped_gray_simple_bed": "Warped Gray Simple Bed", + "block.pfm.warped_purple_simple_bed": "Warped Purple Simple Bed", + "block.pfm.warped_magenta_simple_bed": "Warped Magenta Simple Bed", + "block.pfm.warped_pink_simple_bed": "Warped Pink Simple Bed", + "block.pfm.warped_black_simple_bed": "Warped Black Simple Bed", + "block.pfm.warped_white_simple_bed": "Warped White Simple Bed", + "block.pfm.oak_red_classic_bed": "Oak Red Classic Bed", + "block.pfm.oak_orange_classic_bed": "Oak Orange Classic Bed", + "block.pfm.oak_yellow_classic_bed": "Oak Yellow Classic Bed", + "block.pfm.oak_green_classic_bed": "Oak Green Classic Bed", + "block.pfm.oak_lime_classic_bed": "Oak Lime Classic Bed", + "block.pfm.oak_light_blue_classic_bed": "Oak Light Blue Classic Bed", + "block.pfm.oak_blue_classic_bed": "Oak Blue Classic Bed", + "block.pfm.oak_brown_classic_bed": "Oak Brown Classic Bed", + "block.pfm.oak_cyan_classic_bed": "Oak Cyan Classic Bed", + "block.pfm.oak_light_gray_classic_bed": "Oak Light Gray Classic Bed", + "block.pfm.oak_gray_classic_bed": "Oak Gray Classic Bed", + "block.pfm.oak_purple_classic_bed": "Oak Purple Classic Bed", + "block.pfm.oak_magenta_classic_bed": "Oak Magenta Classic Bed", + "block.pfm.oak_pink_classic_bed": "Oak Pink Classic Bed", + "block.pfm.oak_black_classic_bed": "Oak Black Classic Bed", + "block.pfm.oak_white_classic_bed": "Oak White Classic Bed", + "block.pfm.spruce_red_classic_bed": "Spruce Red Classic Bed", + "block.pfm.spruce_orange_classic_bed": "Spruce Orange Classic Bed", + "block.pfm.spruce_yellow_classic_bed": "Spruce Yellow Classic Bed", + "block.pfm.spruce_green_classic_bed": "Spruce Green Classic Bed", + "block.pfm.spruce_lime_classic_bed": "Spruce Lime Classic Bed", + "block.pfm.spruce_light_blue_classic_bed": "Spruce Light Blue Classic Bed", + "block.pfm.spruce_blue_classic_bed": "Spruce Blue Classic Bed", + "block.pfm.spruce_brown_classic_bed": "Spruce Brown Classic Bed", + "block.pfm.spruce_cyan_classic_bed": "Spruce Cyan Classic Bed", + "block.pfm.spruce_light_gray_classic_bed": "Spruce Light Gray Classic Bed", + "block.pfm.spruce_gray_classic_bed": "Spruce Gray Classic Bed", + "block.pfm.spruce_purple_classic_bed": "Spruce Purple Classic Bed", + "block.pfm.spruce_magenta_classic_bed": "Spruce Magenta Classic Bed", + "block.pfm.spruce_pink_classic_bed": "Spruce Pink Classic Bed", + "block.pfm.spruce_black_classic_bed": "Spruce Black Classic Bed", + "block.pfm.spruce_white_classic_bed": "Spruce White Classic Bed", + "block.pfm.birch_red_classic_bed": "Birch Red Classic Bed", + "block.pfm.birch_orange_classic_bed": "Birch Orange Classic Bed", + "block.pfm.birch_yellow_classic_bed": "Birch Yellow Classic Bed", + "block.pfm.birch_green_classic_bed": "Birch Green Classic Bed", + "block.pfm.birch_lime_classic_bed": "Birch Lime Classic Bed", + "block.pfm.birch_light_blue_classic_bed": "Birch Light Blue Classic Bed", + "block.pfm.birch_blue_classic_bed": "Birch Blue Classic Bed", + "block.pfm.birch_brown_classic_bed": "Birch Brown Classic Bed", + "block.pfm.birch_cyan_classic_bed": "Birch Cyan Classic Bed", + "block.pfm.birch_light_gray_classic_bed": "Birch Light Gray Classic Bed", + "block.pfm.birch_gray_classic_bed": "Birch Gray Classic Bed", + "block.pfm.birch_purple_classic_bed": "Birch Purple Classic Bed", + "block.pfm.birch_magenta_classic_bed": "Birch Magenta Classic Bed", + "block.pfm.birch_pink_classic_bed": "Birch Pink Classic Bed", + "block.pfm.birch_black_classic_bed": "Birch Black Classic Bed", + "block.pfm.birch_white_classic_bed": "Birch White Classic Bed", + "block.pfm.acacia_red_classic_bed": "Acacia Red Classic Bed", + "block.pfm.acacia_orange_classic_bed": "Acacia Orange Classic Bed", + "block.pfm.acacia_yellow_classic_bed": "Acacia Yellow Classic Bed", + "block.pfm.acacia_green_classic_bed": "Acacia Green Classic Bed", + "block.pfm.acacia_lime_classic_bed": "Acacia Lime Classic Bed", + "block.pfm.acacia_light_blue_classic_bed": "Acacia Light Blue Classic Bed", + "block.pfm.acacia_blue_classic_bed": "Acacia Blue Classic Bed", + "block.pfm.acacia_brown_classic_bed": "Acacia Brown Classic Bed", + "block.pfm.acacia_cyan_classic_bed": "Acacia Cyan Classic Bed", + "block.pfm.acacia_light_gray_classic_bed": "Acacia Light Gray Classic Bed", + "block.pfm.acacia_gray_classic_bed": "Acacia Gray Classic Bed", + "block.pfm.acacia_purple_classic_bed": "Acacia Purple Classic Bed", + "block.pfm.acacia_magenta_classic_bed": "Acacia Magenta Classic Bed", + "block.pfm.acacia_pink_classic_bed": "Acacia Pink Classic Bed", + "block.pfm.acacia_black_classic_bed": "Acacia Black Classic Bed", + "block.pfm.acacia_white_classic_bed": "Acacia White Classic Bed", + "block.pfm.jungle_red_classic_bed": "Jungle Red Classic Bed", + "block.pfm.jungle_orange_classic_bed": "Jungle Orange Classic Bed", + "block.pfm.jungle_yellow_classic_bed": "Jungle Yellow Classic Bed", + "block.pfm.jungle_green_classic_bed": "Jungle Green Classic Bed", + "block.pfm.jungle_lime_classic_bed": "Jungle Lime Classic Bed", + "block.pfm.jungle_light_blue_classic_bed": "Jungle Light Blue Classic Bed", + "block.pfm.jungle_blue_classic_bed": "Jungle Blue Classic Bed", + "block.pfm.jungle_brown_classic_bed": "Jungle Brown Classic Bed", + "block.pfm.jungle_cyan_classic_bed": "Jungle Cyan Classic Bed", + "block.pfm.jungle_light_gray_classic_bed": "Jungle Light Gray Classic Bed", + "block.pfm.jungle_gray_classic_bed": "Jungle Gray Classic Bed", + "block.pfm.jungle_purple_classic_bed": "Jungle Purple Classic Bed", + "block.pfm.jungle_magenta_classic_bed": "Jungle Magenta Classic Bed", + "block.pfm.jungle_pink_classic_bed": "Jungle Pink Classic Bed", + "block.pfm.jungle_black_classic_bed": "Jungle Black Classic Bed", + "block.pfm.jungle_white_classic_bed": "Jungle White Classic Bed", + "block.pfm.dark_oak_red_classic_bed": "Dark Oak Red Classic Bed", + "block.pfm.dark_oak_orange_classic_bed": "Dark Oak Orange Classic Bed", + "block.pfm.dark_oak_yellow_classic_bed": "Dark Oak Yellow Classic Bed", + "block.pfm.dark_oak_green_classic_bed": "Dark Oak Green Classic Bed", + "block.pfm.dark_oak_lime_classic_bed": "Dark Oak Lime Classic Bed", + "block.pfm.dark_oak_light_blue_classic_bed": "Dark Oak Light Blue Classic Bed", + "block.pfm.dark_oak_blue_classic_bed": "Dark Oak Blue Classic Bed", + "block.pfm.dark_oak_brown_classic_bed": "Dark Oak Brown Classic Bed", + "block.pfm.dark_oak_cyan_classic_bed": "Dark Oak Cyan Classic Bed", + "block.pfm.dark_oak_light_gray_classic_bed": "Dark Oak Light Gray Classic Bed", + "block.pfm.dark_oak_gray_classic_bed": "Dark Oak Gray Classic Bed", + "block.pfm.dark_oak_purple_classic_bed": "Dark Oak Purple Classic Bed", + "block.pfm.dark_oak_magenta_classic_bed": "Dark Oak Magenta Classic Bed", + "block.pfm.dark_oak_pink_classic_bed": "Dark Oak Pink Classic Bed", + "block.pfm.dark_oak_black_classic_bed": "Dark Oak Black Classic Bed", + "block.pfm.dark_oak_white_classic_bed": "Dark Oak White Classic Bed", + "block.pfm.crimson_red_classic_bed": "Crimson Red Classic Bed", + "block.pfm.crimson_orange_classic_bed": "Crimson Orange Classic Bed", + "block.pfm.crimson_yellow_classic_bed": "Crimson Yellow Classic Bed", + "block.pfm.crimson_green_classic_bed": "Crimson Green Classic Bed", + "block.pfm.crimson_lime_classic_bed": "Crimson Lime Classic Bed", + "block.pfm.crimson_light_blue_classic_bed": "Crimson Light Blue Classic Bed", + "block.pfm.crimson_blue_classic_bed": "Crimson Blue Classic Bed", + "block.pfm.crimson_brown_classic_bed": "Crimson Brown Classic Bed", + "block.pfm.crimson_cyan_classic_bed": "Crimson Cyan Classic Bed", + "block.pfm.crimson_light_gray_classic_bed": "Crimson Light Gray Classic Bed", + "block.pfm.crimson_gray_classic_bed": "Crimson Gray Classic Bed", + "block.pfm.crimson_purple_classic_bed": "Crimson Purple Classic Bed", + "block.pfm.crimson_magenta_classic_bed": "Crimson Magenta Classic Bed", + "block.pfm.crimson_pink_classic_bed": "Crimson Pink Classic Bed", + "block.pfm.crimson_black_classic_bed": "Crimson Black Classic Bed", + "block.pfm.crimson_white_classic_bed": "Crimson White Classic Bed", + "block.pfm.warped_red_classic_bed": "Warped Red Classic Bed", + "block.pfm.warped_orange_classic_bed": "Warped Orange Classic Bed", + "block.pfm.warped_yellow_classic_bed": "Warped Yellow Classic Bed", + "block.pfm.warped_green_classic_bed": "Warped Green Classic Bed", + "block.pfm.warped_lime_classic_bed": "Warped Lime Classic Bed", + "block.pfm.warped_light_blue_classic_bed": "Warped Light Blue Classic Bed", + "block.pfm.warped_blue_classic_bed": "Warped Blue Classic Bed", + "block.pfm.warped_brown_classic_bed": "Warped Brown Classic Bed", + "block.pfm.warped_cyan_classic_bed": "Warped Cyan Classic Bed", + "block.pfm.warped_light_gray_classic_bed": "Warped Light Gray Classic Bed", + "block.pfm.warped_gray_classic_bed": "Warped Gray Classic Bed", + "block.pfm.warped_purple_classic_bed": "Warped Purple Classic Bed", + "block.pfm.warped_magenta_classic_bed": "Warped Magenta Classic Bed", + "block.pfm.warped_pink_classic_bed": "Warped Pink Classic Bed", + "block.pfm.warped_black_classic_bed": "Warped Black Classic Bed", + "block.pfm.warped_white_classic_bed": "Warped White Classic Bed", + "block.pfm.oak_simple_bunk_ladder": "Oak Simple Bunk Ladder", + "block.pfm.birch_simple_bunk_ladder": "Birch Simple Bunk Ladder", + "block.pfm.spruce_simple_bunk_ladder": "Spruce Simple Bunk Ladder", + "block.pfm.acacia_simple_bunk_ladder": "Acacia Simple Bunk Ladder", + "block.pfm.dark_oak_simple_bunk_ladder": "Dark Oak Simple Bunk Ladder", + "block.pfm.jungle_simple_bunk_ladder": "Jungle Simple Bunk Ladder", + "block.pfm.crimson_simple_bunk_ladder": "Crimson Simple Bunk Ladder", + "block.pfm.warped_simple_bunk_ladder": "Warped Simple Bunk Ladder", + "container.pfm.nightstand": "Nightstand", + "container.pfm.drawer": "Kitchen Drawer", + "container.pfm.drawer_small": "Small Kitchen Drawer", + "container.pfm.small_storage": "Small Container", + "container.pfm.working_table": "Wood Working Table", + "container.pfm.cabinet": "Kitchen Cabinet", + "container.pfm.white_fridge": "White Fridge", + "container.pfm.gray_fridge": "Gray Fridge", + "container.pfm.iron_fridge": "Iron Fridge", + "container.pfm.xbox_fridge": "Xbox Series X Fridge", + "container.pfm.freezer": "Freezer", + "container.pfm.white_stove": "White Stove", + "container.pfm.gray_stove": "Gray Stove", + "container.pfm.iron_stove": "Iron Stove", + "container.pfm.kitchen_counter_oven": "Built-in Oven", + "block.pfm.kitchen_stovetop": "Kitchen Stovetop", + "block.pfm.white_stove": "White Stove", + "block.pfm.white_oven_range_hood": "White Oven Range Hood", + "block.pfm.gray_oven_range_hood": "Gray Oven Range Hood", + "block.pfm.iron_stove": "Iron Stove", + "block.pfm.gray_stove": "Gray Stove", + "block.pfm.iron_oven_range_hood": "Iron Oven Range Hood", + "block.pfm.iron_toaster": "Iron Toaster", + "container.pfm.microwave": "Microwave", + "container.pfm.trashcan": "Trashcan", + "block.pfm.iron_microwave": "Iron Microwave", + "block.pfm.trashcan": "Metal Trashcan", + "block.pfm.mesh_trashcan": "Mesh Trashcan", + "gui.pfm.trashcan.clear_button": "Empty", + "gui.pfm.microwave.start_button": "Start", + "block.pfm.white_fridge": "White Fridge", + "block.pfm.gray_fridge": "Gray Fridge", + "block.pfm.iron_fridge": "Iron Fridge", + "block.pfm.xbox_fridge": "Xbox Series X Fridge", + "block.pfm.oak_kitchen_counter": "Oak Kitchen Counter", + "block.pfm.oak_kitchen_drawer": "Oak Kitchen Drawer", + "block.pfm.oak_kitchen_cabinet": "Oak Kitchen Cabinet", + "block.pfm.oak_kitchen_sink": "Oak Kitchen Sink", + "block.pfm.oak_kitchen_counter_oven": "Oak Kitchen Oven", + "block.pfm.oak_kitchen_wall_counter": "Oak Kitchen Wall Counter", + "block.pfm.oak_kitchen_wall_drawer": "Oak Kitchen Wall Drawer", + "block.pfm.oak_kitchen_wall_small_drawer": "Oak Kitchen Small Wall Drawer", + "block.pfm.dark_oak_kitchen_counter": "Dark Oak Kitchen Counter", + "block.pfm.dark_oak_kitchen_drawer": "Dark Oak Kitchen Drawer", + "block.pfm.dark_oak_kitchen_cabinet": "Dark Oak Kitchen Cabinet", + "block.pfm.dark_oak_kitchen_sink": "Dark Oak Kitchen Sink", + "block.pfm.dark_oak_kitchen_counter_oven": "Dark Oak Kitchen Oven", + "block.pfm.dark_oak_kitchen_wall_counter": "Dark Oak Kitchen Wall Counter", + "block.pfm.dark_oak_kitchen_wall_drawer": "Dark Oak Kitchen Wall Drawer", + "block.pfm.dark_oak_kitchen_wall_small_drawer": "Dark Oak Kitchen Small Wall Drawer", + "block.pfm.spruce_kitchen_counter": "Spruce Kitchen Counter", + "block.pfm.spruce_kitchen_drawer": "Spruce Kitchen Drawer", + "block.pfm.spruce_kitchen_cabinet": "Spruce Kitchen Cabinet", + "block.pfm.spruce_kitchen_sink": "Spruce Kitchen Sink", + "block.pfm.spruce_kitchen_counter_oven": "Spruce Kitchen Oven", + "block.pfm.spruce_kitchen_wall_counter": "Spruce Kitchen Wall Counter", + "block.pfm.spruce_kitchen_wall_drawer": "Spruce Kitchen Wall Drawer", + "block.pfm.spruce_kitchen_wall_small_drawer": "Spruce Kitchen Small Wall Drawer", + "block.pfm.acacia_kitchen_counter": "Acacia Kitchen Counter", + "block.pfm.acacia_kitchen_drawer": "Acacia Kitchen Drawer", + "block.pfm.acacia_kitchen_cabinet": "Acacia Kitchen Cabinet", + "block.pfm.acacia_kitchen_sink": "Acacia Kitchen Sink", + "block.pfm.acacia_kitchen_counter_oven": "Acacia Kitchen Oven", + "block.pfm.acacia_kitchen_wall_counter": "Acacia Kitchen Wall Counter", + "block.pfm.acacia_kitchen_wall_drawer": "Acacia Kitchen Wall Drawer", + "block.pfm.acacia_kitchen_wall_small_drawer": "Acacia Kitchen Small Wall Drawer", + "block.pfm.birch_kitchen_counter": "Birch Kitchen Counter", + "block.pfm.birch_kitchen_drawer": "Birch Kitchen Drawer", + "block.pfm.birch_kitchen_cabinet": "Birch Kitchen Cabinet", + "block.pfm.birch_kitchen_sink": "Birch Kitchen Sink", + "block.pfm.birch_kitchen_counter_oven": "Birch Kitchen Oven", + "block.pfm.birch_kitchen_wall_counter": "Birch Kitchen Wall Counter", + "block.pfm.birch_kitchen_wall_drawer": "Birch Kitchen Wall Drawer", + "block.pfm.birch_kitchen_wall_small_drawer": "Birch Kitchen Small Wall Drawer", + "block.pfm.jungle_kitchen_counter": "Jungle Kitchen Counter", + "block.pfm.jungle_kitchen_drawer": "Jungle Kitchen Drawer", + "block.pfm.jungle_kitchen_cabinet": "Jungle Kitchen Cabinet", + "block.pfm.jungle_kitchen_sink": "Jungle Kitchen Sink", + "block.pfm.jungle_kitchen_counter_oven": "Jungle Kitchen Oven", + "block.pfm.jungle_kitchen_wall_counter": "Jungle Kitchen Wall Counter", + "block.pfm.jungle_kitchen_wall_drawer": "Jungle Kitchen Wall Drawer", + "block.pfm.jungle_kitchen_wall_small_drawer": "Jungle Kitchen Small Wall Drawer", + "block.pfm.crimson_kitchen_counter": "Crimson Kitchen Counter", + "block.pfm.crimson_kitchen_drawer": "Crimson Kitchen Drawer", + "block.pfm.crimson_kitchen_cabinet": "Crimson Kitchen Cabinet", + "block.pfm.crimson_kitchen_sink": "Crimson Kitchen Sink", + "block.pfm.crimson_kitchen_counter_oven": "Crimson Kitchen Oven", + "block.pfm.crimson_kitchen_wall_counter": "Crimson Kitchen Wall Counter", + "block.pfm.crimson_kitchen_wall_drawer": "Crimson Kitchen Wall Drawer", + "block.pfm.crimson_kitchen_wall_small_drawer": "Crimson Kitchen Small Wall Drawer", + "block.pfm.warped_kitchen_counter": "Warped Kitchen Counter", + "block.pfm.warped_kitchen_drawer": "Warped Kitchen Drawer", + "block.pfm.warped_kitchen_cabinet": "Warped Kitchen Cabinet", + "block.pfm.warped_kitchen_sink": "Warped Kitchen Sink", + "block.pfm.warped_kitchen_counter_oven": "Warped Kitchen Oven", + "block.pfm.warped_kitchen_wall_counter": "Warped Kitchen Wall Counter", + "block.pfm.warped_kitchen_wall_drawer": "Warped Kitchen Wall Drawer", + "block.pfm.warped_kitchen_wall_small_drawer": "Warped Kitchen Small Wall Drawer", + "block.pfm.stripped_oak_kitchen_counter": "Stripped Oak Kitchen Counter", + "block.pfm.stripped_oak_kitchen_drawer": "Stripped Oak Kitchen Drawer", + "block.pfm.stripped_oak_kitchen_cabinet": "Stripped Oak Kitchen Cabinet", + "block.pfm.stripped_oak_kitchen_sink": "Stripped Oak Kitchen Sink", + "block.pfm.stripped_oak_kitchen_counter_oven": "Stripped Oak Kitchen Oven", + "block.pfm.stripped_oak_kitchen_wall_counter": "Stripped Oak Kitchen Wall Counter", + "block.pfm.stripped_oak_kitchen_wall_drawer": "Stripped Oak Kitchen Wall Drawer", + "block.pfm.stripped_oak_kitchen_wall_small_drawer": "Stripped Oak Kitchen Small Wall Drawer", + "block.pfm.stripped_dark_oak_kitchen_counter": "Stripped Dark Oak Kitchen Counter", + "block.pfm.stripped_dark_oak_kitchen_drawer": "Stripped Dark Oak Kitchen Drawer", + "block.pfm.stripped_dark_oak_kitchen_cabinet": "Stripped Dark Oak Kitchen Cabinet", + "block.pfm.stripped_dark_oak_kitchen_sink": "Stripped Dark Oak Kitchen Sink", + "block.pfm.stripped_dark_oak_kitchen_counter_oven": "Stripped Dark Oak Kitchen Oven", + "block.pfm.stripped_dark_oak_kitchen_wall_counter": "Stripped Dark Oak Kitchen Wall Counter", + "block.pfm.stripped_dark_oak_kitchen_wall_drawer": "Stripped Dark Oak Kitchen Wall Drawer", + "block.pfm.stripped_dark_oak_kitchen_wall_small_drawer": "Stripped Dark Oak Kitchen Small Wall Drawer", + "block.pfm.stripped_spruce_kitchen_counter": "Stripped Spruce Kitchen Counter", + "block.pfm.stripped_spruce_kitchen_drawer": "Stripped Spruce Kitchen Drawer", + "block.pfm.stripped_spruce_kitchen_cabinet": "Stripped Spruce Kitchen Cabinet", + "block.pfm.stripped_spruce_kitchen_sink": "Stripped Spruce Kitchen Sink", + "block.pfm.stripped_spruce_kitchen_counter_oven": "Stripped Spruce Kitchen Oven", + "block.pfm.stripped_spruce_kitchen_wall_counter": "Stripped Spruce Kitchen Wall Counter", + "block.pfm.stripped_spruce_kitchen_wall_drawer": "Stripped Spruce Kitchen Wall Drawer", + "block.pfm.stripped_spruce_kitchen_wall_small_drawer": "Stripped Spruce Kitchen Small Wall Drawer", + "block.pfm.stripped_acacia_kitchen_counter": "Stripped Acacia Kitchen Counter", + "block.pfm.stripped_acacia_kitchen_drawer": "Stripped Acacia Kitchen Drawer", + "block.pfm.stripped_acacia_kitchen_cabinet": "Stripped Acacia Kitchen Cabinet", + "block.pfm.stripped_acacia_kitchen_sink": "Stripped Acacia Kitchen Sink", + "block.pfm.stripped_acacia_kitchen_counter_oven": "Stripped Acacia Kitchen Oven", + "block.pfm.stripped_acacia_kitchen_wall_counter": "Stripped Acacia Kitchen Wall Counter", + "block.pfm.stripped_acacia_kitchen_wall_drawer": "Stripped Acacia Kitchen Wall Drawer", + "block.pfm.stripped_acacia_kitchen_wall_small_drawer": "Stripped Acacia Kitchen Small Wall Drawer", + "block.pfm.stripped_birch_kitchen_counter": "Stripped Birch Kitchen Counter", + "block.pfm.stripped_birch_kitchen_drawer": "Stripped Birch Kitchen Drawer", + "block.pfm.stripped_birch_kitchen_cabinet": "Stripped Birch Kitchen Cabinet", + "block.pfm.stripped_birch_kitchen_sink": "Stripped Birch Kitchen Sink", + "block.pfm.stripped_birch_kitchen_counter_oven": "Stripped Birch Kitchen Oven", + "block.pfm.stripped_birch_kitchen_wall_counter": "Stripped Birch Kitchen Wall Counter", + "block.pfm.stripped_birch_kitchen_wall_drawer": "Stripped Birch Kitchen Wall Drawer", + "block.pfm.stripped_birch_kitchen_wall_small_drawer": "Stripped Birch Kitchen Small Wall Drawer", + "block.pfm.stripped_jungle_kitchen_counter": "Stripped Jungle Kitchen Counter", + "block.pfm.stripped_jungle_kitchen_drawer": "Stripped Jungle Kitchen Drawer", + "block.pfm.stripped_jungle_kitchen_cabinet": "Stripped Jungle Kitchen Cabinet", + "block.pfm.stripped_jungle_kitchen_sink": "Stripped Jungle Kitchen Sink", + "block.pfm.stripped_jungle_kitchen_counter_oven": "Stripped Jungle Kitchen Oven", + "block.pfm.stripped_jungle_kitchen_wall_counter": "Stripped Jungle Kitchen Wall Counter", + "block.pfm.stripped_jungle_kitchen_wall_drawer": "Stripped Jungle Kitchen Wall Drawer", + "block.pfm.stripped_jungle_kitchen_wall_small_drawer": "Stripped Jungle Kitchen Small Wall Drawer", + "block.pfm.stripped_crimson_kitchen_counter": "Stripped Crimson Kitchen Counter", + "block.pfm.stripped_crimson_kitchen_drawer": "Stripped Crimson Kitchen Drawer", + "block.pfm.stripped_crimson_kitchen_cabinet": "Stripped Crimson Kitchen Cabinet", + "block.pfm.stripped_crimson_kitchen_sink": "Stripped Crimson Kitchen Sink", + "block.pfm.stripped_crimson_kitchen_counter_oven": "Stripped Crimson Kitchen Oven", + "block.pfm.stripped_crimson_kitchen_wall_counter": "Stripped Crimson Kitchen Wall Counter", + "block.pfm.stripped_crimson_kitchen_wall_drawer": "Stripped Crimson Kitchen Wall Drawer", + "block.pfm.stripped_crimson_kitchen_wall_small_drawer": "Stripped Crimson Kitchen Small Wall Drawer", + "block.pfm.stripped_warped_kitchen_counter": "Stripped Warped Kitchen Counter", + "block.pfm.stripped_warped_kitchen_drawer": "Stripped Warped Kitchen Drawer", + "block.pfm.stripped_warped_kitchen_cabinet": "Stripped Warped Kitchen Cabinet", + "block.pfm.stripped_warped_kitchen_sink": "Stripped Warped Kitchen Sink", + "block.pfm.stripped_warped_kitchen_counter_oven": "Stripped Warped Kitchen Oven", + "block.pfm.stripped_warped_kitchen_wall_counter": "Stripped Warped Kitchen Wall Counter", + "block.pfm.stripped_warped_kitchen_wall_drawer": "Stripped Warped Kitchen Wall Drawer", + "block.pfm.stripped_warped_kitchen_wall_small_drawer": "Stripped Warped Kitchen Small Wall Drawer", + "block.pfm.oak_herringbone_planks": "Oak Herringbone Planks", + "block.pfm.dark_oak_herringbone_planks": "Dark Oak Herringbone Planks", + "block.pfm.jungle_herringbone_planks": "Jungle Herringbone Planks", + "block.pfm.acacia_herringbone_planks": "Acacia Herringbone Planks", + "block.pfm.birch_herringbone_planks": "Birch Herringbone Planks", + "block.pfm.spruce_herringbone_planks": "Spruce Herringbone Planks", + "block.pfm.warped_herringbone_planks": "Warped Herringbone Planks", + "block.pfm.crimson_herringbone_planks": "Crimson Herringbone Planks", + "block.pfm.raw_concrete": "Raw Concrete", + "block.pfm.raw_concrete_powder": "Raw Concrete Powder", + "block.pfm.leather_block": "Leather Block", + "block.pfm.iron_chain": "Iron Chain", + "block.pfm.gray_modern_pendant": "Gray Modern Light Pendant", + "block.pfm.white_modern_pendant": "White Modern Light Pendant", + "block.pfm.glass_modern_pendant": "Glass Modern Light Pendant", + "block.pfm.simple_light": "Simple Ceiling Light", + "block.pfm.concrete_kitchen_counter": "Concrete Kitchen Counter", + "block.pfm.concrete_kitchen_drawer": "Concrete Kitchen Drawer", + "block.pfm.concrete_kitchen_cabinet": "Concrete Kitchen Cabinet", + "block.pfm.concrete_kitchen_sink": "Concrete Kitchen Sink", + "block.pfm.concrete_kitchen_counter_oven": "Concrete Kitchen Oven", + "block.pfm.concrete_kitchen_wall_counter": "Concrete Kitchen Wall Counter", + "block.pfm.concrete_kitchen_wall_drawer": "Concrete Kitchen Wall Drawer", + "block.pfm.concrete_kitchen_wall_small_drawer": "Concrete Kitchen Small Wall Drawer", + "block.pfm.dark_concrete_kitchen_counter": "Dark Concrete Kitchen Counter", + "block.pfm.dark_concrete_kitchen_drawer": "Dark Concrete Kitchen Drawer", + "block.pfm.dark_concrete_kitchen_cabinet": "Dark Concrete Kitchen Cabinet", + "block.pfm.dark_concrete_kitchen_sink": "Dark Concrete Kitchen Sink", + "block.pfm.dark_concrete_kitchen_counter_oven": "Dark Concrete Kitchen Oven", + "block.pfm.dark_concrete_kitchen_wall_counter": "Dark Concrete Kitchen Wall Counter", + "block.pfm.dark_concrete_kitchen_wall_drawer": "Dark Concrete Kitchen Wall Drawer", + "block.pfm.dark_concrete_kitchen_wall_small_drawer": "Dark Concrete Kitchen Small Wall Drawer", + "block.pfm.light_wood_kitchen_counter": "Light Wooden Kitchen Counter", + "block.pfm.light_wood_kitchen_drawer": "Light Wooden Kitchen Drawer", + "block.pfm.light_wood_kitchen_cabinet": "Light Wooden Kitchen Cabinet", + "block.pfm.light_wood_kitchen_sink": "Light Wooden Kitchen Sink", + "block.pfm.light_wood_kitchen_counter_oven": "Light Wooden Kitchen Oven", + "block.pfm.light_wood_kitchen_wall_counter": "Light Wooden Kitchen Wall Counter", + "block.pfm.light_wood_kitchen_wall_drawer": "Light Wooden Kitchen Wall Drawer", + "block.pfm.light_wood_kitchen_wall_small_drawer": "Light Wood Kitchen Small Wall Drawer", + "block.pfm.dark_wood_kitchen_counter": "Dark Wooden Kitchen Counter", + "block.pfm.dark_wood_kitchen_drawer": "Dark Wooden Kitchen Drawer", + "block.pfm.dark_wood_kitchen_cabinet": "Dark Wooden Kitchen Cabinet", + "block.pfm.dark_wood_kitchen_sink": "Dark Wooden Kitchen Sink", + "block.pfm.dark_wood_kitchen_counter_oven": "Dark Wooden Kitchen Oven", + "block.pfm.dark_wood_kitchen_wall_counter": "Dark Wooden Kitchen Wall Counter", + "block.pfm.dark_wood_kitchen_wall_drawer": "Dark Wooden Kitchen Wall Drawer", + "block.pfm.dark_wood_kitchen_wall_small_drawer": "Dark Wood Kitchen Small Wall Drawer", + "block.pfm.granite_kitchen_counter": "Granite Kitchen Counter", + "block.pfm.granite_kitchen_drawer": "Granite Kitchen Drawer", + "block.pfm.granite_kitchen_cabinet": "Granite Kitchen Cabinet", + "block.pfm.granite_kitchen_sink": "Granite Kitchen Sink", + "block.pfm.granite_kitchen_counter_oven": "Granite Kitchen Oven", + "block.pfm.granite_kitchen_wall_counter": "Granite Kitchen Wall Counter", + "block.pfm.granite_kitchen_wall_drawer": "Granite Kitchen Wall Drawer", + "block.pfm.granite_kitchen_wall_small_drawer": "Granite Kitchen Small Wall Drawer", + "block.pfm.calcite_kitchen_counter": "Calcite Kitchen Counter", + "block.pfm.calcite_kitchen_drawer": "Calcite Kitchen Drawer", + "block.pfm.calcite_kitchen_cabinet": "Calcite Kitchen Cabinet", + "block.pfm.calcite_kitchen_sink": "Calcite Kitchen Sink", + "block.pfm.calcite_kitchen_counter_oven": "Calcite Kitchen Oven", + "block.pfm.calcite_kitchen_wall_counter": "Calcite Kitchen Wall Counter", + "block.pfm.calcite_kitchen_wall_drawer": "Calcite Kitchen Wall Drawer", + "block.pfm.calcite_kitchen_wall_small_drawer": "Calcite Kitchen Small Wall Drawer", + "block.pfm.netherite_kitchen_counter": "Netherite Kitchen Counter", + "block.pfm.netherite_kitchen_drawer": "Netherite Kitchen Drawer", + "block.pfm.netherite_kitchen_cabinet": "Netherite Kitchen Cabinet", + "block.pfm.netherite_kitchen_sink": "Netherite Kitchen Sink", + "block.pfm.netherite_kitchen_counter_oven": "Netherite Kitchen Oven", + "block.pfm.netherite_kitchen_wall_counter": "Netherite Kitchen Wall Counter", + "block.pfm.netherite_kitchen_wall_drawer": "Netherite Kitchen Wall Drawer", + "block.pfm.netherite_kitchen_wall_small_drawer": "Netherite Kitchen Small Wall Drawer", + "block.pfm.andesite_kitchen_counter": "Andesite Kitchen Counter", + "block.pfm.andesite_kitchen_drawer": "Andesite Kitchen Drawer", + "block.pfm.andesite_kitchen_cabinet": "Andesite Kitchen Cabinet", + "block.pfm.andesite_kitchen_sink": "Andesite Kitchen Sink", + "block.pfm.andesite_kitchen_counter_oven": "Andesite Kitchen Oven", + "block.pfm.andesite_kitchen_wall_counter": "Andesite Kitchen Wall Counter", + "block.pfm.andesite_kitchen_wall_drawer": "Andesite Kitchen Wall Drawer", + "block.pfm.andesite_kitchen_wall_small_drawer": "Andesite Kitchen Small Wall Drawer", + "block.pfm.diorite_kitchen_counter": "Diorite Kitchen Counter", + "block.pfm.diorite_kitchen_drawer": "Diorite Kitchen Drawer", + "block.pfm.diorite_kitchen_cabinet": "Diorite Kitchen Cabinet", + "block.pfm.diorite_kitchen_sink": "Diorite Kitchen Sink", + "block.pfm.diorite_kitchen_counter_oven": "Diorite Kitchen Oven", + "block.pfm.diorite_kitchen_wall_counter": "Diorite Kitchen Wall Counter", + "block.pfm.diorite_kitchen_wall_drawer": "Diorite Kitchen Wall Drawer", + "block.pfm.diorite_kitchen_wall_small_drawer": "Diorite Kitchen Small Wall Drawer", + "block.pfm.stone_kitchen_counter": "Stone Kitchen Counter", + "block.pfm.stone_kitchen_drawer": "Stone Kitchen Drawer", + "block.pfm.stone_kitchen_cabinet": "Stone Kitchen Cabinet", + "block.pfm.stone_kitchen_sink": "Stone Kitchen Sink", + "block.pfm.stone_kitchen_counter_oven": "Stone Kitchen Oven", + "block.pfm.stone_kitchen_wall_counter": "Stone Kitchen Wall Counter", + "block.pfm.stone_kitchen_wall_drawer": "Stone Kitchen Wall Drawer", + "block.pfm.stone_kitchen_wall_small_drawer": "Stone Kitchen Small Wall Drawer", + "block.pfm.smooth_stone_kitchen_counter": "Smooth Stone Kitchen Counter", + "block.pfm.smooth_stone_kitchen_drawer": "Smooth Stone Kitchen Drawer", + "block.pfm.smooth_stone_kitchen_cabinet": "Smooth Stone Kitchen Cabinet", + "block.pfm.smooth_stone_kitchen_sink": "Smooth Stone Kitchen Sink", + "block.pfm.smooth_stone_kitchen_counter_oven": "Smooth Stone Kitchen Oven", + "block.pfm.smooth_stone_kitchen_wall_counter": "Smooth Stone Kitchen Wall Counter", + "block.pfm.smooth_stone_kitchen_wall_drawer": "Smooth Stone Kitchen Wall Drawer", + "block.pfm.smooth_stone_kitchen_wall_small_drawer": "Smooth Stone Kitchen Small Wall Drawer", + "block.pfm.deepslate_tile_kitchen_counter": "Deepslate Tile Kitchen Counter", + "block.pfm.deepslate_tile_kitchen_drawer": "Deepslate Tile Kitchen Drawer", + "block.pfm.deepslate_tile_kitchen_cabinet": "Deepslate Tile Kitchen Cabinet", + "block.pfm.deepslate_tile_kitchen_sink": "Deepslate Tile Kitchen Sink", + "block.pfm.deepslate_tile_kitchen_counter_oven": "Deepslate Tile Kitchen Oven", + "block.pfm.deepslate_tile_kitchen_wall_counter": "Deepslate Tile Kitchen Wall Counter", + "block.pfm.deepslate_tile_kitchen_wall_drawer": "Deepslate Tile Kitchen Wall Drawer", + "block.pfm.deepslate_tile_kitchen_wall_small_drawer": "Deepslate Tile Kitchen Small Wall Drawer", + "block.pfm.blackstone_kitchen_counter": "Blackstone Kitchen Counter", + "block.pfm.blackstone_kitchen_drawer": "Blackstone Kitchen Drawer", + "block.pfm.blackstone_kitchen_cabinet": "Blackstone Kitchen Cabinet", + "block.pfm.blackstone_kitchen_sink": "Blackstone Kitchen Sink", + "block.pfm.blackstone_kitchen_counter_oven": "Blackstone Kitchen Oven", + "block.pfm.blackstone_kitchen_wall_counter": "Blackstone Kitchen Wall Counter", + "block.pfm.blackstone_kitchen_wall_drawer": "Blackstone Kitchen Wall Drawer", + "block.pfm.blackstone_kitchen_wall_small_drawer": "Blackstone Kitchen Small Wall Drawer", + "block.pfm.deepslate_kitchen_counter": "Deepslate Kitchen Counter", + "block.pfm.deepslate_kitchen_drawer": "Deepslate Kitchen Drawer", + "block.pfm.deepslate_kitchen_cabinet": "Deepslate Kitchen Cabinet", + "block.pfm.deepslate_kitchen_sink": "Deepslate Kitchen Sink", + "block.pfm.deepslate_kitchen_counter_oven": "Deepslate Kitchen Oven", + "block.pfm.deepslate_kitchen_wall_counter": "Deepslate Kitchen Wall Counter", + "block.pfm.deepslate_kitchen_wall_drawer": "Deepslate Kitchen Wall Drawer", + "block.pfm.deepslate_kitchen_wall_small_drawer": "Deepslate Kitchen Small Wall Drawer", + "stat.pfm.fridge_opened": "Interactions with Fridge", + "stat.pfm.freezer_opened": "Interactions with Freezer", + "stat.pfm.drawer_searched": "Drawers Opened", + "stat.pfm.cabinet_searched": "Cabinets Opened", + "stat.pfm.stove_opened": "Interactions with Stove", + "stat.pfm.stove_used": "Interactions with Stovetop", + "stat.pfm.sink_filled": "Sinks Filled", + "stat.pfm.use_sink": "Water Taken from Sink", + "stat.pfm.plate_used": "Interactions with Plate", + "stat.pfm.microwave_used": "Interactions with Microwave", + "stat.pfm.chair_used": "Times Sat on Chair", + "stat.pfm.toilet_used": "Interactions with Toilet", + "stat.pfm.use_bathtub": "Interactions with Bathtub", + "stat.pfm.bathtub_filled": "Bathtubs Filled", + "subtitles.pfm.microwave_running": "Microwave humming", + "subtitles.pfm.microwave_beep": "Microwave beeping", + "subtitles.pfm.toilet_flushing": "Toilet flushing", + "subtitles.pfm.toilet_used": "Fart", + "tags.pfm.tuckable_blocks": "Tuckable Blocks", + "block.pfm.basic_plate": "Basic Plate", + "block.pfm.basic_cutlery": "Basic Cutlery", + "block.pfm.basic_toilet": "Basic Toilet", + "block.pfm.wall_toilet_paper": "Toilet Paper", + "block.pfm.basic_bathtub": "Basic Bathtub", + "keybindings.category.pfm": "Paladin's Furniture", + "key.pfm.toiletUse": "Use Toilet", + "pfm.compat.failure.reason.arrpNotFound": "To use Sandwichable and Paladin's Furniture Mod together you will need to install ARRP. Please download it, place it on your mods folder, then re-launch the game.", + "pfm.compat.failure.arrpDownload": "Download ARRP", + "pfm.compat.failure.title": "Paladin's Furniture Mod failed to load!", + "rei.pfm.freezer": "Freezing", + "rei.pfm.furniture": "Workbench", + "pfm.patchouli.guide_book.name": "Paladin's Furniture", + "pfm.patchouli.guide_book.landing_text": "This is a guide for everything related to the furniture in this mod. It will show you how to use and craft the furniture and appliances in it.", + "pfm.patchouli.guide_book.subtitle": " Your Guide to the Mod", + "text.autoconfig.pfm.option.tablesOfDifferentMaterialsConnect": "Connect Tables of Different Materials", + "text.autoconfig.pfm.option.tablesOfDifferentMaterialsConnect.@Tooltip": "Tables of different materials connect when they're adjacent to each other.", + "text.autoconfig.pfm.option.chairsFacePlayer": "Chairs Face Player", + "text.autoconfig.pfm.option.chairsFacePlayer.@Tooltip": "Chairs will face the player when placed if true.", + "text.autoconfig.pfm.option.countersOfDifferentMaterialsConnect": "Connect Counters of Different Materials", + "text.autoconfig.pfm.option.countersOfDifferentMaterialsConnect.@Tooltip": "Counters and similar blocks of different materials connect when they're adjacent to each other.", + "text.autoconfig.pfm.option.foodPopsOffStove": "Food pops off stove", + "text.autoconfig.pfm.option.foodPopsOffStove.@Tooltip": "If true, when the stove is done cooking, the food will be ejected like with a campfire.", + "text.autoconfig.pfm.option.checkForUpdates": "Check for Updates", + "text.autoconfig.pfm.option.checkForUpdates.@Tooltip": "If true, the mod will check for updates and notify you when a new release is available.", + "text.autoconfig.pfm.title": "Paladin's Furniture Mod Config" +} \ No newline at end of file diff --git a/Forge/1.18/scattered_weapons/lang/zh_TW.json b/Forge/1.18/scattered_weapons/lang/zh_TW.json new file mode 100644 index 0000000..db9ad88 --- /dev/null +++ b/Forge/1.18/scattered_weapons/lang/zh_TW.json @@ -0,0 +1,63 @@ +{ + "item.": "Samurai Leggings", + "item.scattered_weapons.samurai_armor_leggings": "Samurai Leggings", + "item.scattered_weapons.beerapier": "gold rapier", + "item.scattered_weapons.samurai_armor_chestplate": "Samurai Chestplate", + "item.scattered_weapons.dagger": "Dagger", + "item.scattered_weapons.hunter_armor_leggings": "Hunter Leggings", + "item.scattered_weapons.king_armor_leggings": "King Leggings", + "item.scattered_weapons.moondagger": "Moondagger", + "item.scattered_weapons.soulium_ingot": "soulium ", + "effect.scattered_weapons.fastswings": "fast swings", + "item.scattered_weapons.claymore": "Claymore", + "item.scattered_weapons.cutlass": "Cutlass", + "item.scattered_weapons.whisperingspear": "Whispering spear", + "item.scattered_weapons.darkkatana": "Dark katana", + "item.scattered_weapons.thelastlaugh": "sickle", + "item.scattered_weapons.chief_armor_helmet": "Chief Helmet", + "item.scattered_weapons.ninja_armor_leggings": "Ninja Leggings", + "item.scattered_weapons.knight_armor_boots": "Knight Boots", + "item.scattered_weapons.samurai_armor_helmet": "Samurai Helmet", + "item.scattered_weapons.masterkatana": "Master katana", + "item.scattered_weapons.chief_armor_leggings": "Chief Leggings", + "item.scattered_weapons.spear": "Spear", + "item.scattered_weapons.king_armor_boots": "King Boots", + "item.scattered_weapons.chief_armor_chestplate": "Chief Chestplate", + "item.scattered_weapons.ethernalknife": "Ethernal knife", + "item.scattered_weapons.knight_armor_chestplate": "Knight Chestplate", + "item.scattered_weapons.katana": "Katana", + "item.scattered_weapons.heartstealer": "Heartstealer", + "item.scattered_weapons.namelessblade": "Namelessblade", + "item.scattered_weapons.nightmaresbite": "Nightmare's bite", + "item.scattered_weapons.hunter_armor_helmet": "Hunter Helmet", + "item.scattered_weapons.toughtingot": "endorium", + "item.scattered_weapons.ninja_armor_boots": "Ninja Boots", + "item.scattered_weapons.hunter_armor_boots": "Hunter Boots", + "item.scattered_weapons.samurai_armor_boots": "Samurai Boots", + "item.scattered_weapons.soulsword": "Soulsword", + "item.scattered_weapons.firebrand": "Firebrand", + "item.scattered_weapons.fangoffrost": "Fang of frost", + "item.scattered_weapons.rapier": "Rapier", + "item.scattered_weapons.king_armor_helmet": "King Helmet", + "item.scattered_weapons.hunter_armor_chestplate": "Hunter Chestplate", + "enchantment.scattered_weapons.weaponupgrade": "Weapon upgrade", + "item.scattered_weapons.fortunespear": "Fortunespear", + "item.scattered_weapons.ninja_armor_helmet": "Ninja Helmet", + "item.scattered_weapons.danserssword": "Danserssword", + "item.scattered_weapons.soulskythe": "Soul skythe", + "item.scattered_weapons.knight_armor_helmet": "Knight Helmet", + "item.scattered_weapons.cursedaxe": "Cursedaxe", + "itemGroup.tabscatteredweapons": "Scattered weapons", + "item.scattered_weapons.frostskythe": "Frost skythe", + "item.scattered_weapons.truthseeker": "Truthseeker", + "item.scattered_weapons.backstaber": "Backstaber", + "item.scattered_weapons.ninja_armor_chestplate": "Ninja Chestplate", + "item.scattered_weapons.hawkbrand": "Hawkbrand", + "item.scattered_weapons.uniquerapier": "Unique rapier", + "item.scattered_weapons.soulknife": "Soul knife", + "item.scattered_weapons.king_armor_chestplate": "King Chestplate", + "item.scattered_weapons.highlanderaxe": "Highlanderaxe", + "item.scattered_weapons.knight_armor_leggings": "Knight Leggings", + "item.scattered_weapons.chief_armor_boots": "Chief Boots", + "item.scattered_weapons.jailorsskythe": "Jailors skythe" +} \ No newline at end of file diff --git a/Forge/1.18/unvotedandshelved/lang/zh_TW.json b/Forge/1.18/unvotedandshelved/lang/zh_TW.json new file mode 100644 index 0000000..9adc334 --- /dev/null +++ b/Forge/1.18/unvotedandshelved/lang/zh_TW.json @@ -0,0 +1,72 @@ +{ + "advancements.adventure.summon_copper_golem.title": "Pass the Butter", + "advancements.adventure.summon_copper_golem.description": "Summon a Copper Golem", + "advancements.adventure.strike_copper_golem_with_lightning.title": "It's Alive!", + "advancements.adventure.strike_copper_golem_with_lightning.description": "Remove the oxidization off of a Copper Golem with a strike of lightning", + "advancements.adventure.give_glare_glow_berries.title": "Light Bright", + "advancements.adventure.give_glare_glow_berries.description": "Give a Glare Glow Berries to help light up a dark area", + "advancements.adventure.ride_a_boat_with_a_glare.title": "Why So Sea-rious?", + "advancements.adventure.ride_a_boat_with_a_glare.description": "Get in a Boat and float with a Glare", + "advancements.adventure.lead_all_three_vote_mobs.title": "The Three Musketeers", + "advancements.adventure.lead_all_three_vote_mobs.description": "Lead the Glare, Allay, and Copper Golem", + "subtitles.unvotedandshelved.glare_grumpy_idle": "Glare grumbles", + "subtitles.unvotedandshelved.glare_idle": "Glare mumbles", + "subtitles.unvotedandshelved.glare_hurt": "Glare hurts", + "subtitles.unvotedandshelved.glare_death": "Glare dies", + "subtitles.unvotedandshelved.glare_give_glow_berries": "Glare rustles", + "subtitles.unvotedandshelved.glowberry_dust_place": "Glowberry Dust is placed", + "subtitles.unvotedandshelved.glowberry_dust_collect": "Glowberry Dust collected", + "subtitles.unvotedandshelved.chinese_rip_off_winnie_the_pooh": "Orcinus在你後面", + "subtitles.unvotedandshelved.copper_button_click": "Button clicks", + "subtitles.unvotedandshelved.copper_golem_headspin": "Copper Golem rotates", + "subtitles.unvotedandshelved.copper_golem_walk": "Footsteps", + "subtitles.unvotedandshelved.copper_golem_hit": "Copper Golem hurts", + "subtitles.unvotedandshelved.copper_golem_death": "Copper Golem dies", + "subtitles.unvotedandshelved.copper_golem_repair": "Copper Golem repaired", + "subtitles.unvotedandshelved.copper_golem_damage": "Copper Golem breaks", + "item.unvotedandshelved.glare_spawn_egg": "Glare Spawn Egg", + "block.unvotedandshelved.glowberry_dust": "Bottle of Glowberry Dust", + "block.unvotedandshelved.copper_button": "Copper Button", + "block.unvotedandshelved.exposed_copper_button": "Exposed Copper Button", + "block.unvotedandshelved.weathered_copper_button": "Weathered Copper Button", + "block.unvotedandshelved.oxidized_copper_button": "Oxidized Copper Button", + "block.unvotedandshelved.waxed_copper_button": "Waxed Copper Button", + "block.unvotedandshelved.waxed_exposed_copper_button": "Waxed Exposed Copper Button", + "block.unvotedandshelved.waxed_weathered_copper_button": "Waxed Weathered Copper Button", + "block.unvotedandshelved.waxed_oxidized_copper_button": "Waxed Oxidized Copper Button", + "block.unvotedandshelved.copper_pillar": "Copper Pillar", + "block.unvotedandshelved.exposed_copper_pillar": "Exposed Copper Pillar", + "block.unvotedandshelved.weathered_copper_pillar": "Weathered Copper Pillar", + "block.unvotedandshelved.oxidized_copper_pillar": "Oxidized Copper Pillar", + "item.unvotedandshelved.oxidized_copper_golem": "Oxidized Copper Golem", + "block.unvotedandshelved.waxed_copper_pillar": "Waxed Copper Pillar", + "block.unvotedandshelved.waxed_exposed_copper_pillar": "Waxed Exposed Copper Pillar", + "block.unvotedandshelved.waxed_weathered_copper_pillar": "Waxed Weathered Copper Pillar", + "block.unvotedandshelved.waxed_oxidized_copper_pillar": "Waxed Oxidized Copper Pillar", + "entity.unvotedandshelved.copper_golem": "Copper Golem", + "entity.unvotedandshelved.oxidized_copper_golem": "Oxidized Copper Golem", + "entity.unvotedandshelved.glare": "Glare", + "entity.unvotedandshelved.moobloom": "Moobloom", + "options.unvotedandshelved.copperGolem": "Copper Golems", + "options.unvotedandshelved.copperGolem.tooltip": "Determines whether or not Copper Golems can exist. Disabling this as the host will delete any and all Copper Golems from your loaded world.", + "options.unvotedandshelved.copperGolem.true": "Enabled", + "options.unvotedandshelved.copperGolem.false": "Disabled", + "options.unvotedandshelved.glare": "Glares", + "options.unvotedandshelved.glare.tooltip": "Determines whether or not the Glare can exist. Disabling this as the host will delete any and all Glares from your loaded world.", + "options.unvotedandshelved.glare.true": "Enabled", + "options.unvotedandshelved.glare.false": "Disabled", + "options.unvotedandshelved.ruinedCapitals": "Ruined Capitals", + "options.unvotedandshelved.ruinedCapitals.tooltip": "Determines whether or not Ruined Capitals can generate. Disabling this as the host will prevent the generation of Ruined Capitals.", + "options.unvotedandshelved.ruinedCapitals.true": "Enabled", + "options.unvotedandshelved.ruinedCapitals.false": "Disabled", + "options.unvotedandshelved.copperPillars": "Copper Pillars", + "options.unvotedandshelved.copperPillars.tooltip": "Determines whether or not Copper Pillars can exist. Disabling this as the host will prevent the crafting and generation of Copper Pillars.", + "options.unvotedandshelved.copperPillars.true": "Enabled", + "options.unvotedandshelved.copperPillars.false": "Disabled", + "options.unvotedandshelved.copperButtons": "Copper Buttons", + "options.unvotedandshelved.copperButtons.tooltip": "Determines whether or not Copper Buttons can exist. Disabling this as the host will prevent the crafting and generation of Copper Buttons.", + "options.unvotedandshelved.copperButtons.true": "Enabled", + "options.unvotedandshelved.copperButtons.false": "Disabled", + "options.unvotedandshelved.title": "Unvoted & Shelved", + "options.unvotedandshelved.link": "Mod Link" +} \ No newline at end of file diff --git a/Forge/1.18/valhelsia_structures/lang/zh_TW.json b/Forge/1.18/valhelsia_structures/lang/zh_TW.json new file mode 100644 index 0000000..cf22a38 --- /dev/null +++ b/Forge/1.18/valhelsia_structures/lang/zh_TW.json @@ -0,0 +1,89 @@ +{ + "itemGroup.valhelsia_structures_main": "Valhelsia Structures", + "comment.blocks": "---Blocks---", + "block.valhelsia_structures.special_spawner": "Special Spawner", + "block.valhelsia_structures.brazier": "Brazier", + "block.valhelsia_structures.soul_brazier": "Soul Brazier", + "block.valhelsia_structures.oak_post": "Oak Post", + "block.valhelsia_structures.spruce_post": "Spruce Post", + "block.valhelsia_structures.birch_post": "Birch Post", + "block.valhelsia_structures.jungle_post": "Jungle Post", + "block.valhelsia_structures.acacia_post": "Acacia Post", + "block.valhelsia_structures.dark_oak_post": "Dark Oak Post", + "block.valhelsia_structures.warped_post": "Warped Post", + "block.valhelsia_structures.crimson_post": "Crimson Post", + "block.valhelsia_structures.cut_oak_post": "Cut Oak Post", + "block.valhelsia_structures.cut_spruce_post": "Cut Spruce Post", + "block.valhelsia_structures.cut_birch_post": "Cut Birch Post", + "block.valhelsia_structures.cut_jungle_post": "Cut Jungle Post", + "block.valhelsia_structures.cut_acacia_post": "Cut Acacia Post", + "block.valhelsia_structures.cut_dark_oak_post": "Cut Dark Oak Post", + "block.valhelsia_structures.cut_warped_post": "Cut Warped Post", + "block.valhelsia_structures.cut_crimson_post": "Cut Crimson Post", + "block.valhelsia_structures.lapidified_jungle_post": "Lapidified Jungle Post", + "block.valhelsia_structures.metal_framed_glass": "Metal Framed Glass", + "block.valhelsia_structures.metal_framed_glass_pane": "Metal Framed Glass Pane", + "block.valhelsia_structures.paper_wall": "Paper Wall", + "block.valhelsia_structures.hanging_vines": "Hanging Vines", + "block.valhelsia_structures.glazed_jar": "Glazed Jar", + "block.valhelsia_structures.cracked_glazed_jar": "Cracked Glazed Jar", + "block.valhelsia_structures.white_glazed_jar": "White Glazed Jar", + "block.valhelsia_structures.orange_glazed_jar": "Orange Glazed Jar", + "block.valhelsia_structures.magenta_glazed_jar": "Magenta Glazed Jar", + "block.valhelsia_structures.light_blue_glazed_jar": "Light Blue Glazed Jar", + "block.valhelsia_structures.yellow_glazed_jar": "Yellow Glazed Jar", + "block.valhelsia_structures.lime_glazed_jar": "Lime Glazed Jar", + "block.valhelsia_structures.pink_glazed_jar": "Pink Glazed Jar", + "block.valhelsia_structures.gray_glazed_jar": "Gray Glazed Jar", + "block.valhelsia_structures.light_gray_glazed_jar": "Light Gray Glazed Jar", + "block.valhelsia_structures.cyan_glazed_jar": "Cyan Glazed Jar", + "block.valhelsia_structures.purple_glazed_jar": "Purple Glazed Jar", + "block.valhelsia_structures.blue_glazed_jar": "Blue Glazed Jar", + "block.valhelsia_structures.brown_glazed_jar": "Brown Glazed Jar", + "block.valhelsia_structures.green_glazed_jar": "Green Glazed Jar", + "block.valhelsia_structures.red_glazed_jar": "Red Glazed Jar", + "block.valhelsia_structures.black_glazed_jar": "Black Glazed Jar", + "block.valhelsia_structures.big_glazed_jar": "Big Glazed Jar", + "block.valhelsia_structures.cracked_big_glazed_jar": "Cracked Big Glazed Jar", + "block.valhelsia_structures.big_white_glazed_jar": "Big White Glazed Jar", + "block.valhelsia_structures.big_orange_glazed_jar": "Big Orange Glazed Jar", + "block.valhelsia_structures.big_magenta_glazed_jar": "Big Magenta Glazed Jar", + "block.valhelsia_structures.big_light_blue_glazed_jar": "Big Light Blue Glazed Jar", + "block.valhelsia_structures.big_yellow_glazed_jar": "Big Yellow Glazed Jar", + "block.valhelsia_structures.big_lime_glazed_jar": "Big Lime Glazed Jar", + "block.valhelsia_structures.big_pink_glazed_jar": "Big Pink Glazed Jar", + "block.valhelsia_structures.big_gray_glazed_jar": "Big Gray Glazed Jar", + "block.valhelsia_structures.big_light_gray_glazed_jar": "Big Light Gray Glazed Jar", + "block.valhelsia_structures.big_cyan_glazed_jar": "Big Cyan Glazed Jar", + "block.valhelsia_structures.big_purple_glazed_jar": "Big Purple Glazed Jar", + "block.valhelsia_structures.big_blue_glazed_jar": "Big Blue Glazed Jar", + "block.valhelsia_structures.big_brown_glazed_jar": "Big Brown Glazed Jar", + "block.valhelsia_structures.big_green_glazed_jar": "Big Green Glazed Jar", + "block.valhelsia_structures.big_red_glazed_jar": "Big Red Glazed Jar", + "block.valhelsia_structures.big_black_glazed_jar": "Big Black Glazed Jar", + "block.valhelsia_structures.big_jar_top": "Big Jar Top", + "block.valhelsia_structures.lapidified_jungle_log": "Lapidified Jungle Log", + "block.valhelsia_structures.lapidified_jungle_wood": "Lapidified Jungle Wood", + "block.valhelsia_structures.lapidified_jungle_planks": "Lapidified Jungle Planks", + "block.valhelsia_structures.lapidified_jungle_slab": "Lapidified Jungle Slab", + "block.valhelsia_structures.lapidified_jungle_stairs": "Lapidified Jungle Stairs", + "block.valhelsia_structures.lapidified_jungle_pressure_plate": "Lapidified Jungle Pressure Plate", + "block.valhelsia_structures.lapidified_jungle_button": "Lapidified Jungle Button", + "block.valhelsia_structures.lapidified_jungle_fence": "Lapidified Jungle Fence", + "block.valhelsia_structures.lapidified_jungle_fence_gate": "Lapidified Jungle Fence Gate", + "block.valhelsia_structures.explorers_tent": "Explorer's Tent", + "block.valhelsia_structures.hibiscus": "Hibiscus", + "block.valhelsia_structures.giant_fern": "Giant Fern", + "block.valhelsia_structures.doused_torch": "Doused Torch", + "block.valhelsia_structures.doused_soul_torch": "Doused Soul Torch", + "block.valhelsia_structures.dungeon_door": "Dungeon Door", + "block.valhelsia_structures.bone_pile": "Bone Pile", + "block.valhelsia_structures.bone_pile_block": "Bone Pile Block", + "gui.valhelsia_structures.config.spacing_error": "The Spacing Value of the Structure needs to be greater than the Separation Value!", + "gui.valhelsia_structures.config.spacing_solution": "Using %s as Spacing Value instead (Separation + 1)", + "gui.valhelsia_structures.config.invalid_biome_category": "List contains invalid Biome Category:", + "gui.valhelsia_structures.config.invalid_blacklisted_biome": "List contains invalid Biome:", + "comment.filled_maps": "---Filled Maps---", + "filled_map.valhelsia_structures.spawner_dungeon": "Spawner Dungeon Explorer Map", + "filled_map.valhelsia_structures.castle": "Castle Explorer Map" +} \ No newline at end of file diff --git a/Forge/1.19/tombstone/lang/zh_TW.json b/Forge/1.19/tombstone/lang/zh_TW.json new file mode 100644 index 0000000..8f34bdf --- /dev/null +++ b/Forge/1.19/tombstone/lang/zh_TW.json @@ -0,0 +1,1133 @@ +{ + "tombstone.lang.version": "3.0.1s", + "tombstone.grave.grave_simple": "Simple Grave", + "tombstone.grave.grave_normal": "Normal Grave", + "tombstone.grave.grave_cross": "Cross Grave", + "tombstone.grave.tombstone": "Tombstone", + "tombstone.grave.subaraki_grave": "Subaraki's Grave", + "tombstone.grave.grave_original": "Original Grave", + "tombstone.block.dark_marble": "Dark Marble", + "tombstone.block.white_marble": "White Marble", + "tombstone.block.decorative_grave.desc": "Decorative Graves are used for praying with an Ankh and are sometimes haunted by souls allowing the practice of magic", + "block.tombstone.dark_marble_slab": "Dark Marble Slab", + "block.tombstone.white_marble_slab": "White Marble Slab", + "block.tombstone.dark_marble_stairs": "Dark Marble Stairs", + "block.tombstone.white_marble_stairs": "White Marble Stairs", + "block.tombstone.dark_marble_wall": "Dark Marble Wall", + "block.tombstone.white_marble_wall": "White Marble Wall", + "tombstone.item.grave_plate": "Grave Plate", + "tombstone.item.scroll_buff.use1": "Right click on a Grave Soul to enchant", + "tombstone.item.scroll_buff.use2": "Hold right click to cast this spell", + "tombstone.item.grave_dust": "Grave Dust", + "tombstone.item.strange_scroll": "Strange Scroll", + "tombstone.item.strange_tablet": "Strange Tablet", + "tombstone.item.essence_of_undeath": "Essence of Undeath", + "tombstone.item.impregnated_diamond": "Impregnated Diamond", + "tombstone.item.grave_key": "Grave Key", + "tombstone.item.grave_key.desc1": "Allows you to see your grave at a distance", + "tombstone.item.grave_key.desc2": "Allows you to teleport to your grave", + "tombstone.item.grave_key.desc3": "Recover your lost items by right clicking on your grave or sneaking over it", + "tombstone.item.grave_key.use1": "Right click on a Grave Soul for teleportation", + "tombstone.item.grave_key.use2": "Hold right click to teleport to your grave", + "tombstone.item.scroll_of_knowledge": "Scroll of Knowledge", + "tombstone.item.scroll_of_knowledge.loot": "Lost Page of Erdös", + "tombstone.item.scroll_of_knowledge.desc1": "Allows you to store your experience (%d%% will be lost in the transfer)", + "tombstone.item.scroll_of_knowledge.desc2": "This scroll contains mysterious knowledge", + "tombstone.item.scroll_of_knowledge.use1": "Right click on a Grave Soul to store your experience", + "tombstone.item.scroll_of_knowledge.use2": "Hold right click to receive this knowledge", + "tombstone.item.scroll_of_preservation": "Scroll of Preservation", + "tombstone.item.scroll_of_unstable_intangibility": "Scroll of Unstable Intangibility", + "tombstone.item.scroll_of_feather_fall": "Scroll of Feather Falling", + "tombstone.item.scroll_of_purification": "Scroll of Purification", + "tombstone.item.scroll_of_true_sight": "Scroll of True Sight", + "tombstone.item.scroll_of_reach": "Scroll of Reach", + "tombstone.item.scroll_of_lightning_resistance": "Scroll of Lightning Resistance", + "tombstone.item.scroll_of_frost_resistance": "Scroll of Frost Resistance", + "tombstone.item.scroll_of_aquatic_life": "Scroll of Aquatic Life", + "tombstone.item.scroll_of_mercy": "Scroll of Mercy", + "tombstone.item.tablet_of_recall": "Tablet of Recall", + "tombstone.item.tablet_of_recall.desc": "Allows you to teleport to a memorized location", + "tombstone.item.tablet_of_recall.desc_ancient": "All the creatures around you will also be teleported", + "tombstone.item.tablet_of_recall.use1": "Right click on a Grave Soul to link", + "tombstone.item.tablet_of_recall.use2": "Sneak near a decorative grave to change the memorized location", + "tombstone.item.tablet_of_recall.use3": "Hold right click to teleport", + "tombstone.item.tablet_of_home": "Tablet of Home", + "tombstone.item.tablet_of_home.desc": "Allows you to teleport to your respawn point", + "tombstone.item.tablet_of_home.desc_ancient": "All the creatures around you will also be teleported", + "tombstone.item.tablet_of_home.use1": "Right click on a Grave Soul to enchant", + "tombstone.item.tablet_of_home.use2": "Hold right click to teleport", + "tombstone.item.tablet_of_assistance": "Tablet of Assistance", + "tombstone.item.tablet_of_assistance.desc": "Allows you to teleport to another player", + "tombstone.item.tablet_of_assistance.desc_ancient": "Invite the players to join you", + "tombstone.item.tablet_of_assistance.use_ancient": "Hold right click to call for help", + "tombstone.item.tablet_of_assistance.use1": "Right click on a Grave Soul to enchant", + "tombstone.item.tablet_of_assistance.use2": "Engrave a player's name", + "tombstone.item.tablet_of_assistance.use3": "Hold right click to teleport to the player with the engraved name", + "tombstone.item.tablet_of_cupidity": "Tablet of Cupidity", + "tombstone.item.tablet_of_cupidity.desc": "Can bring you fortune, even if few have returned", + "tombstone.item.tablet_of_cupidity.desc_ancient": "The item looks safer to use", + "tombstone.item.tablet_of_cupidity.desc_not_ancient": "Something evil emanates from it", + "tombstone.item.tablet_of_cupidity.use1": "Right click on a Grave Soul to enchant", + "tombstone.item.tablet_of_cupidity.use2": "Hold right click to teleport", + "tombstone.item.fishing_rod_of_misadventure": "Fishing Rod of Misadventure", + "tombstone.item.fishing_rod_of_misadventure.desc1": "Presages unlucky fishing", + "tombstone.item.fishing_rod_of_misadventure.desc2": "Presages disastrous fishing", + "tombstone.item.fishing_rod_of_misadventure.use1": "Right click on a Grave Soul to enchant", + "tombstone.item.fishing_rod_of_misadventure.use2": "The grave magic makes this fishing rod faster and unbreakable", + "tombstone.item.lost_tablet": "Lost Tablet", + "tombstone.item.lost_tablet.desc1": "This tablet must have possessed a great power long ago", + "tombstone.item.lost_tablet.desc2": "Seems to depict a distant place", + "tombstone.item.lost_tablet.desc3": "Allows you to teleport to this mysterious place", + "tombstone.item.lost_tablet.use1": "Needs time for its magic to awaken", + "tombstone.item.lost_tablet.use2": "Right click on a Grave Soul to provide teleportation", + "tombstone.item.lost_tablet.use3": "Hold right click to teleport to this place", + "tombstone.item.dust_of_vanishing": "Dust of Vanishing", + "tombstone.item.dust_of_vanishing.desc": "Allows for an easy retreat", + "tombstone.item.dust_of_vanishing.use": "Right click to vanish", + "tombstone.item.dust_of_frost": "Dust of Frost", + "tombstone.item.soul_receptacle": "Soul Receptacle", + "tombstone.item.soul_receptacle.desc1": "A soul is trapped in this magical container", + "tombstone.item.soul_receptacle.desc2": "The magic of this item prevents you from dying when in your inventory", + "tombstone.item.soul_receptacle.use": "Right click a decorative grave to bind the soul", + "tombstone.item.familiar_receptacle": "Familiar Receptacle", + "tombstone.item.familiar_receptacle.desc1": "This receptacle allows to capture the soul of one of your dead familiars", + "tombstone.item.familiar_receptacle.desc2": "The receptacle contains the soul of a creature: %s", + "tombstone.item.familiar_receptacle.use1": "The imprisoned soul must recover by absorbing some of your vital essence", + "tombstone.item.familiar_receptacle.use2": "A pray near a decorative grave by holding the receptacle in your offhand should allow you to bring back to life your familiar", + "tombstone.item.voodoo_poppet": "Voodoo Poppet", + "tombstone.item.voodoo_poppet.desc": "Allows you to prevent certain types of death", + "tombstone.item.voodoo_poppet.use1": "Add protections by combining", + "tombstone.item.voodoo_poppet.use2": "Right click on a Grave Soul to seal the protections", + "tombstone.item.voodoo_poppet.use3": "This poppet is active", + "tombstone.item.voodoo_poppet.suffocation": "Prevention of Suffocation", + "tombstone.item.voodoo_poppet.burn": "Prevention of Burning", + "tombstone.item.voodoo_poppet.lightning": "Prevention of Lightning", + "tombstone.item.voodoo_poppet.fall": "Prevention of Falling", + "tombstone.item.voodoo_poppet.darkness": "Prevention of Darkness", + "tombstone.item.voodoo_poppet.cold": "Prevention of Cold", + "tombstone.item.book_of_disenchantment": "Book of Disenchantment", + "tombstone.item.book_of_disenchantment.desc": "Can strip some enchantments from an item and return them as books", + "tombstone.item.book_of_disenchantment.use": "Right click on a Grave Soul with this book in the offhand and an enchanted item in the mainhand", + "tombstone.item.book_of_recycling": "Book of Recycling", + "tombstone.item.book_of_recycling.desc": "Can recycle an item to obtain its crafting ingredients", + "tombstone.item.book_of_recycling.use": "Right click on a Grave Soul with this book in the offhand and an item to recycle in the mainhand", + "tombstone.item.book_of_repairing": "Book of Repairing", + "tombstone.item.book_of_repairing.desc": "Can magically repair an item", + "tombstone.item.book_of_repairing.use": "Right click on a Grave Soul with this book in the offhand and an item to repair in the mainhand", + "tombstone.item.book_of_magic_impregnation": "Book of Magic Impregnation", + "tombstone.item.book_of_magic_impregnation.desc": "Strengthens with magic an item", + "tombstone.item.book_of_magic_impregnation.use": "Right click on a Grave Soul with this book in the offhand and an enchantable item in the mainhand", + "tombstone.item.ankh_of_pray": "Ankh of Pray", + "tombstone.item.ankh_of_pray.desc": "Allows you to pray for your soul on graves", + "tombstone.item.ankh_of_pray.use1": "It doesn't appear to be the right time to pray %s", + "tombstone.item.ankh_of_pray.use2": "Hold right click near a decorative grave to pray", + "tombstone.item.ankh_of_pray.use3": "Left click on a Grave Soul reset all your perks", + "tombstone.item.lollipop": "Magic Lollipop", + "tombstone.item.lollipop.desc": "The effects are unpredictable", + "tombstone.item.bone_needle": "Bone Needle", + "tombstone.item.bone_needle.desc": "Create a bind with a kind of creature to be used in magic practices", + "tombstone.item.bone_needle.use": "Right click a creature to impregnate the bone needle", + "tombstone.item.enchanted_bundle": "Enchanted Bundle", + "tombstone.item.enchanted_bundle.desc": "Right click on a Grave Soul to enchant the Bundle", + "tombstone.item.christmas_gift": "Mysterious Gift", + "tombstone.item.christmas_gift.desc": "This gift has appeared mysteriously and doesn't seem to want to open.\nA message is written there: \"Cannot be opened before December 25.\"", + "tombstone.item.christmas_gift.use": "Find a way to open this gift", + "tombstone.item.villager_gift": "Villager Gift", + "tombstone.item.villager_gift.desc": "This gift must be brought to the villager's bed to get the reward from the undead merchant", + "tombstone.item.villager_gift.use1": "Reach the faraway place where a village should be", + "tombstone.item.villager_gift.use2": "Hide the Villager Gift under the bed to get the reward", + "tombstone.item.seeker_rod": "Seeker Rod", + "tombstone.item.seeker_rod.desc": "A slightly special rod guiding you to places holding secret knowledges", + "tombstone.item.seeker_rod.use1": "The rod has revealed a distant place to you to reach", + "tombstone.item.seeker_rod.use2": "Use the rod to that place to receive the reward", + "tombstone.item.christmas_hat": "Strange Christmas Hat", + "tombstone.item.christmas_hat.desc": "A strange hat that brings good luck and slightly increase your running speed", + "tombstone.item.gift": "Reward", + "tombstone.item.gift.desc": "Reward received by completing advancements in Corail Tombstone", + "tombstone.item.gift.use": "Right click to reveal the content", + "tombstone.item.bag_of_seeds": "Bag of Seeds", + "tombstone.item.bag_of_seeds.desc": "Seeds are present inside", + "tombstone.item.bag_of_seeds.use": "Right click to reveal the content", + "tombstone.item.smoke_ball": "Smoke Ball", + "tombstone.item.smoke_ball.desc": "Has no use except producing smoke", + "tombstone.item.smoke_ball.use": "Can be thrown", + "tombstone.item.familiar_stone": "Familiar Stone", + "tombstone.item.familiar_stone.desc": "Theses rare magic stones allow to bring back to life your last dead familiar", + "tombstone.item.familiar_stone.use": "Hold right click to revive your familiar", + "tombstone.item.merchant_stone": "Merchant Stone", + "tombstone.item.merchant_stone.desc": "Theses rare magic stones allow to obtain better exchanges with a merchant", + "tombstone.item.merchant_stone.use": "Hold right click on a merchant", + "tombstone.item.magic_scroll": "Magic Scroll", + "tombstone.item.enchanted_scroll_of": "Enchanted Scroll of %s", + "tombstone.item.ancient_scroll_of": "Ancient Scroll of %s", + "tombstone.item.arrow_of": "Arrow of %s", + "tombstone.item.cursed_arrow": "Cursed Arrow", + "curios.identifier.bundle": "Bundle", + "tombstone.tooltip.in_beta": "This item is in beta; feedback is welcome", + "tombstone.tooltip.more_info": "Hold SHIFT for more information", + "tombstone.tooltip.actual_bonus": "Actual Bonus", + "tombstone.tooltip.next_bonus": "Next Bonus", + "tombstone.message.dyeable": "Dyeable", + "tombstone.message.engravable": "Engravable", + "tombstone.message.engraved": "An inscription can be read: %s", + "tombstone.message.already_engraved": "%s has already an inscription", + "tombstone.message.not_engraved": "%s has no inscription", + "tombstone.message.already_impregnated": "%s is already impregnated", + "tombstone.message.not_impregnated": "%s is not impregnated", + "tombstone.message.engraved_item": "Engraved %s", + "tombstone.message.enchanted_item": "Enchanted %s", + "tombstone.message.ancient_item": "Ancient %s", + "tombstone.message.impregnate": "Impregnated with essence of %s", + "tombstone.message.impregnate_duration": "The essence of the creature will vanish in %s", + "tombstone.message.item_bound_to_place": "Your item is now bound to this location", + "tombstone.message.use_left": "Uses left: %d", + "tombstone.message.distance": "Distance: %d", + "tombstone.message.position": "[%d, %d, %d] in dimension %d", + "tombstone.message.spellcasting_interrupted": "Spellcasting interrupted", + "tombstone.message.ghostly_shape_canceled": "One of your actions canceled the Ghostly Shape effect", + "tombstone.message.spell_cast_on_you": "%s has been cast on you", + "tombstone.message.spell_cast_around": "%s has been cast on you and your nearby allies", + "tombstone.message.spell_cast_on_target": "%s has been cast on %s", + "tombstone.message.dispel_bad_omen": "Your prayer has spread the Bad Omen", + "tombstone.message.summon_familiar": "Your prayer has been heard by friendly creature wishing to join your journey", + "tombstone.message.pray_of_empathy": "Your prayer has appeased the creature that seems determined to follow you as a familiar", + "tombstone.message.stored_experience": "Stored Experience: %d", + "tombstone.message.tomb_raider.success": "You plunder the grave, better not hang around here", + "tombstone.message.lose_experience.success": "Your item has stripped you of your experience", + "tombstone.message.lose_experience.failed": "You have no experience points to store in the item", + "tombstone.message.earn_experience.success": "Knowledge flows inside you", + "tombstone.message.earn_experience.failed": "You can't learn this knowledge", + "tombstone.message.in_cooldown": "Cooldown: %s", + "tombstone.message.command_in_cooldown": "You have to wait %s before being able to use this command again", + "tombstone.message.crafting_ingredient": "Crafting ingredient", + "tombstone.message.rip": "R.I.P.", + "tombstone.message.died_on": "died on", + "tombstone.message.death_time": "at %s", + "tombstone.message.config_grave.message1": "Hasn't died yet", + "tombstone.message.config_grave.message2": "but will soon", + "tombstone.message.enchant_item.success": "The magic of the grave spreads inside your item.", + "tombstone.message.enchant_item.failed": "The magic doesn't seem to work.", + "tombstone.message.enchant_item.already_enchanted": "This item is already enchanted!", + "tombstone.message.enchant_item.no_soul": "There is no soul here", + "tombstone.message.enchant_item.not_allowed": "You are not allowed to enchant this item", + "tombstone.message.teleport.success": "You teleported successfully!", + "tombstone.message.teleport.failed": "The teleportation failed", + "tombstone.message.teleport.too_close_from_grave": "You're too close to the grave to teleport!", + "tombstone.message.teleport.same_dimension": "You are not allowed to teleport to other dimensions.", + "tombstone.message.teleport.same_player": "You can't teleport to yourself!", + "tombstone.message.open_grave.success": "The tomb disappears!", + "tombstone.message.recover_lost_items": "You have recovered your lost items", + "tombstone.message.open_grave.need_key": "You need a key!", + "tombstone.message.choose_no_grave": "You chosen to have no grave", + "tombstone.message.no_loot_for_grave": "No grave appeared as there were no items to be stored", + "tombstone.message.no_grave_location": "Your items lie on the ground; this place is not intended for graves", + "tombstone.message.no_place_for_grave": "There was nowhere to place the grave!", + "tombstone.message.fail_to_place_grave": "The grave could not be placed!", + "tombstone.message.existing_grave": "Your items were stored in an existing grave", + "tombstone.message.new_grave": "A new grave with your lost items was created", + "tombstone.message.locked": "locked", + "tombstone.message.unlocked": "unlocked", + "tombstone.message.losses_on_death": "A thief was roaming near you when you died", + "tombstone.message.lost_tablet.wake_up.success": "The Lost Tablet seems to show a distant place", + "tombstone.message.lost_tablet.wake_up.failed": "The Lost Tablet broke into dust", + "tombstone.message.enchant_fishing_rod.success": "The fishing rod seems ready for some disastrous fishing!", + "tombstone.message.free_soul.success": "You released the imprisoned soul", + "tombstone.message.free_soul.failed": "This grave already holds a soul", + "tombstone.message.voodoo_poppet.prevent_death_failed": "None of your Voodoo Poppets succeeded in preventing your death", + "tombstone.message.voodoo_poppet.already_protected": "This protection is already applied", + "tombstone.message.soul_prevent_death": "The Soul Receptacle broke preventing your death", + "tombstone.message.config_prevent_death": "The Power of the Graves prevented you from getting lost outside of the world", + "tombstone.message.prevent_death.suffocation": "The Voodoo Poppet protected you from death by suffocating", + "tombstone.message.prevent_death.burn": "The Voodoo Poppet protected you from death by burning", + "tombstone.message.prevent_death.lightning": "The Voodoo Poppet protected you from death by lightning", + "tombstone.message.prevent_death.fall": "The Voodoo Poppet prevented you from death by falling", + "tombstone.message.prevent_death.darkness": "The Voodoo Poppet prevented you from death by withering", + "tombstone.message.prevent_death.cold": "The Voodoo Poppet prevented you from freezing to death", + "tombstone.message.enchant_voodoo_poppet.success": "The Voodoo Poppet protects you now", + "tombstone.message.enchant_voodoo_poppet.failed": "No protection to seal", + "tombstone.message.disenchantment.success": "The book has stripped the item of all its enchantments", + "tombstone.message.disenchantment.partial_success": "You stripped some enchantments from the item, there're %d left", + "tombstone.message.disenchantment.no_enchantment": "The item in your mainhand is not enchanted", + "tombstone.message.disenchantment.denied_item": "%s can't be disenchanted", + "tombstone.message.disenchantment.failed": "You need an enchanted item in your mainhand", + "tombstone.message.recycling.success": "The recycling has succeeded", + "tombstone.message.recycling.not_enough": "Not enough items for this recycling", + "tombstone.message.recycling.failed": "You need an item that can be recycled in your mainhand", + "tombstone.message.recycling.denied": "The item is forbidden for recycling", + "tombstone.message.repairing.success": "The repairing has succeeded", + "tombstone.message.repairing.failed": "You need a damaged item in your mainhand", + "tombstone.message.magic_impregnation.success": "The enchanted item has been imbued", + "tombstone.message.magic_impregnation.failed": "You need an enchantable item in your mainhand", + "tombstone.message.magic_impregnation.max": "This item is already impregnated to the maximum", + "tombstone.message.your_knowledge": "Your knowledge of death", + "tombstone.message.player_knowledge": "%s's knowledge of death", + "tombstone.message.earn_knowledge": "%s increased (+%s)", + "tombstone.message.lose_knowledge": "%s decreased (-%s)", + "tombstone.message.last_grave": "Last Grave", + "tombstone.message.request_to_join_sender": "Waiting for %s to accept", + "tombstone.message.request_to_join_receiver": "Click %s to allow %s to teleport to you", + "tombstone.message.request_to_help_sender": "Click %s to teleport to help %s", + "tombstone.message.call_for_help": "You called on all the players to help you", + "tombstone.message.here": "Here", + "tombstone.message.join_you": "%s joined you", + "tombstone.message.no_ticket": "No longer valid", + "tombstone.message.knowledge_of_death": "Knowledge of Death", + "tombstone.message.config": "Configuration", + "tombstone.message.compendium": "Compendium", + "tombstone.message.description": "Description", + "tombstone.message.recipe": "Recipe", + "tombstone.message.cost": "Cost %d point(s)", + "tombstone.message.click_to_upgrade": "Click to learn", + "tombstone.message.cant_upgrade": "Cannot upgrade", + "tombstone.message.max": "Max", + "tombstone.message.day": "Days: %d", + "tombstone.message.cant_pray": "There are no decorative graves nearby", + "tombstone.message.exorcism": "The zombie villager is imbued with the magic of the Ankh", + "tombstone.message.prayer_of_undead": "The undead will follow you to death", + "tombstone.message.access_gui": "You earned %s level(s). Click %s if you want to access the GUI to increase one of your perk.", + "tombstone.message.perk_reset.success": "Your perks have been reset", + "tombstone.message.perk_reset.failed": "You have not assigned any perks, so they cannot be reset", + "tombstone.message.perk_reset.in_cooldown": "You have to wait %sm%ss before being able to reset your perks", + "tombstone.message.player_offline": "The player is offline", + "tombstone.message.player_invalid": "The player name is invalid", + "tombstone.message.no_other_valid_player": "There is no other valid player", + "tombstone.message.dead_entity": "It can't be used on a dead entity", + "tombstone.message.player_spectator": "It can't be used on a spectator player", + "tombstone.message.no_grave": "The grave has not been found", + "tombstone.message.no_dimension": "The dimension was not found", + "tombstone.message.no_bind_location": "You have no bound location", + "tombstone.message.no_death_location": "You don't have any previous death location", + "tombstone.message.existing_bind_location": "You have already bound this location", + "tombstone.message.bind_location": "You are now bound to this location", + "tombstone.message.same_location": "The entity is already at this place", + "tombstone.message.invalid_location": "The location is invalid", + "tombstone.message.last_grave_place": "The last known grave of %s is at location [name:%s, x:%s, y:%s, z:%s] in the dimension %s", + "tombstone.message.no_spawn": "There was no way to appear there", + "tombstone.message.show_knowledge": "The player %s has %s point(s) in the Knowledge of Death", + "tombstone.message.disabled_command": "The command is disabled in the config", + "tombstone.message.difficulty_peaceful": "Impossible in peaceful difficulty", + "tombstone.message.no_village_siege_spawner": "No village siege spawner in the dimension %s", + "tombstone.message.start_siege.failed": "A siege is already in progress", + "tombstone.message.start_siege.success": "A siege has begun", + "tombstone.message.stop_siege.failed": "No siege in progress", + "tombstone.message.stop_siege.success": "The siege is stopped", + "tombstone.message.no_structure": "No structure was found", + "tombstone.message.invalid_biome": "The biome name is invalid", + "tombstone.message.no_biome": "No biome was found", + "tombstone.message.recovery.save_all_players.success": "All players have been successfully backed up", + "tombstone.message.recovery.save_all_players.failed": "Some players could not be backed up", + "tombstone.message.recovery.save_player.success": "The player %s has successfully been saved", + "tombstone.message.recovery.save_player.failed": "The player %s could not be saved", + "tombstone.message.recovery.load_player.success": "The player %s has successfully been loaded", + "tombstone.message.recovery.load_player.failed": "The player %s could not be loaded", + "tombstone.message.recovery.load_player.target_success": "Your character has been restored from a backup", + "tombstone.message.recovery.no_folder": "The folder \"%s\" does not exist", + "tombstone.message.recovery.no_file": "The file \"%s\" does not exist", + "tombstone.message.no_save_to_restore": "There's no save to restore", + "tombstone.message.positive_integer": "The value needs to be positive", + "tombstone.message.teleport_target_to_location": "%s has successfully been teleported to the location [x: %s, y: %s, z: %s] in %s", + "tombstone.message.back": "Back", + "tombstone.message.unknown": "Unknown", + "tombstone.message.capture_familiar": "%s was captured in one of your receptacles preventing his death", + "tombstone.message.recovering_receptacle": "The soul in the receptacle must be fully restored before resurrecting your familiar", + "tombstone.message.revive_familiar": "Your prayer has been heard, %s has returned to life breaking the receptacle", + "tombstone.message.bring_back_to_life": "%s has been brought back to life", + "tombstone.message.your_familiar": "Your familiar", + "tombstone.message.familiar_of": "The familiar of %s", + "tombstone.message.empty_receptacle": "The receptacle in your offhand contains no soul", + "tombstone.message.cant_revive_familiar": "%s seems to be lost forever in limbo", + "tombstone.message.no_familiar_to_revive": "None of your familiars can be revived", + "tombstone.message.choose_favorite_grave": "Choose your favorite grave", + "tombstone.message.disabled": " -> disabled", + "tombstone.message.tablet_search.failed": "The tablet seems to have weakened without any effect", + "tombstone.message.impregnate_needle.success": "The needle is impregnated of the essence of %s", + "tombstone.message.impregnate_needle.failed": "The needle is already impregnated", + "tombstone.message.pray_of_protection.success": "Your prayer protects now %s", + "tombstone.message.pray_of_protection.failed": "The target is already protected", + "tombstone.message.reset_ankh": "The Ankh cooldown of %s has been reset", + "tombstone.message.set_alignment": "The alignment of %s has been changed", + "tombstone.message.grave_plate_replacement_not_allowed": "You're not allowed to replace the grave plate.", + "tombstone.message.pvp_steal_experience": "You stole %d points of experience by killing %s", + "tombstone.message.combine_in_inventory": "Combine in Inventory", + "tombstone.message.cant_recycle_damaged": "You can't recycle a damaged item", + "tombstone.message.cant_recycle_container": "You can't recycle a container", + "tombstone.message.no_recipe_to_recycle": "No recipes found to recycle this item", + "tombstone.message.protect_against": "Protects against %s (-%d%%)", + "tombstone.message.living_damages": "living damages", + "tombstone.message.undead_damages": "undead damages", + "tombstone.message.holiday_event_bonus": "Bonus during special holiday events", + "tombstone.message.light": "Light", + "tombstone.message.darkness": "Darkness", + "tombstone.message.gift.success": "The gift starts to shine then disappears, revealing its contents", + "tombstone.message.gift.failed": "You have to wait until December 25 to open the gift", + "tombstone.message.villager_gift": "You got a reward for successfully hiding the gift", + "tombstone.message.seeker_rod": "The Seeker Rod disappears revealing you certain knowledge as well as a present", + "tombstone.message.find_bed": "Search for the bed", + "tombstone.message.hide_gift": "Hide the gift under the bed", + "tombstone.message.find_bell": "Search for a bell", + "tombstone.message.use_seeker_rod": "Use the rod to that place", + "tombstone.message.familiar_already_owned": "This familiar is already owned", + "tombstone.message.alignment": "Alignment", + "tombstone.message.sync_to_server": "Syncing Preferences on Server", + "tombstone.message.area_buff": "All your nearby allies will benefit from the magic effect", + "tombstone.message.useable_on_ally": "Can be used on an ally", + "tombstone.message.cant_apply_effect": "This effect can't be used on %s", + "tombstone.message.trade_improved.success": "Better exchanges await you", + "tombstone.message.trade_improved.failed": "The merchant already offers all his exchanges", + "tombstone.message.enchant_with_offhand": "Magic books can only enchant with offhand", + "bonus.tombstone.pray_of_protection": "Can protect villagers and golems from a future death", + "bonus.tombstone.pray_of_empathy.title": "Pray of Empathy", + "bonus.tombstone.pray_of_empathy": "Can encourage a creature to become one of your familiars", + "bonus.tombstone.zombify": "Can convert villagers to zombie-villagers by using the Ankh", + "bonus.tombstone.exorcism.title": "Exorcism", + "bonus.tombstone.exorcism": "Can convert zombie-villagers to villagers by using the Ankh", + "bonus.tombstone.pray_of_undead.title": "Pray of Undead", + "bonus.tombstone.pray_of_undead": "Can control humanoid undead by using the Ankh", + "effect.tombstone.ghostly_shape": "Ghostly Shape", + "description.effect.tombstone.ghostly_shape": "Ghostly appearance received after a death", + "effect.tombstone.preservation": "Preservation", + "description.effect.tombstone.preservation": "Preserves experience and beneficial effects on death", + "effect.tombstone.unstable_intangibility": "Unstable Intangibility", + "description.effect.tombstone.unstable_intangibility": "Prevents damage for a full second every five seconds", + "effect.tombstone.diversion": "Diversion", + "description.effect.tombstone.diversion": "Prevents creatures to target you", + "effect.tombstone.feather_fall": "Feather Fall", + "description.effect.tombstone.feather_fall": "Slows down your falls", + "effect.tombstone.purification": "Purification", + "description.effect.tombstone.purification": "Dispels negative effects over time", + "effect.tombstone.true_sight": "True Sight", + "description.effect.tombstone.true_sight": "Lets you see in the dark, in the fog and underwater", + "effect.tombstone.reach": "Reach", + "description.effect.tombstone.reach": "Increases the range to hit creatures or to harvest", + "effect.tombstone.lightning_resistance": "Lightning Resistance", + "description.effect.tombstone.lightning_resistance": "Reduces damage taken by lightning by 75%", + "effect.tombstone.frost_resistance": "Frost Resistance", + "description.effect.tombstone.frost_resistance": "Reduces damage taken by frost by 75%", + "effect.tombstone.aquatic_life": "Aquatic Life", + "description.effect.tombstone.aquatic_life": "Allows to move freely and breathe in the water", + "effect.tombstone.bone_shield": "Bone Shield", + "description.effect.tombstone.bone_shield": "Protects against melee damages and reflects a part", + "effect.tombstone.bait": "Bait", + "description.effect.tombstone.bait": "Attracts agressive creatures", + "effect.tombstone.frostbite": "Frostbite", + "description.effect.tombstone.frostbite": "Freezes and damages enemy", + "effect.tombstone.prayer": "Prayer", + "description.effect.tombstone.prayer": "Received when a prayer is cast on the target", + "effect.tombstone.earthly_garden": "Earthly Garden", + "description.effect.tombstone.earthly_garden": "Makes the surroundings more flowery", + "effect.tombstone.discretion": "Discretion", + "description.effect.tombstone.discretion": "Improves stealth speed and reduces range detection", + "effect.tombstone.mercy": "Mercy", + "description.effect.tombstone.mercy": "Share beneficial effects among nearby allies", + "effect.tombstone.restoration": "Restoration", + "description.effect.tombstone.restoration": "Heal all wounds", + "description.effect.minecraft.speed": "Increases walking speed", + "description.effect.minecraft.slowness": "Decreases walking speed", + "description.effect.minecraft.haste": "Increases mining and attack speed", + "description.effect.minecraft.mining_fatigue": "Decreases mining and attack speed", + "description.effect.minecraft.strength": "Increases melee damage", + "description.effect.minecraft.instant_health": "Heals living entities, damages undead", + "description.effect.minecraft.instant_damage": "Damages living entities, heals undead", + "description.effect.minecraft.jump_boost": "Increases jump height and reduces fall damage", + "description.effect.minecraft.nausea": "Wobbles and warps the vision", + "description.effect.minecraft.regeneration": "Regenerates health over time", + "description.effect.minecraft.resistance": "Reduces damage", + "description.effect.minecraft.fire_resistance": "Prevents fire and lava damage", + "description.effect.minecraft.water_breathing": "Allows to breathe underwater and prevents drowning", + "description.effect.minecraft.invisibility": "Reduces other mobs' detection range", + "description.effect.minecraft.blindness": "Impairs vision and disables the ability to sprint and critical hit", + "description.effect.minecraft.night_vision": "Lets the player see well in darkness and underwater", + "description.effect.minecraft.hunger": "Increases food exhaustion", + "description.effect.minecraft.weakness": "Decreases melee damage", + "description.effect.minecraft.poison": "Inflicts damage over time (but can't kill)", + "description.effect.minecraft.wither": "Inflicts damage over time", + "description.effect.minecraft.health_boost": "Increases maximum health", + "description.effect.minecraft.absorption": "Damage absorption (extra hearts cannot be regenerated)", + "description.effect.minecraft.saturation": "Restores hunger and saturation", + "description.effect.minecraft.glowing": "Makes entities glow making them visible through blocks", + "description.effect.minecraft.luck": "Can increase chances of high-quality and more loot", + "description.effect.minecraft.unluck": "Can reduce chances of high-quality and more loot", + "description.effect.minecraft.levitation": "Floats the affected entity upward", + "description.effect.minecraft.slow_falling": "Decreases falling speed and negates fall damage", + "description.effect.minecraft.conduit_power": "Increases underwater visibility and mining speed, prevents drowning", + "description.effect.minecraft.dolphins_grace": "Increases swimming speed", + "description.effect.minecraft.bad_omen": "Triggers an illager raid by entering a village", + "description.effect.minecraft.hero_of_the_village": "Villagers offer you items depending on their profession and discounted prices on their trades", + "description.effect.minecraft.darkness": "Darkens the players vision", + "enchantment.tombstone.spectral_bite": "Spectral Bite", + "enchantment.tombstone.spectral_bite.desc": " -> chance to trigger a spectral bite on the attacker", + "enchantment.tombstone.soulbound": "Tombstone Soulbound", + "enchantment.tombstone.soulbound.desc": " -> preserves the item on death", + "enchantment.tombstone.magic_siphon": "Magic Siphon", + "enchantment.tombstone.magic_siphon.desc": " -> chance to absorb beneficial effects from the target", + "enchantment.tombstone.plague_bringer": "Plague Bringer", + "enchantment.tombstone.plague_bringer.desc": " -> chance to apply bad effects", + "enchantment.tombstone.curse_of_bones": "Curse of Bones", + "enchantment.tombstone.curse_of_bones.desc": " -> chance to apply Bone Shield when hit", + "enchantment.tombstone.blessing": "Blessing", + "enchantment.tombstone.blessing.desc": " -> chance to receive a short buff when hit", + "enchantment.tombstone.fishing_bad_luck": "Fishing Bad Luck", + "enchantment.tombstone.frostbite": "Frostbite", + "enchantment.tombstone.frostbite.desc": " -> chance to freeze enemy on hit", + "item.minecraft.tipped_arrow.effect.earthly_garden": "Arrow of Earthly Garden", + "item.minecraft.tipped_arrow.effect.bait": "Arrow of Bait", + "item.minecraft.tipped_arrow.effect.frostbite": "Arrow of Frostbite", + "item.minecraft.tipped_arrow.effect.darkness": "Arrow of Darkness", + "item.minecraft.tipped_arrow.effect.discretion": "Arrow of Discretion", + "item.minecraft.tipped_arrow.effect.restoration": "Arrow of Restoration", + "item.minecraft.potion.effect.spectral": "Spectral Potion", + "item.minecraft.potion.effect.earthly_garden": "Potion of Earthly Garden", + "item.minecraft.potion.effect.bait": "Potion of Bait", + "item.minecraft.potion.effect.frostbite": "Potion of Frostbite", + "item.minecraft.potion.effect.darkness": "Potion of Darkness", + "item.minecraft.potion.effect.discretion": "Potion of Discretion", + "item.minecraft.potion.effect.restoration": "Potion of Restoration", + "item.minecraft.lingering_potion.effect.spectral": "Spectral Lingering Potion", + "item.minecraft.lingering_potion.effect.earthly_garden": "Lingering Potion of Earthly Garden", + "item.minecraft.lingering_potion.effect.bait": "Lingering Potion of Bait", + "item.minecraft.lingering_potion.effect.frostbite": "Lingering Potion of Frostbite", + "item.minecraft.lingering_potion.effect.darkness": "Lingering Potion of Darkness", + "item.minecraft.lingering_potion.effect.discretion": "Lingering Potion of Discretion", + "item.minecraft.lingering_potion.effect.restoration": "Lingering Potion of Restoration", + "item.minecraft.splash_potion.effect.spectral": "Spectral Splash Potion", + "item.minecraft.splash_potion.effect.earthly_garden": "Splash Potion of Earthly Garden", + "item.minecraft.splash_potion.effect.bait": "Splash Potion of Bait", + "item.minecraft.splash_potion.effect.frostbite": "Splash Potion of Frostbite", + "item.minecraft.splash_potion.effect.darkness": "Splash Potion of Darkness", + "item.minecraft.splash_potion.effect.discretion": "Splash Potion of Discretion", + "item.minecraft.splash_potion.effect.restoration": "Splash Potion of Restoration", + "tombstone.perk.alchemist": "Alchemist", + "tombstone.perk.alchemist.desc": "improves potions", + "tombstone.perk.alchemist.bonus": "potion duration", + "tombstone.perk.concentration": "Concentration", + "tombstone.perk.concentration.desc": "improves incantation with magic items", + "tombstone.perk.concentration.bonus1": "casting speed", + "tombstone.perk.concentration.bonus2": "chance not being interrupted", + "tombstone.perk.jailer": "Jailer", + "tombstone.perk.jailer.desc": "improves Grave Key", + "tombstone.perk.jailer.bonus": "chance to get an enchanted key on death", + "tombstone.perk.jailer.disabled": "config chance_enchanted_grave_key is set to -1", + "tombstone.perk.memento_mori": "Memento Mori", + "tombstone.perk.memento_mori.desc": "retains experience on death", + "tombstone.perk.memento_mori.bonus": "experience", + "tombstone.perk.memento_mori.disabled": "config xp_loss is set to -1", + "tombstone.perk.rune_inscriber": "Rune Inscriber", + "tombstone.perk.rune_inscriber.desc": "improves tablets and scrolls", + "tombstone.perk.rune_inscriber.bonus1": "chance to not consume a tablet use", + "tombstone.perk.rune_inscriber.bonus2": "scroll duration", + "tombstone.perk.scribe": "Scribe", + "tombstone.perk.scribe.desc": "improves books", + "tombstone.perk.scribe.bonus": "enchantments extracted", + "tombstone.perk.shadow_walker": "Shadow Walker", + "tombstone.perk.shadow_walker.desc": "improves stealth speed and reduces range detection", + "tombstone.perk.shadow_walker.bonus1": "discretion", + "tombstone.perk.shadow_walker.bonus2": "Peaceful Sleep", + "tombstone.perk.treasure_seeker": "Treasure Seeker", + "tombstone.perk.treasure_seeker.desc": "increases the chances of finding special items", + "tombstone.perk.treasure_seeker.bonus1": "chance on the undead", + "tombstone.perk.treasure_seeker.bonus2": "chance to get structures with Lost Tablets", + "tombstone.perk.witch_doctor": "Witch Doctor", + "tombstone.perk.witch_doctor.desc": "improves Voodoo Poppet", + "tombstone.perk.witch_doctor.bonus": "chance to trigger", + "tombstone.perk.witch_doctor.disabled": "config allow_voodoo_poppet is set to false", + "tombstone.perk.necromancer": "Necromancer", + "tombstone.perk.necromancer.desc": "improves Zombify and Pray of Undead", + "tombstone.perk.necromancer.bonus": "chance that controlled undead will become spellcasters", + "tombstone.perk.necromancer.disabled": "your alignment is above -1", + "tombstone.death.beyond_the_grave": "Your soul have weaken", + "tombstone.advancement.tutorial.title": "Tombstone Tutorial", + "tombstone.advancement.tutorial.desc": "Tutorial to guide you in your discovery of Tombstone", + "tombstone.advancement.first_grave.title": "Your First Grave", + "tombstone.advancement.first_grave.desc": "A grave was erected at the place of your death", + "tombstone.advancement.chain_death.title": "Chain Death", + "tombstone.advancement.chain_death.desc": "You survived less than one minute after your last death", + "tombstone.advancement.strong_or_careful.title": "Strong or Careful", + "tombstone.advancement.strong_or_careful.desc": "You survived one hour", + "tombstone.advancement.almost_unkillable.title": "Almost Unkillable", + "tombstone.advancement.almost_unkillable.desc": "You survived 10 hours", + "tombstone.advancement.vanishing.title": "Vanishing", + "tombstone.advancement.vanishing.desc": "You used a Dust of Vanishing", + "tombstone.advancement.subterfuge_and_discretion.title": "Subterfuge & Discretion", + "tombstone.advancement.subterfuge_and_discretion.desc": "You used 10 Dusts of Vanishing", + "tombstone.advancement.master_of_escape.title": "Master of Escape", + "tombstone.advancement.master_of_escape.desc": "You used 50 Dusts of Vanishing", + "tombstone.advancement.easy_opening.title": "Easy Opening", + "tombstone.advancement.easy_opening.desc": "You recovered your grave without the key", + "tombstone.advancement.cancel_ghostly_shape.title": "Here They Come", + "tombstone.advancement.cancel_ghostly_shape.desc": "You cancelled the Ghostly Shape", + "tombstone.advancement.enchant_grave_key.title": "The Most Useful Key", + "tombstone.advancement.enchant_grave_key.desc": "You enchanted the Grave Key", + "tombstone.advancement.teleport_to_grave.title": "A Fast Comeback", + "tombstone.advancement.teleport_to_grave.desc": "You teleported to your grave", + "tombstone.advancement.choose_grave_type.title": "Die Classy", + "tombstone.advancement.choose_grave_type.desc": "You chose your grave type (ingame config)", + "tombstone.advancement.find_grave_dust.title": "A Strange Grave Dust", + "tombstone.advancement.find_grave_dust.desc": "You found Grave Dust from undead, breaking tablets and cat morning gift", + "tombstone.advancement.create_grave_marble.title": "Black or White", + "tombstone.advancement.create_grave_marble.desc": "You created Grave Marble", + "tombstone.advancement.create_decorative_grave.title": "A Small Cemetery", + "tombstone.advancement.create_decorative_grave.desc": "You created a decorative grave", + "tombstone.advancement.create_grave_plate.title": "Grave Inscription", + "tombstone.advancement.create_grave_plate.desc": "You created a grave plate", + "tombstone.advancement.engrave_grave_plate.title": "Who's This Guy?", + "tombstone.advancement.engrave_grave_plate.desc": "You engraved a grave plate", + "tombstone.advancement.engrave_decorative_grave.title": "Unforgettable", + "tombstone.advancement.engrave_decorative_grave.desc": "You engraved a decorative grave", + "tombstone.advancement.create_strange_scroll.title": "Not Even Double-Sided", + "tombstone.advancement.create_strange_scroll.desc": "You created a Strange Scroll", + "tombstone.advancement.create_strange_tablet.title": "Not of Chocolate", + "tombstone.advancement.create_strange_tablet.desc": "You created a Strange Tablet", + "tombstone.advancement.create_magic_scroll.title": "Magic Writing", + "tombstone.advancement.create_magic_scroll.desc": "You created a magic scroll", + "tombstone.advancement.create_magic_tablet.title": "Where Is The Stone Pen?", + "tombstone.advancement.create_magic_tablet.desc": "You created a magic tablet", + "tombstone.advancement.consume_soul.title": "Let The Magic Happen", + "tombstone.advancement.consume_soul.desc": "Your item is now enchanted", + "tombstone.advancement.free_soul.title": "Deliverance", + "tombstone.advancement.free_soul.desc": "You freed a soul from its receptacle", + "tombstone.advancement.knowledge_wasted.title": "Knowledge Wasted", + "tombstone.advancement.knowledge_wasted.desc": "Soul could be better used", + "tombstone.advancement.soul_magic.title": "Soul Magic", + "tombstone.advancement.soul_magic.desc": "You used 10 Grave Souls", + "tombstone.advancement.soul_eater.title": "Soul Eater", + "tombstone.advancement.soul_eater.desc": "You used 50 Grave Souls", + "tombstone.advancement.use_knowledge.title": "Great minds think alike", + "tombstone.advancement.use_knowledge.desc": "You learned from a Scroll of Knowledge", + "tombstone.advancement.mutual_aid.title": "Mutual Aid", + "tombstone.advancement.mutual_aid.desc": "You cast a scroll on an ally", + "tombstone.advancement.ally_enhancer.title": "Ally Enhancer", + "tombstone.advancement.ally_enhancer.desc": "You cast 10 scrolls on an ally", + "tombstone.advancement.master_ally_enhancer.title": "Master Ally Enhancer", + "tombstone.advancement.master_ally_enhancer.desc": "You cast 50 scrolls on an ally", + "tombstone.advancement.use_preservation.title": "Death Will Not Be Enough", + "tombstone.advancement.use_preservation.desc": "You used Preservation Magic", + "tombstone.advancement.use_unstable_intangibility.title": "To be or not to be", + "tombstone.advancement.use_unstable_intangibility.desc": "You used Unstable Intangibility Magic", + "tombstone.advancement.use_feather_fall.title": "Like a bird", + "tombstone.advancement.use_feather_fall.desc": "You used Feather Fall Magic", + "tombstone.advancement.use_purification.title": "A little cleaning is necessary", + "tombstone.advancement.use_purification.desc": "You used Purification Magic", + "tombstone.advancement.use_true_sight.title": "I see clearly now", + "tombstone.advancement.use_true_sight.desc": "You used True Sight Magic", + "tombstone.advancement.use_recall.title": "Tomb Bound", + "tombstone.advancement.use_recall.desc": "You used Recall Magic", + "tombstone.advancement.use_home.title": "Home Sweet Home", + "tombstone.advancement.use_home.desc": "You used Home Magic", + "tombstone.advancement.use_assistance.title": "Leeroy Is Back", + "tombstone.advancement.use_assistance.desc": "You used Assistance Magic", + "tombstone.advancement.use_cupidity.title": "Greed may lead to loss", + "tombstone.advancement.use_cupidity.desc": "You used Cupidity Magic", + "tombstone.advancement.use_disenchantment.title": "Magic Disenchantment", + "tombstone.advancement.use_disenchantment.desc": "You disenchanted with magic an item", + "tombstone.advancement.disenchanter.title": "Disenchanter", + "tombstone.advancement.disenchanter.desc": "You disenchanted with magic 10 items", + "tombstone.advancement.master_disenchanter.title": "Master Disenchanter", + "tombstone.advancement.master_disenchanter.desc": "You disenchanted with magic 50 items", + "tombstone.advancement.use_recycling.title": "Magic Recycling", + "tombstone.advancement.use_recycling.desc": "You recycled with magic an item", + "tombstone.advancement.recycler.title": "Recycler", + "tombstone.advancement.recycler.desc": "You recycled with magic 10 items", + "tombstone.advancement.master_recycler.title": "Master Recycler", + "tombstone.advancement.master_recycler.desc": "You recycled with magic 50 items", + "tombstone.advancement.use_repairing.title": "Magic Repairing", + "tombstone.advancement.use_repairing.desc": "You repaired with magic an item", + "tombstone.advancement.repairer.title": "Repairer", + "tombstone.advancement.repairer.desc": "You repaired with magic 10 items", + "tombstone.advancement.master_repairer.title": "Master Repairer", + "tombstone.advancement.master_repairer.desc": "You repaired with magic 50 items", + "tombstone.advancement.use_magic_impregnation.title": "Magic Impregnation", + "tombstone.advancement.use_magic_impregnation.desc": "You impregnated with magic an item", + "tombstone.advancement.impregnator.title": "Impregnator", + "tombstone.advancement.impregnator.desc": "You impregnated with magic 10 items", + "tombstone.advancement.master_impregnator.title": "Master Impregnator", + "tombstone.advancement.master_impregnator.desc": "You impregnated with magic 50 items", + "tombstone.advancement.use_reach.title": "The long arm of the law", + "tombstone.advancement.use_reach.desc": "You used Reach Magic", + "tombstone.advancement.use_lightning_resistance.title": "Traveling lightning rod", + "tombstone.advancement.use_lightning_resistance.desc": "You used Lightning Resistance Magic", + "tombstone.advancement.use_frost_resistance.title": "Powder Snow Walk", + "tombstone.advancement.use_frost_resistance.desc": "You used Frost Resistance Magic", + "tombstone.advancement.use_aquatic_life.title": "Waterworld", + "tombstone.advancement.use_aquatic_life.desc": "You used Aquatic Life Magic", + "tombstone.advancement.use_mercy.title": "A self-respecting Soul", + "tombstone.advancement.use_mercy.desc": "You used Mercy Magic", + "tombstone.advancement.create_fishing_rod.title": "A Time for Misadventure", + "tombstone.advancement.create_fishing_rod.desc": "You created a Fishing Rod of Misadventure", + "tombstone.advancement.enchant_fishing_rod.title": "Enchanted for Misadventure", + "tombstone.advancement.enchant_fishing_rod.desc": "You enchanted a Fishing Rod of Misadventure", + "tombstone.advancement.ancient_fishing_rod.title": "Ancient Fishing Rod", + "tombstone.advancement.ancient_fishing_rod.desc": "You created an Ancient Fishing Rod of Misadventure", + "tombstone.advancement.find_lost_tablet.title": "An adventure awaits you", + "tombstone.advancement.find_lost_tablet.desc": "You found a Lost Tablet", + "tombstone.advancement.find_lost_tablet_village.title": "A new home", + "tombstone.advancement.find_lost_tablet_village.desc": "The Lost Tablet seems to show you a distant village", + "tombstone.advancement.find_lost_tablet_treasure.title": "The treasure is at hand", + "tombstone.advancement.find_lost_tablet_treasure.desc": "The Lost Tablet seems to show you a distant treasure", + "tombstone.advancement.find_lost_tablet_exploration.title": "Land Exploration", + "tombstone.advancement.find_lost_tablet_exploration.desc": "The Lost Tablet seems to show you a distant region", + "tombstone.advancement.use_lost_tablet.title": "The trip ends but the adventure begins", + "tombstone.advancement.use_lost_tablet.desc": "You used the magic of the Lost Tablet", + "tombstone.advancement.find_ancient_tablet.title": "Treasure from the Past", + "tombstone.advancement.find_ancient_tablet.desc": "You discovered an Ancient Tablet", + "tombstone.advancement.strange_mount.title": "Strange Mount", + "tombstone.advancement.strange_mount.desc": "You found a Familiar Receptacle containing an undead mount", + "tombstone.advancement.create_voodoo_poppet.title": "Back to childhood", + "tombstone.advancement.create_voodoo_poppet.desc": "You created a Voodoo Poppet", + "tombstone.advancement.enchant_voodoo_poppet.title": "Not even afraid of death", + "tombstone.advancement.enchant_voodoo_poppet.desc": "You enchanted a Voodoo Poppet", + "tombstone.advancement.prevent_death_suffocation.title": "I can't breathe", + "tombstone.advancement.prevent_death_suffocation.desc": "You survived to a suffocation", + "tombstone.advancement.prevent_death_burn.title": "It's not time to tan", + "tombstone.advancement.prevent_death_burn.desc": "You survived to burning", + "tombstone.advancement.prevent_death_lightning.title": "Knees bent and feet together", + "tombstone.advancement.prevent_death_lightning.desc": "You survived to lightning", + "tombstone.advancement.prevent_death_fall.title": "I slipped", + "tombstone.advancement.prevent_death_fall.desc": "You survived to falling", + "tombstone.advancement.prevent_death_darkness.title": "A second youth", + "tombstone.advancement.prevent_death_darkness.desc": "You survived to darkness", + "tombstone.advancement.prevent_death_cold.title": "Climate change", + "tombstone.advancement.prevent_death_cold.desc": "You survived to cold", + "tombstone.advancement.death_master.title": "Death Master", + "tombstone.advancement.death_master.desc": "You have mastered the art of Voodoo Poppet", + "tombstone.advancement.first_knowledge.title": "Knowledge of Death", + "tombstone.advancement.first_knowledge.desc": "You earned your first knowledge point", + "tombstone.advancement.choose_knowledge.title": "Knowledge raises the soul", + "tombstone.advancement.choose_knowledge.desc": "You chose your first knowledge of death (see the keybind)", + "tombstone.advancement.versatility.title": "Versatility", + "tombstone.advancement.versatility.desc": "You learned 5 different perks", + "tombstone.advancement.new_path.title": "New Path", + "tombstone.advancement.new_path.desc": "You reset your Perks", + "tombstone.advancement.limbo.title": "Limbo", + "tombstone.advancement.limbo.desc": "You died from damages weakening your Knowledge of Death", + "tombstone.advancement.first_pray.title": "First Prayer", + "tombstone.advancement.first_pray.desc": "You used an Ankh of Pray on a grave", + "tombstone.advancement.servant_of_rest.title": "Servant of Rest", + "tombstone.advancement.servant_of_rest.desc": "You prayed on graves 10 times", + "tombstone.advancement.guardian_of_eternity.title": "Guardian of Eternity", + "tombstone.advancement.guardian_of_eternity.desc": "You prayed on graves 50 times", + "tombstone.advancement.mastery_1.title": "Mastery 1", + "tombstone.advancement.mastery_1.desc": "You reached the level 10 in Knowledge of Death", + "tombstone.advancement.mastery_2.title": "Mastery 2", + "tombstone.advancement.mastery_2.desc": "You reached the level 20 in Knowledge of Death", + "tombstone.advancement.create_familiar_receptacle.title": "Your First Receptacle", + "tombstone.advancement.create_familiar_receptacle.desc": "You created a Familiar Receptacle", + "tombstone.advancement.impregnated_bone_needle.title": "Essence Gathering", + "tombstone.advancement.impregnated_bone_needle.desc": "You impregnated a Bone Needle", + "tombstone.advancement.impregnated_receptacle.title": "Bound by Essence", + "tombstone.advancement.impregnated_receptacle.desc": "You created a Familiar Receptacle with the essence of a creature", + "tombstone.advancement.capture_soul.title": "Soul Prison", + "tombstone.advancement.capture_soul.desc": "You captured a soul in a receptacle", + "tombstone.advancement.revive_familiar.title": "Bound Forever", + "tombstone.advancement.revive_familiar.desc": "You revived one of your familiars", + "tombstone.advancement.exorcism.title": "What an excellent day for an exorcism", + "tombstone.advancement.exorcism.desc": "You used an Ankh of Pray on a zombie-villager", + "tombstone.advancement.master_of_exorcism.title": "Master of Exorcism", + "tombstone.advancement.master_of_exorcism.desc": "You exorcised 10 zombie-villagers", + "tombstone.advancement.halloween.title": "Halloween", + "tombstone.advancement.halloween.desc": "Special advancements during Halloween", + "tombstone.advancement.christmas.title": "Christmas", + "tombstone.advancement.christmas.desc": "Special advancements during Christmas", + "tombstone.advancement.mysterious_gift.title": "Mysterious Gift", + "tombstone.advancement.mysterious_gift.desc": "A gift appeared out of nowhere", + "tombstone.advancement.villager_gift.title": "Gift Delivery", + "tombstone.advancement.villager_gift.desc": "You have successfully deposited a Villager Gift", + "tombstone.advancement.eat_lollipop.title": "Not so bad", + "tombstone.advancement.eat_lollipop.desc": "You tasted a Halloween Lollipop", + "tombstone.advancement.candy_sick.title": "Candy Sick", + "tombstone.advancement.candy_sick.desc": "You eaten 50 Halloween Lollipop", + "tombstone.advancement.expert_tasting.title": "Expert Tasting", + "tombstone.advancement.expert_tasting.desc": "You tasted all the Halloween Lollipops", + "tombstone.advancement.trade_lollipop.title": "Tradable Lollipop", + "tombstone.advancement.trade_lollipop.desc": "You traded a Halloween Lollipop with a Grave Guardian", + "tombstone.advancement.trade_10_lollipop.title": "Easy Trades", + "tombstone.advancement.trade_10_lollipop.desc": "You traded 10 Halloween Lollipops with a Grave Guardian", + "tombstone.advancement.trade_50_lollipop.title": "Promising Business", + "tombstone.advancement.trade_50_lollipop.desc": "You traded 50 Halloween Lollipops with a Grave Guardian", + "tombstone.advancement.trade_lollipop_for_essence.title": "Essence of Undeath", + "tombstone.advancement.trade_lollipop_for_essence.desc": "You traded Halloween Lollipops for Essence of Undeath with a Grave Guardian", + "tombstone.advancement.pass_april_fool.title": "Like a fish in water", + "tombstone.advancement.pass_april_fool.desc": "April Fools is over", + "tombstone.advancement.pray_of_protection.title": "Pray of Protection", + "tombstone.advancement.pray_of_protection.desc": "You reached a good alignment and prayed for a villager", + "tombstone.advancement.great_protector.title": "Great Protector", + "tombstone.advancement.great_protector.desc": "You protected 10 villagers with your prayer", + "tombstone.advancement.ashes_and_bones.title": "Ashes 'n Bones", + "tombstone.advancement.ashes_and_bones.desc": "You killed 10 undead creatures", + "tombstone.advancement.bone_crusher.title": "Bone Crusher", + "tombstone.advancement.bone_crusher.desc": "You killed 50 undead creatures", + "tombstone.advancement.strong_undead.title": "Strong Undead", + "tombstone.advancement.strong_undead.desc": "You killed an undead boss", + "tombstone.advancement.stolen_magic.title": "Stolen Magic", + "tombstone.advancement.stolen_magic.desc": "You stole an effect with Magic Siphon", + "tombstone.advancement.magic_siphoner.title": "Magic Siphoner", + "tombstone.advancement.magic_siphoner.desc": "You stole 10 effects with Magic Siphon", + "tombstone.advancement.master_siphoner.title": "Master Siphoner", + "tombstone.advancement.master_siphoner.desc": "You stole 50 effects with Magic Siphon", + "tombstone.advancement.discreet_search.title": "Discreet Search", + "tombstone.advancement.discreet_search.desc": "You activate your grave by sneaking", + "tombstone.advancement.funeral_theft.title": "Funeral Theft", + "tombstone.advancement.funeral_theft.desc": "You looted another player grave", + "tombstone.advancement.tomb_raiding.title": "Tomb Raiding", + "tombstone.advancement.tomb_raiding.desc": "You looted 10 players' graves", + "tombstone.advancement.ancient_knowledge.title": "Ancient Knowledge", + "tombstone.advancement.ancient_knowledge.desc": "You used the magic of a blue soul", + "tombstone.advancement.neighborhood_brawl.title": "Neighborhood Brawl", + "tombstone.advancement.neighborhood_brawl.desc": "You killed a villager", + "tombstone.advancement.crime_in_town.title": "Crime in Town", + "tombstone.advancement.crime_in_town.desc": "You killed 10 villagers", + "tombstone.advancement.genocide.title": "Genocide", + "tombstone.advancement.genocide.desc": "You killed 50 villagers", + "tombstone.advancement.ambush.title": "Ambush", + "tombstone.advancement.ambush.desc": "You killed a raider", + "tombstone.advancement.fortuitous_militia.title": "Fortuitous Militia", + "tombstone.advancement.fortuitous_militia.desc": "You killed 10 raiders", + "tombstone.advancement.village_defender.title": "Village Defender", + "tombstone.advancement.village_defender.desc": "You killed 50 raiders", + "tombstone.advancement.zombify.title": "Zombify", + "tombstone.advancement.zombify.desc": "You converted a villager in a zombie-villager", + "tombstone.advancement.master_of_zombify.title": "Master of Zombify", + "tombstone.advancement.master_of_zombify.desc": "You converted 10 villagers in a zombie-villager", + "tombstone.advancement.prayer_of_undead.title": "Prayer of Undead", + "tombstone.advancement.prayer_of_undead.desc": "You controlled an undead", + "tombstone.advancement.prayer_of_empathy.title": "Prayer of Empathy", + "tombstone.advancement.prayer_of_empathy.desc": "You charmed a familiar", + "tombstone.advancement.enchanted_bundle.title": "Enchanted Bundle", + "tombstone.advancement.enchanted_bundle.desc": "You enchanted a Bundle", + "tombstone.advancement.combine_in_inventory.title": "Quickly Applied", + "tombstone.advancement.combine_in_inventory.desc": "You crafted an item by combining in inventory", + "tombstone.advancement.talk_grave_guardian.title": "Strange Encounter", + "tombstone.advancement.talk_grave_guardian.desc": "You talked to a Grave Guardian", + "tombstone.advancement.trade_grave_guardian.title": "Bargaining with Death", + "tombstone.advancement.trade_grave_guardian.desc": "You traded with a Grave Guardian", + "tombstone.advancement.create_smoke_ball.title": "Not Carbolic", + "tombstone.advancement.create_smoke_ball.desc": "You created a Smoke Ball", + "tombstone.advancement.color_smoke_ball.title": "All colours will agree in the dark", + "tombstone.advancement.color_smoke_ball.desc": "You colored a Smoke Ball", + "tombstone.advancement.create_spectral_potion.title": "The alchemy of time on the soul", + "tombstone.advancement.create_spectral_potion.desc": "You created a Spectral Potion", + "tombstone.advancement.drink_potion_of_earthly_garden.title": "The earth is too old to be laughed at", + "tombstone.advancement.drink_potion_of_earthly_garden.desc": "You brew a Potion of Earthly Garden", + "tombstone.advancement.wololo.title": "A colorful sheep stays a sheep", + "tombstone.advancement.wololo.desc": "Your servants have changed the color of a sheep", + "tombstone.advancement.master_wololo.title": "Rainbow Sheep", + "tombstone.advancement.master_wololo.desc": "Your servants have dyed sheep in all colors", + "tombstone.advancement.create_imbued_arrow.title": "Imbued Arrow", + "tombstone.advancement.create_imbued_arrow.desc": "You enchanted an arrow with a Book of Magic Impregnation", + "tombstone.config_cat.player_death": "Player Death", + "tombstone.config_cat.player_death.tooltip": "Options related to player death", + "tombstone.config.handle_player_death.tooltip": "Whether to handle player death", + "tombstone.config.restore_effects_on_death.tooltip": "Whether to restore beneficial effects after a player dies", + "tombstone.config.pvp_unlock_grave.tooltip": "Whether to unlock access to a grave if the player has been killed by another player", + "tombstone.config.xp_loss.tooltip": "Experience loss on death (%%)", + "tombstone.config.decay_time.tooltip": "The time in minutes before a grave is unlocked to anyone (-1 = disabled)", + "tombstone.config.sniffer_range.tooltip": "The radius in which items should be collected when a grave is spawned", + "tombstone.config.no_grave_location": "Graveless Areas", + "tombstone.config.no_grave_location.tooltip": "Coordinates where graves shouldn't spawn", + "tombstone.config.chance_mob_on_grave_recovery.tooltip": "The chance that creatures appear after the contents of a grave are retrieved", + "tombstone.config.pvp_stolen_xp.tooltip": "Percent of stolen experience by killing a player when PvP mode is enabled", + "tombstone.config.knowledge_loss.tooltip": "Knowledge of Death loss on death", + "tombstone.config.chance_loss_on_death.tooltip": "The chance that some items are lost on death", + "tombstone.config.percent_loss_on_death.tooltip": "The percentage of items that are lost on death", + "tombstone.config.prevent_death_outside_world_border.tooltip": "Prevents death outside the borders of the world", + "tombstone.config.prevent_death_outside_build_height.tooltip": "Prevents death outside the build height", + "tombstone.config.allow_to_fill_existing_grave.tooltip": "Allows to fill an existing grave instead of creating a new one", + "tombstone.config.loss_on_death_only_for_abandoned_grave.tooltip": "Only abandoned graves can have losses of items (based on the decay_time)", + "tombstone.config.loss_on_death_only_for_stackable_items.tooltip": "Only stackable items can be lost on death", + "tombstone.config_cat.alignment": "Alignment", + "tombstone.config_cat.alignment.tooltip": "Options related to player alignment", + "tombstone.config.points_free_soul_receptacle.tooltip": "Points for freeing a soul in a receptacle", + "tombstone.config.points_plunder_player_grave.tooltip": "Points for plundering a player grave", + "tombstone.config.points_exorcism_zombie_villager.tooltip": "Points for zombie villager exorcism", + "tombstone.config.points_kill_villager.tooltip": "Points for killing a villager", + "tombstone.config.points_kill_raider.tooltip": "Points for killing a raider", + "tombstone.config.points_tablet_of_cupidity.tooltip": "Points for tablet of cupidity", + "tombstone.config.points_pray_of_protection.tooltip": "Points for Pray of Protection", + "tombstone.config_cat.general": "General", + "tombstone.config_cat.general.tooltip": "Miscellaneous options", + "tombstone.config.teleport_dim.tooltip": "Allows teleportation to other dimensions", + "tombstone.config.nerf_ghostly_shape.teleport_with_key.tooltip": "Caps the duration of Ghostly Shape effect to 10 seconds when teleporting with a Grave Key", + "tombstone.config.nerf_ghostly_shape.enemy_collision.tooltip": "Cancel the Ghostly Shape effect when colliding an enemy", + "tombstone.config.nerf_ghostly_shape.open_chest.tooltip": "Cancel the Ghostly Shape effect when opening a chest", + "tombstone.config.nerf_ghostly_shape.break_block.tooltip": "Cancel the Ghostly Shape effect when breaking a block", + "tombstone.config.unhandled_beneficial_effects": "Unhandled Beneficial Effects", + "tombstone.config.unhandled_beneficial_effects.tooltip": "Beneficial effects that can't used by certain features such as ankh of pray, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment", + "tombstone.config.unhandled_harmful_effects": "Unhandled Harmful Effects", + "tombstone.config.unhandled_harmful_effects.tooltip": "Harmful effects that can't used by certain features such as tablet of cupidity and the enchantment plague bringer", + "tombstone.config.knowledge_reduce_phantom_spawn.tooltip": "Increases the minimum time without sleeping for phantom spawn around player based on their level in Knowledge of Death", + "tombstone.config.time_for_phantom_spawn.tooltip": "Minimum time without sleeping for phantom to spawn around players", + "tombstone.config.allow_beyond_the_grave_damage.tooltip": "Allows players to be hurt by special damages related to some items of Tombstone", + "tombstone.config.cooldown_request_teleport.tooltip": "Cooldown in minutes to use the command tbrequestteleport", + "tombstone.config.cooldown_teleport_death.tooltip": "Cooldown in minutes to use the command tbteleportdeath", + "tombstone.config.cooldown_teleport_bind.tooltip": "Cooldown in minutes to teleport with the command tbbind", + "tombstone.config.ghostly_shape_duration.tooltip": "The duration of the Ghostly Shape effect in seconds", + "tombstone.config.chance_enchanted_grave_key.tooltip": "The chance that a player receives an already enchanted Grave Key on death", + "tombstone.config.scroll_duration.tooltip": "Scroll duration", + "tombstone.config.perk_progression_scale.tooltip": "Defines the progression scale to be able to upgrade perks to higher level (based on the level in Knowledge of Death)", + "tombstone.config.scroll_of_knowledge_loss.tooltip": "Set the % of experience lost when storing experience in a Scroll of Knowledge", + "tombstone.config_cat.client": "Client", + "tombstone.config_cat.client.tooltip": "Personal Options that can be edited even on server", + "tombstone.config.fog_density": "Fog Density", + "tombstone.config.fog_density.tooltip": "Fog density around the graves", + "tombstone.config.fog_period": "Fog Period", + "tombstone.config.fog_period.tooltip": "Period where graves produce fog", + "tombstone.config.particle_casting_color": "Particle Color", + "tombstone.config.particle_casting_color.tooltip": "Decimal value for the color of the particles when using magic items", + "tombstone.config.fog_color": "Fog Color", + "tombstone.config.fog_color.tooltip": "Decimal value for the color of the fog", + "tombstone.config.show_magic_circle": "Shows Magic circles", + "tombstone.config.show_magic_circle.tooltip": "Shows the magic circles when using some items", + "tombstone.config.show_enhanced_tooltips": "Enhanced Tooltips", + "tombstone.config.show_enhanced_tooltips.tooltip": "Shows all the infos in the tooltip of items", + "tombstone.config.highlight": "Highlight Grave", + "tombstone.config.highlight.tooltip": "Highlights the tomb from far when holding the key", + "tombstone.config.skip_respawn_screen": "Skip Respawn Screen", + "tombstone.config.skip_respawn_screen.tooltip": "Skips the Respawn Screen", + "tombstone.config.show_shield_particle": "Show Shield Particle", + "tombstone.config.show_shield_particle.tooltip": "Shows shield particles on villager", + "tombstone.config.allow_halloween_ghost": "Allow Halloween Ghost", + "tombstone.config.allow_halloween_ghost.tooltip": "Allows the ghost to appear around you during Halloween", + "tombstone.config.text_color_death_date.tooltip": "Decimal value for the color of the grave text ", + "tombstone.config.text_color_rip.tooltip": "Decimal value for the color of the grave text ", + "tombstone.config.text_color_owner.tooltip": "Decimal value for the color of the grave text ", + "tombstone.config.date_in_mc_time": "Date in MC Time", + "tombstone.config.date_in_mc_time.tooltip": "Shows only the elapsed minecraft days since the death on graves", + "tombstone.config.display_knowledge_message": "Display Knowledge Message", + "tombstone.config.display_knowledge_message.tooltip": "Display or not the messages of gain of points in knowledge of death", + "tombstone.config.equip_elytra_in_priority": "Equip Elytra in Priority", + "tombstone.config.equip_elytra_in_priority.tooltip": "Equips elytra in priority when recovering your lost items", + "tombstone.config.favorite_grave.tooltip": "Favorite grave", + "tombstone.config.favorite_grave_marble.tooltip": "Favorite grave Marble", + "tombstone.config.show_info_on_enchantment": "Enchantment Infos", + "tombstone.config.show_info_on_enchantment.tooltip": "Shows the use of the Tombstone enchantments in tooltip", + "tombstone.config.grave_skin_rule": "Grave Skin", + "tombstone.config.grave_skin_rule.tooltip": "Defines the rule to use for grave skin", + "tombstone.config.priorize_tool_on_hotbar": "Favor Tools On Hotbar", + "tombstone.config.priorize_tool_on_hotbar.tooltip": "Favor the tools on the hotbar when recovering a grave", + "tombstone.config.activate_grave_by_sneaking": "Activate Grave By Sneaking", + "tombstone.config.activate_grave_by_sneaking.tooltip": "Allows to activate a grave by sneaking", + "tombstone.config.deny_grave_on_death": "No Grave On Death", + "tombstone.config.deny_grave_on_death.tooltip": "Denies to create a grave with your items when you die", + "tombstone.config.allow_grave_in_water": "Grave In Water", + "tombstone.config.allow_grave_in_water.tooltip": "Allows your grave to appear in water", + "tombstone.config.grave_spawn_rule": "Grave Spawn Rule", + "tombstone.config.grave_spawn_rule.tooltip": "Defines your grave placement logic (nearest or ideal placement)", + "tombstone.config.auto_equip_rule": "Auto-Equip Rule", + "tombstone.config.auto_equip_rule.tooltip": "Defines when to automatically equip your items", + "tombstone.config.marker_type": "Marker Type", + "tombstone.config.marker_type.tooltip": "Defines the type of marker when holding in hand some items like the Grave Key", + "tombstone.config.font_rule": "Font Rule", + "tombstone.config.font_rule.tooltip": "Defines the font to use in Tombstone screens (only for english, french and dutch languages)", + "tombstone.config.show_tooltip_combine": "Tooltip Combine", + "tombstone.config.show_tooltip_combine.tooltip": "Display the combinations in item tooltip", + "tombstone.config.show_fishing_marker": "Fishing Marker", + "tombstone.config.show_fishing_marker.tooltip": "Display an icon when fishing with the Rod of Misadventure showing if you're in openwater", + "tombstone.config.no_blinking_nightvision": "No Blinking Nightvision", + "tombstone.config.no_blinking_nightvision.tooltip": "Prevent night vision from flashing when less than 5 seconds left", + "tombstone.config_cat.village_siege": "Village Siege", + "tombstone.config_cat.village_siege.tooltip": "Allows to define the conditions for a village siege to begin", + "tombstone.config.handle_village_siege.tooltip": "Allows to handle village sieges", + "tombstone.config.log_siege_state.tooltip": "Logs the different states of a village siege while searching for an adequate place", + "tombstone.config.allow_creative_players_for_siege.tooltip": "Allows to use the positions of creative players to define the siege location", + "tombstone.config.siege_chance.tooltip": "Chance for a siege to occur", + "tombstone.config.siege_max_creature.tooltip": "Maximum of creatures appearing in a siege", + "tombstone.config.undead_wear_helm_in_siege.tooltip": "Undeads always wear a helm when sieging", + "tombstone.config.delay_siege_test.tooltip": "Delay in seconds for a second test of siege when the first failed", + "tombstone.config.persistent_mob_in_siege.tooltip": "Mobs in siege are persistent", + "tombstone.config.shuffle_players_for_siege.tooltip": "Shuffles the list of players before testing the siege location", + "tombstone.config.glowing_creature_test.tooltip": "The creatures of the siege have a glowing effect (only uses this for test purposes)", + "tombstone.config_cat.magic_item": "Magic Item", + "tombstone.config_cat.magic_item.tooltip": "For settings related to magic items", + "tombstone.config_cat.decorative_grave": "Decorative Grave", + "tombstone.config_cat.decorative_grave.tooltip": "For settings related to decorative graves", + "tombstone.config.chance_soul.tooltip": "Chance on 1000 that a soul appears on a grave", + "tombstone.config.distance_between_grave_guardian.tooltip": "Minimum distance between Grave Gardians to spawn", + "tombstone.config.restock_time_grave_guardian.tooltip": "Time in minutes for a Grave Guardian to restock its offers", + "tombstone.config.time_soul.tooltip": "Time in minutes to check if a soul appears on a grave", + "tombstone.config.tablet_max_use.tooltip": "Maximum uses of a tablet", + "tombstone.config.tablet_cooldown.tooltip": "Cooldown in second after using a tablet", + "tombstone.config.chance_pray_reward.tooltip": "Chance to receive a random beneficial spell effect when praying near a grave", + "tombstone.config.can_replace_grave_plate.tooltip": "Allows to replace a grave plate already set on a grave", + "tombstone.config.lost_tablet_search_outside_world.tooltip": "Allows lost tablets to find locations outside the current world", + "tombstone.config.lost_tablet_modded_structure.tooltip": "Allows lost tablets to find modded structures", + "tombstone.config.lost_tablet_denied_structures.tooltip": "The structures that can't be discovered by lost tablets", + "tombstone.config.can_recycle_damaged_item.tooltip": "Damaged items can be recycled with the Book of Recycling", + "tombstone.config.denied_item_to_recycle.tooltip": "The items that can't be recycled by the Book of Recycling", + "tombstone.config.allow_grave_gardian.tooltip": "Allows the merchant grave gardian", + "tombstone.config.cooldown_reset_perk.tooltip": "The cooldown in minutes to reset the perks with the Ankh of Pray", + "tombstone.config.cooldown_to_pray.tooltip": "The cooldown in hours to pray with the Ankh", + "tombstone.config.duration_voodoo_poppet_effects.tooltip": "Duration of Voodoo Poppet effects in seconds when preventing death", + "tombstone.config_cat.enchantments": "Enchantments", + "tombstone.config_cat.enchantments.tooltip": "Allows to customize or disable the enchantments", + "tombstone.config.enable_enchantment_spectral_bite.tooltip": "Enables the enchantment Spectral Bite", + "tombstone.config.enable_enchantment_soulbound.tooltip": "Enables the enchantment Soulbound", + "tombstone.config.enable_enchantment_magic_siphon.tooltip": "Enables the enchantment Magic Siphon", + "tombstone.config.enable_enchantment_plague_bringer.tooltip": "Enables the enchantment Plague Bringer", + "tombstone.config.enable_enchantment_curse_of_bones.tooltip": "Enables the enchantment Curse of Bones", + "tombstone.config.enable_enchantment_blessing.tooltip": "Enables the enchantment Blessing", + "tombstone.config.enable_enchantment_frostbite.tooltip": "Enables the enchantment Frostbite", + "tombstone.config.nerf_plague_bringer.tooltip": "The wearer is also affected by the bad effect if his alignment is not bad", + "tombstone.config.max_duration_magic_siphon.tooltip": "Maximum duration of stolen effects in minutes", + "tombstone.config.duration_plague_bringer.tooltip": "Duration of applied effects in seconds", + "tombstone.config.soulbound_enchanting_table.tooltip": "Allows Soulbound at enchanting table", + "tombstone.config.spectral_bite_enchanting_table.tooltip": "Allows Spectral Bite at enchanting table", + "tombstone.config.magic_siphon_enchanting_table.tooltip": "Allows Magic Siphon at enchanting table", + "tombstone.config.plague_bringer_enchanting_table.tooltip": "Allows Plague Bringer at enchanting table", + "tombstone.config.curse_of_bones_enchanting_table.tooltip": "Allows Curse of Bones at enchanting table", + "tombstone.config.blessing_enchanting_table.tooltip": "Allows Blessing at enchanting table", + "tombstone.config.frostbite_enchanting_table.tooltip": "Allows Frostbite at enchanting table", + "tombstone.config.plague_bringer_combining_magic_siphon.tooltip": "Allows Plague Bringer to combine with Magic Siphon", + "tombstone.config.frostbite_combining_fire_aspect.tooltip": "Allows Frostbite to combine with Fire Aspect", + "tombstone.config.magic_siphon_on_player_rule.tooltip": "Defines if players can steal effects to others players. If nerfed, the stolen effect duration is limited to 10% of the initial effect", + "tombstone.config_cat.recovery": "Backup", + "tombstone.config_cat.recovery.tooltip": "Options related to the command recovery and auto-save of players", + "tombstone.config.recovery_player_enable.tooltip": "Enables to backup automatically players", + "tombstone.config.recovery_player_timer.tooltip": "Time in minutes between players' backups", + "tombstone.config.recovery_player_max_saves.tooltip": "Maximum number of backups per player", + "tombstone.config.backup_on_death.tooltip": "Backup players on death", + "tombstone.config.log_auto_backup.tooltip": "Log when players are automatically back up", + "tombstone.config_cat.allowed_magic_items": "Allowed Magic Items", + "tombstone.config_cat.allowed_magic_items.tooltip": "Allows to disable some magic items", + "tombstone.config_cat.loot": "Loot", + "tombstone.config_cat.loot.tooltip": "Allows to change the chance to drop some items", + "tombstone.config.chance_loot_lost_tablet.tooltip": "Chance to loot a Lost Tablet by fishing", + "tombstone.config.chance_grave_dust.tooltip": "Chance on 1000 for undead mobs to drop Grave Dust", + "tombstone.config.chance_soul_receptacle_on_boss.tooltip": "Chance on 1000 to receive a Soul Receptacle on undead boss", + "tombstone.config.chance_random_scroll_on_boss.tooltip": "Chance on 1000 to receive a random scroll on undead boss", + "tombstone.config.chance_voodoo_poppet_on_boss.tooltip": "Chance on 1000 to receive a random poppet on undead boss", + "tombstone.config.chance_familiar_receptacle_on_boss.tooltip": "Chance on 1000 to receive a familiar receptacle on undead boss", + "tombstone.config.max_xp_lost_page.tooltip": "Maximum xp rewarded with a Lost Page of Erdös", + "tombstone.config.unhandled_tameable_entities": "Tameable creatures that can't found as loot in a Familiar Receptacle", + "tombstone.config_cat.compatibility": "Compatibility", + "tombstone.config_cat.compatibility.tooltip": "Allows to enable some features related to others mods", + "tombstone.config.keep_cosmetic_armor.tooltip": "Keeps the cosmetic armor when you die", + "tombstone.config.curio_auto_equip.tooltip": "Allows to auto-equip the slots from Curio mod", + "tombstone.config.curio_bundle_support.tooltip": "Allows to provide a default support for bundle in Curio mod", + "tombstone.config.preserve_effects_on_return_end_conquered.tooltip": "Ensure the potion effects to stay on the player after returning from end conquered", + "tombstone.config.fix_anvil_custom_name": "fix the custom name with anvil when the string is empty", + "tombstone.config.fix_repair_cost_zero": "fix the RepairCost:0 added by the anvil & grindstone in nbt preventing theses items to stack", + "tombstone.command.tbteleport.default.usage": "This command is for teleportation, you need to select a type of teleport\n/tbteleport ", + "tombstone.command.tbteleport.discovery.usage": "Teleports to an unexplored structure\n/tbteleport discovery [structure] [dim]", + "tombstone.command.tbteleport.biome.usage": "Teleports to a biome\n/tbteleport biome [biome] [dim]", + "tombstone.command.tbshowlastgrave.usage": "Shows the position of the last known grave of a player\n/tbshowlastgrave [player]", + "tombstone.command.tbteleport.grave.usage": "Teleports to the last known grave of a player\n/tbteleport grave [player] [playerGrave]", + "tombstone.command.tbteleport.home.usage": "Teleports to the respawn point of a player\n/tbteleport home [player] [target]", + "tombstone.command.tbteleport.pos.usage": "Teleports to a location\n/tbteleport pos [entity] [dim]", + "tombstone.command.tbteleport.player.usage": "Teleports to a player\n/tbteleport player [entity] ", + "tombstone.command.tbrestoreinventory.usage": "Restores the player inventory with the last known grave\n/tbrestoreinventory [player]", + "tombstone.command.tbrecovery.usage": "Backups and restores players\n/tbrecovery |load_player [save]>", + "tombstone.command.tbknowledge.usage": "Adjusts the Knowledge of Death of a player\n/tbknowledge \nSets the player alignment\n/tbknowledge <-4; 4>\nYou can also reset the Ankh cooldown with /tbknowledge reset_ankh", + "tombstone.command.tbsiege.usage": "Launches or interrupt a village siege\n/tbsiege [dim]", + "tombstone.command.tbrevivefamiliar.usage": "Revives the last dead familiar of a player\n/tbrevivefamiliar ", + "tombstone.command.tbacceptteleport.usage": "This command shouldn't be called manually", + "tombstone.command.tbrequestteleport.usage": "Send authorization request to teleport to another player\n/tbrequestteleport ", + "tombstone.command.tbteleport.death.usage": "Teleports to your last death location\n/tbteleport death", + "tombstone.command.tbbind.usage": "Binds your current location or teleport to one of 5 possible bound locations\n/tbbind ", + "tombstone.compendium.intro": "The Compendium is a collection of information about Tombstone to help new players.\nEach information is linked to several others in the right hand menu for a consistent reading.", + "tombstone.compendium.alignment.desc": "The alignment depends on the actions performed by the player.\nAlignment increases:\n- by using a soul receptacle on a grave to free the soul\n- by killing pillagers and zombies during a village siege\n- by exorcising a zombie-villager with the Ankh prayer\n- by protecting a villager with the Ankh prayer\nAlignment decreases:\n- by killing villagers\n- by using a tablet of cupidity\n- by plundering an abandoned player grave without the key\nThe citizens and raiders of Minecolonies are considered to be villagers and pillagers, respectively.\nIt can unlock some perks or allow to use some magical items.\nEach level of alignment also reduces the damage done by undead / living creatures depending on your side of alignment.\nThe damage reduction does not affect those of others players.", + "tombstone.compendium.ankh_of_pray.desc": "The Ankh of Pray is an item allowing to earn Knowledge of Death but with a cooldown.\nWhen the Ankh is usable, it can be used to pray near a Decorative Grave or on some creatures based on your alignment.\nIt can also be used to reset your assigned Perks by using it on a Grave Soul.", + "tombstone.compendium.bone_needle.desc": "The bone needle is a tool used to create a magical bind with a creature by capturing a small part of its essence.\nThe needle once filled with this essence can modify an impregnated diamond before using it in more complex recipes like the familiar receptacle.", + "tombstone.compendium.book_of_disenchantment.desc": "The book can extract enchantments from an item when in contact with a Grave Soul.\nThe item to be disenchanted must be held in your right hand.\nThe Perk Scribe allows you to remove one more enchantment by level.", + "tombstone.compendium.book_of_recycling.desc": "With the help of a Grave Soul, the book allows to recycle the pile of items in your other hand in order to collect its crafting ingredients.\nThe item to be recycled cannot be a container.\nIf any enchantments are present on this item, they will be lost.", + "tombstone.compendium.book_of_repairing.desc": "The book allows you to repair your items and erase the wear and tear left by non-magical methods.", + "tombstone.compendium.book_of_magic_impregnation.desc": "The book allows you to enchant or strengthen the magic contained in certain enchantable items as well as arrows.", + "tombstone.compendium.combination.title": "Combination", + "tombstone.compendium.combination.desc": "Some recipes are not used at the Crafting Table but by directly combining the ingredient on the item in the inventory (similar to the action of filling a bundle).\nFor example, you can enchant a Grave Key by combining on it an Ender Pearl.\nYou can view theses recipes by hovering the item to display the tooltip or by using a mod that displays the recipes like Just Enough Items.", + "tombstone.compendium.enchanted_bundle.desc": "The Bundle can be enchanted with a Grave Soul allowing it to follow you beyond death with all its contents.", + "tombstone.compendium.grave_marble.desc": "The Grave Marble is a crafting ingredient to build Decorative Graves.\nIt's also possible to craft White Marble by adding Bone Meal to the recipe.\nThe Grave Marble is really resistant to explosions.", + "tombstone.compendium.death.title": "Die in Tombstone", + "tombstone.compendium.death.desc": "When a player dies, a grave is created containing all lost items.\nThe player reappears with the Grave Key allowing to teleport if enchanted, as well as a Ghostly Shape effect preventing creatures from attacking you.\nThe amount of experience lost is defined in the config and adjusted by the Perk Memento Mori by 20 %% per level allowing to reach 100 %%.", + "tombstone.compendium.decorative_grave.desc": "Decorative Graves are special blocks that emit smoke at night.\nThey can be harvested with a pickaxe or shovel.\nYou can engrave them with a Grave Plate.\nThe Decorative Graves are sometimes haunted by a soul (defined by the config) that can be used to enchant certain magical items such as the Grave Key, Scrolls and Tablets.\nThe chance to have a soul on a decorative grave is not influenced if the chunk is unloaded.", + "tombstone.compendium.dust_of_vanishing.desc": "The Dust of Vanishing allows an easy retreat by disappearing from the eyes of creatures in a cloud of smoke, and reappearing a few steps behind your old position.", + "tombstone.compendium.dust_of_frost.desc": "The Dust Of Frost allows an easy retreat by creating a wall of snow powder, and teleports you a few steps behind your old position.", + "tombstone.compendium.enchantments.title": "Enchantments", + "tombstone.compendium.enchantments.desc": "Most of enchantments in Tombstone can only be found as loot by default.\nEach enchantment is set to only work at specific equipment slots.\nThe config makes it possible to change the maximum level, to nerf them, or to allow them at enchanting table.", + "tombstone.compendium.soulbound.desc": "Items with this enchantment remain on you when you die", + "tombstone.compendium.spectral_bite.desc": "Each time you're hit, you have a chance to trigger Spectral Bite on the attacker.", + "tombstone.compendium.magic_siphon.desc": "Each hit on a creature has a chance, depending on the level of the enchantment, to steal a magical effect from the creature (potions count as magical effect).", + "tombstone.compendium.plague_bringer.desc": "Each hit on a creature has a chance to apply a random harmful effect.\nThe wearer is also affects by this effect if his alignment is not bad(configurable).\nThis enchantment is incompatible with Magic Siphon.", + "tombstone.compendium.curse_of_bones.desc": "Each time you're hit, you have a chance to get an effect Bone Shield protecting against melee damages and reflecting a part.\nThere's a delay to get the Bone Shield again.", + "tombstone.compendium.blessing.desc": "Each time you're hit, you have a chance to get a short buff with a cooldown delay.\nThe effect depends on the number of pieces of armor equiped with this enchantment.", + "tombstone.compendium.frostbite.desc": "Each time you hit an enemy, there's a chance to apply a freezing effect.", + "tombstone.compendium.familiar_receptacle.desc": "This receptacle can capture the soul of one of your dead familiar and all its possessions.\nThe soul contained in the receptacle must then recover by slowly absorbing the vital essence of the wearer.\nThe most common use of the receptacle is to bring this familiar back to life by praying with the Ankh.\nOn dedicated servers, the familiar receptacle can capture even if you're offline.", + "tombstone.compendium.fishing_rod_of_misadventure.desc": "This fishing rod seems to be bad luck fishing.\nEnchanting the item with a Grave Soul seems to worsen this bad luck.", + "tombstone.compendium.ghostly_shape.desc": "Ghostly Shape is an neutral effect received after a death that prevents creatures from attacking you, slowing falls, negating harmful effects and damage received, and grants True Sight.\nThe duration of the effect is reduced to 10 seconds when teleporting with a Grave Key (configurable) and to 5 seconds when pickup items from a grave.\nThe effect is canceled if you attack a creature.\nDepending on your configuration, the effect will also be negated if you open a chest, break a block, or push a hostile creature.", + "tombstone.compendium.essence_of_undeath.desc": "The Essence of Undeath is a crafting ingredient to build Decorative Graves.\nIt can be dropped rarely from the undead creatures, by fishing in deep water or with cat morning gifts.", + "tombstone.compendium.grave_dust.desc": "The Grave Dust is a crafting ingredient used in several recipes such as Grave Marble, Scrolls and Tablets.\nIt can be dropped from the undead creatures, with cat morning gifts and sometimes when the lost tablets break.", + "tombstone.compendium.grave_key.desc": "After you reappear from a death, you receive the Grave Key.\nThis allows you to locate your grave at a distance when you are in the same dimension.\nThe key can be enchanted with a Soul haunting a Decorative Grave, or by combining an Ender Pearl, allowing you to teleport directly to your grave.\nThe key has a chance to be directly enchanted defined in the config and adjusted by the Perk Jailer of 20 %% per level to reach 100 %%.", + "tombstone.compendium.grave_plate.desc": "The Grave Plate allows you to set a name on a Decorative Grave.\nThey can be switched if allowed in config. You need first to engrave the Grave Plate by using an anvil and an iron ingot.", + "tombstone.compendium.impregnated_diamond.desc": "Impregnated Diamond is a crafting ingredient to create some receptacles.\nIt can be combined with an Impregnated Bone Needle", + "tombstone.compendium.halloween.title": "Halloween", + "tombstone.compendium.halloween.desc": "The Halloween events run from October 20 to November 3.\nDuring the Halloween period:\n- Grave Guardians exchanges new items and disguises themselves for the occasion.\n- Grave Keys are always enchanted when respawning from a death.\n- pray on a Decorative Grave always provides a buff\n- some lollipops can drop from undead and Cat Morning Gift\n- multiple Perks are increased.\n- the chance to get a Blue Soul is increased.\n- ghosts appears during night to haunt players that don't pray on graves\n- some advancements\n- Decorative Graves have special decorations", + "tombstone.compendium.april_fools_day.title": "April Fools' Day", + "tombstone.compendium.april_fools_day.desc": "During April Fools' Day:\n- all graves throw bones that slow down players\n- praying on a Decorative Grave will give you the effect Bad Omen as well as a chance to receive a random familiar\n- the Perk Treasure Seeker is at the maximum level\n- a reward awaits players the next day for this event", + "tombstone.compendium.christmas.desc": "Christmas events take place during the month of December from the 6th.\nDuring the Christmas period:\n- Grave Guardians exchanges new items and disguises themselves for the occasion\n- the Perk Shadow Walker is increased by 3 and the Perk Treasure Seeker is at the maximum level\n- some advancements\n- Decorative Graves have special decorations", + "tombstone.compendium.knowledge_of_death.desc": "The Knowledge of Death is a list of unlockable Perks by progressing in by various ways:\n- with the Ankh of Pray\n- by completing the advancements of Tombstone\n- by enchanting items with Decorative Graves\n- by releasing a Soul from a Soul Receptacle.\nThe Knowledge of Death also increases the minimum time without sleeping for phantom to spawn near player by 10%% for each level (if the config allows it)", + "tombstone.compendium.lollipop.desc": "Halloween lollipops provide a random benefit.\nIt is possible to configure the effects that should not be granted in the config.", + "tombstone.compendium.lost_tablet.desc": "These tablets tend to be found by unlucky fishermen.\nFirst, they must recover their energy by absorbing slowly the vital essence of the wearer.\nThen, they can lead to remote villages, or rarer structures, or even in other worlds if config allows it.\nThe Perk Treasure Seeker allows you to find rare structures more often.\nEnhance the tablet with a Grave Soul can teleport to this place.", + "tombstone.compendium.magic_items.title": "Magic Items", + "tombstone.compendium.magic_items.desc": "Most Tombstone items can be enchanted with the help of Grave Soul that are haunting randomly Decorative Graves, by using the item on the grave with a right click.", + "tombstone.compendium.magic_scrolls.title": "Magic Scrolls", + "tombstone.compendium.magic_scrolls.desc": "Once enchanted with a Grave Soul, they can provide an effect by holding the right mouse button, destroying the scroll at the same time.\nThe duration of the scrolls can be defined in config.", + "tombstone.compendium.magic_tablets.title": "Magic Tablets", + "tombstone.compendium.magic_tablets.desc": "Once enchanted, they allow to teleport in various ways.\nIn ancient time, tablets had the ability to transport multiple creatures, but not one remembers the secret of their creation.", + "tombstone.compendium.magic_books.title": "Magic Books", + "tombstone.compendium.magic_books.desc": "They must be used in offhand, with the aid of a Grave Soul, in order to apply their effect to the item in the main hand.\nThe book is destroyed when the effect occurs.\nThe perk Scribe enhances the effect of books.", + "tombstone.compendium.perk.title": "Perks", + "tombstone.compendium.perk.desc": "Perks are bonuses related to the Tombstone features that can be obtained with your Knowledge of Death points.", + "tombstone.compendium.prayer.title": "Prayer", + "tombstone.compendium.prayer.desc": "The Ankh allows you to use prayers by period.\nYou can pray near a Decorative Grave giving you a chance to receive a beneficial effect (configurable) or on certain creatures depending on your alignment.\nIf your alignment is neutral or better, you can use Exorcism to convert a zombie-villager into a villager (or Zombify doing the opposite if your alignment is negative.\nIf your alignment is +1, you can use Prayer of Protection on a villager (or citizen of Minecolonies) preventing its next death.\nIf your alignment is +2, you can use Prayer of Empathy to rally a tameable creature.", + "tombstone.compendium.scroll_of_feather_fall.desc": "This scroll gives you an effect slowing down your falls.", + "tombstone.compendium.scroll_of_knowledge.desc": "This scroll is used to preserve your experience.\nWhen you make contact with a Grave Soul, all your experience will be drained by the scroll.\nUse again the scroll will restore this experience.", + "tombstone.compendium.scroll_of_preservation.desc": "This scroll gives you an effect to keep your beneficial effects after a death.\nIt is possible to configure the effects that should not be restored in the config.", + "tombstone.compendium.scroll_of_purification.desc": "This scroll gives you an effect to remove your negative effects throughout its duration.", + "tombstone.compendium.scroll_of_true_sight.desc": "This scroll lets you in the dark, in the fog and under the water.\nIt also reveals invisible creatures.", + "tombstone.compendium.scroll_of_unstable_intangibility.desc": "This scroll gives you an effect making you invulnerable for a full second every 5 seconds.", + "tombstone.compendium.scroll_of_reach.desc": "This scroll gives you an effect increasing the range to hit creatures or to harvest.", + "tombstone.compendium.scroll_of_lightning_resistance.desc": "This scroll reduces damage taken by lightning by 75%.", + "tombstone.compendium.scroll_of_frost_resistance.desc": "This scroll reduces damage taken by frost by 75%.", + "tombstone.compendium.scroll_of_aquatic_life.desc": "This scroll allows you to move freely and breathe in the water.", + "tombstone.compendium.scroll_of_mercy.desc": "This scroll allows you to share your beneficial effects among your nearby allies.", + "tombstone.compendium.soul.title": "Grave Soul", + "tombstone.compendium.soul.desc": "Some souls are sometimes condemned to wander the world of mortals, and end up haunting places like Decorative Graves.\nThese souls can help you, by activating the magic of some of your items, freeing them from their eternal destiny.\nIt's possible to find them trapped in a Soul Receptacle.\nSome souls are stronger and can provide an enhanced effect to the item.", + "tombstone.compendium.grave_guardian.desc": "Rarely, a Grave Guardian can appear near a decorative grave.\nThis guardian will protect the surroundings from hostile creatures and will offer to trade with the players.\nDuring special events, the trades may differ.", + "tombstone.compendium.soul_receptacle.desc": "Some stories say that necromancers sometimes imprison souls in a receptacle to prevent them from dying.\nMake freedom to these souls by bringing them back to a Decorative Grave gives 10 Death Knowledge Points.\nIt is possible to find out on undead bosses.", + "tombstone.compendium.special_bonus.title": "Special Bonuses", + "tombstone.compendium.special_bonus.desc": "Some bonuses are awarded at certain times of the year and other reasons necessary for the continuity of Tombstone.", + "tombstone.compendium.strange_scroll.desc": "The Strange Scroll is used to craft Magic Scrolls by combining in inventory.", + "tombstone.compendium.strange_tablet.desc": "The Strange Tablet is used to craft Magic Tablets by combining in inventory.", + "tombstone.compendium.tablet_of_assistance.desc": "The Tablet of Assistance allows you to teleport to a player.\nFor this, it must be enchanted with a Grave Soul and then the name of the player must be engraved with the Anvil and a Grave Dust.", + "tombstone.compendium.tablet_of_home.desc": "The Tablet of Home allows you to teleport to your respawn point.", + "tombstone.compendium.tablet_of_recall.desc": "The Tablet of Recall allows you to teleport to a Decorative Grave.", + "tombstone.compendium.tablet_of_cupidity.desc": "The Tablet of Cupidity allows you to teleport to places where fortune could smile at you, but also bring your loss.", + "tombstone.compendium.voodoo_poppet.desc": "The Voodoo Poppet helps protect against certain types of death.\nOnce crafted, you can apply protections and enchant it with Grave Soul to seal the magic.\nThe chance to trigger is 50% + 10 % per level in the Perk Witch Doctor.\nEach protection confers different beneficial effects when triggered, the duration of theses effects being configurable.\nThe item remains enchanted until destroyed after all protections have been triggered.", + "stat.tombstone.capture_soul": "Captured Souls", + "stat.tombstone.consume_soul": "Consumed Souls", + "stat.tombstone.create_ancient_item": "Ancient Items Created", + "stat.tombstone.exorcism": "Exorcisms", + "stat.tombstone.free_soul": "Freed Souls", + "stat.tombstone.kill_undead_boss": "Undead Boss Kills", + "stat.tombstone.pray_of_protection": "Villager Protected", + "stat.tombstone.pray_on_grave": "Prayers On Grave", + "stat.tombstone.raider_killed": "Raider Kills", + "stat.tombstone.revive_familiar": "Revived Familiars", + "stat.tombstone.sneak_grave": "Discreetly Recovered Tombs", + "stat.tombstone.steal_effect": "Stolen Effects", + "stat.tombstone.tomb_raiding": "Raided Tombs", + "stat.tombstone.undead_killed": "Undead Kills", + "stat.tombstone.use_disenchantment": "Magic Disenchantments", + "stat.tombstone.use_recycling": "Magic Recycling", + "stat.tombstone.use_repairing": "Magic Repairing", + "stat.tombstone.use_magic_impregnation": "Magic Impregnation", + "stat.tombstone.use_vanishing": "Vanishing", + "stat.tombstone.villager_killed": "Villager Kills", + "stat.tombstone.zombify": "Zombified Villagers", + "stat.tombstone.prayer_of_empathy": "Prayer of Empathy", + "stat.tombstone.prayer_of_undead": "Prayer of Undead", + "stat.tombstone.trade_grave_guardian": "Grave Guardian Trades", + "stat.tombstone.eaten_lollipop": "Eaten Lollipop", + "stat.tombstone.traded_lollipop": "Traded Lollipop", + "stat.tombstone.cast_on_ally": "Spells cast on allies", + "entity.tombstone.grave_guardian": "Grave Guardian", + "entity.tombstone.cloud": "Cloud", + "config.jade.plugin_tombstone.graves": "Plugin Corail Tombstone" +}