From 0ff8d098563c696c0d6fdd1f10448568a8c9646d Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sat, 9 Aug 2025 10:33:36 +1000 Subject: [PATCH 1/2] add translation keys --- kubejs/assets/tfg/lang/en_us.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 2aecd8172..b2b6b7521 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -970,6 +970,13 @@ "tfg.grapplemod.downgrades.vertical_throwing_angle": "Decreases the §lVertical Throwing Angle§r of the hook by 5°, down to 0°.", "tfg.grapplemod.upgrades.angle": "Increases the §lHorizontal Angle§r for throwing your §lDouble Hooks§r by 5°, up to 90°.\nOnly accessible with a §lDouble Hook§r installed.", "tfg.grapplemod.downgrades.angle": "Decreases the §lHorizontal Angle§r for throwing your §lDouble Hooks§r by 5°, down to 5°°.\nOnly accessible with a §lDouble Hook§r installed.", + "tfg.emi.ore_veins.rock_types": "Found in rock types:", + "tfg.emi.ore_veins.rarity": "Rarity:", + "tfg.emi.ore_veins.density": "Density:", + "tfg.emi.ore_veins.y_ranges": "Depth:", + "tfg.emi.ore_veins.size": "Size:", + "tfg.emi.ore_veins.height": "Height:", + "tfg.emi.ore_veins.radius": "Radius:", "quests.ae2": "Applied Energistics 2", "quests.ae2.subtitle": "The strongest tool to help you with GregTech, unlocked after your first trip to the moon", "quests.ae2.certus_quartz.title": "Certus Quartz", From 253414026d573823688d77b5958e3534ecc42694 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sat, 9 Aug 2025 10:44:20 +1000 Subject: [PATCH 2/2] lang key update --- kubejs/assets/tfg/lang/en_us.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index b2b6b7521..5102917c3 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -971,12 +971,12 @@ "tfg.grapplemod.upgrades.angle": "Increases the §lHorizontal Angle§r for throwing your §lDouble Hooks§r by 5°, up to 90°.\nOnly accessible with a §lDouble Hook§r installed.", "tfg.grapplemod.downgrades.angle": "Decreases the §lHorizontal Angle§r for throwing your §lDouble Hooks§r by 5°, down to 5°°.\nOnly accessible with a §lDouble Hook§r installed.", "tfg.emi.ore_veins.rock_types": "Found in rock types:", - "tfg.emi.ore_veins.rarity": "Rarity:", - "tfg.emi.ore_veins.density": "Density:", - "tfg.emi.ore_veins.y_ranges": "Depth:", - "tfg.emi.ore_veins.size": "Size:", - "tfg.emi.ore_veins.height": "Height:", - "tfg.emi.ore_veins.radius": "Radius:", + "tfg.emi.ore_veins.rarity": "Rarity: %d", + "tfg.emi.ore_veins.density": "Density: %d", + "tfg.emi.ore_veins.y_ranges": "Depth: %d-%d", + "tfg.emi.ore_veins.size": "Size: %d", + "tfg.emi.ore_veins.height": "Height: %d", + "tfg.emi.ore_veins.radius": "Radius: %d", "quests.ae2": "Applied Energistics 2", "quests.ae2.subtitle": "The strongest tool to help you with GregTech, unlocked after your first trip to the moon", "quests.ae2.certus_quartz.title": "Certus Quartz",