From 96c48520f25caf40878f074513d9d5821445007c Mon Sep 17 00:00:00 2001 From: stujones11 Date: Fri, 27 Dec 2013 23:43:25 +0000 Subject: [PATCH] Fix typo in default group definition --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b596452..3a1cbfe 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ dofile(minetest.get_modpath(minetest.get_current_modname()).."/meshnode.lua") -local gropus = {cracky=3, oddly_breakable_by_hand=3} +local groups = {cracky=3, oddly_breakable_by_hand=3} if MESHNODE_SHOW_IN_CREATIVE == false then groups.not_in_creative_inventory=1 end