mirror of
https://github.com/minetest/minetest.git
synced 2024-12-02 12:33:45 +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")
|