Skip to content

Commit

Permalink
⚡ Provide lang keys for config
Browse files Browse the repository at this point in the history
  • Loading branch information
Autovw committed Nov 5, 2024
1 parent 4652df4 commit 7d5fa59
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 64 deletions.
40 changes: 36 additions & 4 deletions Common/src/main/resources/assets/advancednetherite/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,42 @@
"advancements.advancednetherite.nether.obtain_netherite_diamond_block.title": "A very expensive block",
"advancements.advancednetherite.nether.obtain_netherite_diamond_block.description": "Obtain a Netherite-Diamond Block",

"config.advancednetherite.client.show_tooltips": "If true, displays tooltips, added by Advanced Netherite, with perks client-side.",
"config.advancednetherite.client.matching_durability_bars": "If true, displays a (color) matching durability bar underneath the item when damaged.",
"config.advancednetherite.client.enable_search_bar": "If true, enables a search bar in the Advanced Netherite creative tab.",
"config.advancednetherite.client.force_disable_dab_support": "If true, forcefully disables support for Detail Armor Bar mod. Requires the game to be restarted.",
"config.advancednetherite.client": "Client config",
"config.advancednetherite.client.show_tooltips": "Show tooltips added by this mod",
"config.advancednetherite.client.matching_durability_bars": "Display a matching durability bar color underneath the item",
"config.advancednetherite.client.enable_search_bar": "Enable search bar in Advanced Netherite creative tab",
"config.advancednetherite.client.force_disable_dab_support": "Forcefully disable Detail Armor Bar (mod) support",

"config.advancednetherite.common": "Common config",
"config.advancednetherite.common.additional_drops": "Additional drops",
"config.advancednetherite.common.additional_drops.enable_additional_crop_drops": "Enable additional crop drops",
"config.advancednetherite.common.additional_drops.enable_additional_ore_drops": "Enable additional ore drops",
"config.advancednetherite.common.additional_drops.enable_additional_mob_drops": "Enable additional mob drops",

"config.advancednetherite.server": "Server config",
"config.advancednetherite.server.tool_properties": "Tool properties",
"config.advancednetherite.server.tool_properties.breaking_speed_multipliers": "Breaking speed multipliers",
"config.advancednetherite.server.tool_properties.breaking_speed_multipliers.netherite_iron": "Block breaking speed multiplier for Netherite-Iron tools",
"config.advancednetherite.server.tool_properties.breaking_speed_multipliers.netherite_gold": "Block breaking speed multiplier for Netherite-Gold tools",
"config.advancednetherite.server.tool_properties.breaking_speed_multipliers.netherite_emerald": "Block breaking speed multiplier for Netherite-Emerald tools",
"config.advancednetherite.server.tool_properties.breaking_speed_multipliers.netherite_diamond": "Block breaking speed multiplier for Netherite-Diamond tools",
"config.advancednetherite.server.additional_drops": "Additional drops",
"config.advancednetherite.server.additional_drops.crops": "Additional crop drops",
"config.advancednetherite.server.additional_drops.crops.wheat_drop_chance": "Additional wheat drop chance",
"config.advancednetherite.server.additional_drops.crops.carrots_drop_chance": "Additional carrots drop chance",
"config.advancednetherite.server.additional_drops.crops.potatoes_drop_chance": "Additional potatoes drop chance",
"config.advancednetherite.server.additional_drops.crops.beetroots_drop_chance": "Additional beetroots drop chance",
"config.advancednetherite.server.additional_drops.mobs": "Additional mob drops",
"config.advancednetherite.server.additional_drops.mobs.phantom_drop_chance": "Additional Phantom drops chance",
"config.advancednetherite.server.additional_drops.mobs.zombified_piglin_drop_chance": "Additional Zombified Piglin drops chance",
"config.advancednetherite.server.additional_drops.mobs.piglin_drop_chance": "Additional Piglin drops chance",
"config.advancednetherite.server.additional_drops.mobs.enderman_drop_chance": "Additional Enderman drops chance",
"config.advancednetherite.server.additional_drops.ores": "Additional ore drops",
"config.advancednetherite.server.additional_drops.ores.raw_iron_drop_chance": "Additional Raw Iron drop chance",
"config.advancednetherite.server.additional_drops.ores.raw_gold_drop_chance": "Additional Raw Gold drop chance",
"config.advancednetherite.server.additional_drops.ores.emerald_drop_chance": "Additional Emerald drop chance",
"config.advancednetherite.server.additional_drops.ores.diamond_drop_chance": "Additional Diamond drop chance",
"config.advancednetherite.server.additional_drops.ores.gold_nugget_drop_chance": "Additional Gold Nuggets drop chance",

"config.advancednetherite.screen.description.top": "Install %s mod to edit the config added by %s from within the game.",
"config.advancednetherite.screen.description.bottom": "View the wiki page for instructions.",
Expand Down
Loading

0 comments on commit 7d5fa59

Please sign in to comment.