From 347b6a588421b8ebcea899137b349c839b11a80c Mon Sep 17 00:00:00 2001 From: maggi373 <40539743+maggi373@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:09:23 +0100 Subject: [PATCH 1/3] fix hold tooltip not translating --- src/main/java/mekanism/common/item/ItemBlockOre.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/mekanism/common/item/ItemBlockOre.java b/src/main/java/mekanism/common/item/ItemBlockOre.java index 4146265b638..7a4e0affb80 100644 --- a/src/main/java/mekanism/common/item/ItemBlockOre.java +++ b/src/main/java/mekanism/common/item/ItemBlockOre.java @@ -41,7 +41,7 @@ public void addInformation(ItemStack itemstack, EntityPlayer entityplayer, List { if(!MekKeyHandler.getIsKeyPressed(MekanismKeyHandler.sneakKey)) { - list.add("Hold " + EnumColor.AQUA + GameSettings.getKeyDisplayString(MekanismKeyHandler.sneakKey.getKeyCode()) + EnumColor.GREY + LangUtils.localize("tooltip.forDetails") + "."); + list.add(LangUtils.localize("tooltip.hold") + " " + EnumColor.AQUA + GameSettings.getKeyDisplayString(MekanismKeyHandler.sneakKey.getKeyCode()) + EnumColor.GREY + LangUtils.localize("tooltip.forDetails") + "."); } else { list.addAll(MekanismUtils.splitTooltip(LangUtils.localize("tooltip." + getUnlocalizedName(itemstack).replace("tile.OreBlock.", "")), itemstack)); From c601d683fe9da5e4a8340fb0c4109cb42cfae87d Mon Sep 17 00:00:00 2001 From: maggi373 <40539743+maggi373@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:12:46 +0100 Subject: [PATCH 2/3] bump version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b71a61230ec..c4d2a16130c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ FMP_version=1.2.0.345 CCLIB_version=1.1.3.141 NEI_version=1.0.5.120 CCC_version=1.0.7.48 -mod_version=9.10.35 -alt_version=9, 10, 35 \ No newline at end of file +mod_version=9.10.36 +alt_version=9, 10, 36 \ No newline at end of file From f22906fdbdf5da0190a3078a34129497e79af4b5 Mon Sep 17 00:00:00 2001 From: maggi373 <40539743+maggi373@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:12:50 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2c38a4c7953..f8d1d7b493f 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Note that changes not by the mekanism ce team has been added by us from their re + Plat Compat Shenanigans in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/142 + Patch Personal Chest dupe in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/143 + Fixed lag with in heat transferring devices https://github.com/Thorfusion/Mekanism-Community-Edition/pull/158 ++ Fix hold in tooltip not being translated https://github.com/Thorfusion/Mekanism-Community-Edition/pull/167 #### leytilera + universal cable connection to IC2 @@ -162,6 +163,14 @@ Note that changes not by the mekanism ce team has been added by us from their re + Additional checks for IC2 api and cofhcore in ChargeUtils before using them fixes mekanism#4785 Thorfusion#118 + Fix Gas Registry Lookup Performance in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/138 +#### Omgise +* Update zh_CN.lang in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/162 + +#### Bedrockbreaker +* Add missing Gas API methods in https://github.com/Thorfusion/Mekanism-Community-Edition/pull/166 + + + ## All contributors get capes # License