From a21f9bb7e62b461154a25599a8507ca035fdd463 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 8 Jun 2020 17:15:02 +0200 Subject: devtest: Improve tool and formspec usability also fix the yawsprite test entity --- games/devtest/mods/basetools/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'games/devtest/mods/basetools') diff --git a/games/devtest/mods/basetools/init.lua b/games/devtest/mods/basetools/init.lua index d9d9afb07..c5b4cd76c 100644 --- a/games/devtest/mods/basetools/init.lua +++ b/games/devtest/mods/basetools/init.lua @@ -54,6 +54,7 @@ minetest.register_tool("basetools:pick_mese", { choppy={times={[1]=0.0, [2]=0.0, [3]=0.0}, maxlevel=255}, dig_immediate={times={[1]=0.0, [2]=0.0, [3]=0.0}, maxlevel=255}, }, + damage_groups = {fleshy=100}, }, }) -- cgit v1.2.3