mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
8 lines
219 B
Lua
8 lines
219 B
Lua
|
local path = minetest.get_modpath(minetest.get_current_modname())
|
||
|
|
||
|
dofile(path.."/after_node.lua")
|
||
|
dofile(path.."/chances.lua")
|
||
|
dofile(path.."/intervals.lua")
|
||
|
dofile(path.."/min_max.lua")
|
||
|
dofile(path.."/neighbors.lua")
|