From 0357243c2ed9b00b115f20eba1b0c9e96ddbabe3 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 20 Aug 2022 20:58:43 +0200 Subject: [PATCH] Mods update (thanks to crabman77) * 3d_armor_classes: Translate mod client-side. Remove depends.txt. * awards - translate client-side, - fix typo, - remove typo translation. * food, food_sweet: Translate client-side mod, remove intllib support. * h2omes - Add translate client-side, 100% fr ok, - Add hell home to support hell mod, and better support to nether/hell coordinates, - Forbids teleportation between 2 worlds, - Add variable cooldown in minetest.conf. * homedecor_modpack: Fix spears visual bug issue #103. * mtfoods: Add translate client-side. Fix global var (code from original mod) * nalc - Translate many nalc_* mods and use function to register toolranks, - Update 3 nodes doors code with 2 nodes doors changes from default doors, - Replace function doors.door_toggle() with door_toggle() from nalc_doors(double doors gestion). - Replace function doors.on_skeleton_key_use() with new copied function in nalc_doors. * spears - Fix itemframes issue #103, - Fix deployer issue #104, - Fix deprecated function, - Fix bad/nonexistent collision detection on mobs/players, use collision box for very good detection, - Add translation client side. --- 3d_armor_classes | 2 +- awards | 2 +- food | 2 +- food_sweet | 2 +- h2omes | 2 +- homedecor_modpack | 2 +- mtfoods | 2 +- nalc | 2 +- spears | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/3d_armor_classes b/3d_armor_classes index 4245fe3..9198fef 160000 --- a/3d_armor_classes +++ b/3d_armor_classes @@ -1 +1 @@ -Subproject commit 4245fe355f549e51895399a1acef5f4afbabe345 +Subproject commit 9198fefb8270a608ddbd80ae82c7ac65ef4e18c4 diff --git a/awards b/awards index c6151ab..4da55e0 160000 --- a/awards +++ b/awards @@ -1 +1 @@ -Subproject commit c6151abbe96562811683b4383a0dd4c2dcdd9752 +Subproject commit 4da55e06e827be4f51f15a9e73d8ef74e4b23394 diff --git a/food b/food index 6a591b3..d336c53 160000 --- a/food +++ b/food @@ -1 +1 @@ -Subproject commit 6a591b3e1ec5302ed2a34a99b90b43a3b0801838 +Subproject commit d336c53e21ac318640c767ced0594a9611a8f9c8 diff --git a/food_sweet b/food_sweet index 55be412..e64d2c9 160000 --- a/food_sweet +++ b/food_sweet @@ -1 +1 @@ -Subproject commit 55be412c8417ebbff1ad4b02455425b8627da1e9 +Subproject commit e64d2c9f65d07c1afcbd7cf896fb58da67d6fa63 diff --git a/h2omes b/h2omes index a95392a..221138a 160000 --- a/h2omes +++ b/h2omes @@ -1 +1 @@ -Subproject commit a95392ad0e7dde4a7ac0815c6f1986e01bea430f +Subproject commit 221138ab76509e3b5529db242ee4cb5bec25c87b diff --git a/homedecor_modpack b/homedecor_modpack index 3b98245..78114b8 160000 --- a/homedecor_modpack +++ b/homedecor_modpack @@ -1 +1 @@ -Subproject commit 3b98245930b7c56e069e9963d9f8b220275b48fd +Subproject commit 78114b83cfae5be377ba1294bc11483505dc5e7b diff --git a/mtfoods b/mtfoods index 66fe798..3af50a7 160000 --- a/mtfoods +++ b/mtfoods @@ -1 +1 @@ -Subproject commit 66fe798f75304c6bb0bcccbb502c7dc046555d77 +Subproject commit 3af50a72ddce58152b704b46d7e496c4c91e09b9 diff --git a/nalc b/nalc index 120bcf9..0e09254 160000 --- a/nalc +++ b/nalc @@ -1 +1 @@ -Subproject commit 120bcf9bd3f2b48b0e631c63dcf82ae1040bac5e +Subproject commit 0e092543e3401f49c5373f5cde71f204266266e4 diff --git a/spears b/spears index e2182ca..2100c74 160000 --- a/spears +++ b/spears @@ -1 +1 @@ -Subproject commit e2182ca004c6fe34609b8ec66a3f49a2c21dd29a +Subproject commit 2100c74a21bfc447c8bd37476948caeca675d6d6