mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-10 20:40:17 +01:00
10 lines
344 B
Lua
10 lines
344 B
Lua
|
----------------------------------------
|
||
|
-- Server Misc Mod - pre-default init --
|
||
|
----------------------------------------
|
||
|
|
||
|
local cwd = minetest.get_modpath(minetest.get_current_modname())
|
||
|
|
||
|
-- Inventory refill function override
|
||
|
-- see https://github.com/MinetestForFun/server-minetestforfun/issues/462
|
||
|
dofile(cwd.."/inventory_rotate_node.lua")
|