Fix typo in default group definition

This commit is contained in:
stujones11 2013-12-27 23:43:25 +00:00
parent 2e68f8a259
commit 96c48520f2
1 changed files with 1 additions and 1 deletions

View File

@ -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