From 29449eb8d4d878dad3d5d5bedef228f918b3dd89 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 6 Mar 2019 05:14:31 +0100 Subject: [PATCH 1/3] Remove console spam from mcl_loot --- mods/CORE/mcl_loot/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/mods/CORE/mcl_loot/init.lua b/mods/CORE/mcl_loot/init.lua index 3b52e365..35c72539 100644 --- a/mods/CORE/mcl_loot/init.lua +++ b/mods/CORE/mcl_loot/init.lua @@ -114,9 +114,6 @@ local function get_random_slots(max_slot) table.insert(slots_out, slots[r]) table.remove(slots, r) end - for s=1, #slots_out do - print(slots_out[s]) - end return slots_out end From 520df43679d338d9846a65b4558dd1f27131a037 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 6 Mar 2019 06:25:03 +0100 Subject: [PATCH 2/3] Fix mcl_meshhand race condition --- mods/PLAYER/mcl_meshhand/init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mods/PLAYER/mcl_meshhand/init.lua b/mods/PLAYER/mcl_meshhand/init.lua index 1e318a5b..87b9e692 100644 --- a/mods/PLAYER/mcl_meshhand/init.lua +++ b/mods/PLAYER/mcl_meshhand/init.lua @@ -17,11 +17,6 @@ if has_mcl_skins == true then }) end --change the player's hand to their skin - minetest.register_on_joinplayer(function(player) - local skin = mcl_skins.skins[player:get_player_name()] - player:get_inventory():set_stack("hand", 1, "mcl_meshhand:"..skin) - end) - mcl_skins.register_on_set_skin(function(player, skin) local name = player:get_player_name() player:get_inventory():set_stack("hand", 1, "mcl_meshhand:"..skin) From 235c55779889c2aa9f6388df7d749561fdd4c761 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 7 Mar 2019 02:47:56 +0100 Subject: [PATCH 3/3] Version 0.48.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a70ceef..d08d9016 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An unofficial Minecraft-like game for Minetest. Forked from MineClone by daredevils. Developed by Wuzzy and contributors. Not developed or endorsed by Mojang AB. -Version: 0.48.0 +Version: 0.48.1 ### Gameplay You start in a randomly-generated world made entirely of cubes. You can explore