forked from VoxeLibre/VoxeLibre
Set default stack_max
This commit is contained in:
parent
d4cf25d1d0
commit
9dfc64b383
|
@ -10,6 +10,9 @@ LIGHT_MAX = 20
|
|||
-- Definitions made by this mod that other mods can use too
|
||||
default = {}
|
||||
|
||||
minetest.nodedef_default.stack_max = 64
|
||||
minetest.craftitemdef_default.stack_max = 64
|
||||
|
||||
-- Load files
|
||||
dofile(minetest.get_modpath("default").."/functions.lua")
|
||||
dofile(minetest.get_modpath("default").."/nodes.lua")
|
||||
|
|
Loading…
Reference in New Issue