mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-06 02:20:24 +01:00
10 lines
344 B
Lua
Executable File
10 lines
344 B
Lua
Executable File
----------------------------------------
|
|
-- 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")
|