From 1c50edd51263fd5ee5e26518fb62b020c2518042 Mon Sep 17 00:00:00 2001 From: Matheus Heidemann Date: Mon, 9 Jan 2023 17:01:55 -0300 Subject: [PATCH] 1.0.1 - Added config to change the HUD x and y --- src/main/resources/assets/itsthirst/lang/en_us.json | 1 + src/main/resources/assets/itsthirst/lang/fr_fr.json | 1 + src/main/resources/assets/itsthirst/lang/pt_br.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/main/resources/assets/itsthirst/lang/en_us.json b/src/main/resources/assets/itsthirst/lang/en_us.json index 0651fbf..a3b2048 100644 --- a/src/main/resources/assets/itsthirst/lang/en_us.json +++ b/src/main/resources/assets/itsthirst/lang/en_us.json @@ -6,6 +6,7 @@ "text.autoconfig.itsthirst.category.stack_settings": "Stack Bottles Settings", "text.autoconfig.itsthirst.category.food_and_drink_settings": "Food and Drink Settings", "text.autoconfig.itsthirst.category.nether_settings": "Nether Settings", + "text.autoconfig.itsthirst.category.hud_position_settings": "HUD Position Settings", "text.autoconfig.itsthirst.option.damage_from_thirst": "Damage from empty thirst", diff --git a/src/main/resources/assets/itsthirst/lang/fr_fr.json b/src/main/resources/assets/itsthirst/lang/fr_fr.json index 8c11696..75a67e6 100644 --- a/src/main/resources/assets/itsthirst/lang/fr_fr.json +++ b/src/main/resources/assets/itsthirst/lang/fr_fr.json @@ -6,6 +6,7 @@ "text.autoconfig.itsthirst.category.stack_settings": "Paramètres de pilles de bouteilles", "text.autoconfig.itsthirst.category.food_and_drink_settings": "Paramètres d'hydratation des aliments et des boissons", "text.autoconfig.itsthirst.category.nether_settings": "Paramètres de Nether", + "text.autoconfig.itsthirst.category.hud_position_settings": "Paramètres de position du HUD", "text.autoconfig.itsthirst.option.damage_from_thirst": "Dégâts de Soif", diff --git a/src/main/resources/assets/itsthirst/lang/pt_br.json b/src/main/resources/assets/itsthirst/lang/pt_br.json index 9e266ad..9f4fb3c 100644 --- a/src/main/resources/assets/itsthirst/lang/pt_br.json +++ b/src/main/resources/assets/itsthirst/lang/pt_br.json @@ -6,6 +6,7 @@ "text.autoconfig.itsthirst.category.stack_settings": "Configurações de Stack de Garrafas", "text.autoconfig.itsthirst.category.food_and_drink_settings": "Configurações de Comidas e Bebidas Hidratantes", "text.autoconfig.itsthirst.category.nether_settings": "Configurações do Nether", + "text.autoconfig.itsthirst.category.hud_position_settings": "Configurações de posição do HUD", "text.autoconfig.itsthirst.option.damage_from_thirst": "Dano da sede",