From 886a717b30ec7e1b33ef9391da816158b4fedcab Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 25 May 2017 02:27:10 +0200 Subject: [PATCH] Remove blabla in mcl_autogroup --- mods/CORE/mcl_autogroup/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CORE/mcl_autogroup/init.lua b/mods/CORE/mcl_autogroup/init.lua index f53fd37c1..f6d0e259b 100644 --- a/mods/CORE/mcl_autogroup/init.lua +++ b/mods/CORE/mcl_autogroup/init.lua @@ -9,7 +9,7 @@ Specifically, this mod has 2 purposes: --[[ Mining times. Yeah, mining times … Alright, this is going to be FUN! This mod does include a HACK to make 100% sure the digging times of all tools match Minecraft's perfectly. -The digging times system of Minetest is very different, so this weird group trickery has to be used.so this weird group trickery has to be used.so this weird group trickery has to be used.so this weird group trickery has to be used. +The digging times system of Minetest is very different, so this weird group trickery has to be used. In Minecraft, each block has a hardness and the actual Minecraft digging time is determined by this: 1) The block's hardness 2) The tool being used