mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Replace 'minetest.' with 'core.' in builtin
This commit is contained in:
parent
9736b9cea5
commit
4db7fb4a3b
7 changed files with 18 additions and 18 deletions
|
@ -678,7 +678,7 @@ end
|
|||
-- Item definition defaults
|
||||
--
|
||||
|
||||
local default_stack_max = tonumber(minetest.settings:get("default_stack_max")) or 99
|
||||
local default_stack_max = tonumber(core.settings:get("default_stack_max")) or 99
|
||||
|
||||
core.nodedef_default = {
|
||||
-- Item properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue