mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Set default stack_max
This commit is contained in:
parent
d4cf25d1d0
commit
9dfc64b383
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue