From 2479563593420c45dfd6e853e29531edbc532399 Mon Sep 17 00:00:00 2001 From: L1Z0 <2grif484d@mozmail.com> Date: Thu, 6 Aug 2026 23:28:16 +0200 Subject: [PATCH] added second example --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cf5db4..9e68d0f 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ These are included in the lang files in the default pack and overwrite the keys As a reminder, please double check that things are really translation mistakes. Some keys might look wrong but make sense in the context so compare it to the english counterpart. Example: +```json + "item.needsofnature.accessory.tooltip.liquid_decay_reduced": "Cum decay %s", + "item.needsofnature.accessory.tooltip.liquid_decay_increased": "Cum decay %s", +``` ```json "item.needsofnature.accessory.tooltip.player_energy_gain.increased": "Heat buildup %s", "item.needsofnature.accessory.tooltip.player_energy_gain.reduced": "Heat buildup %s", ``` - These might look incorrect but with `%s` inserted it will be things like -"Heat buildup +10%" and "Heat buildup -25%" so keep that in mind when looking for errors. \ No newline at end of file +"Heat buildup -10%" and "Cum decay +25%" so keep that in mind when looking for errors. \ No newline at end of file