10 lines
444 B
Lua
10 lines
444 B
Lua
realtest = {}
|
|
|
|
dofile(minetest.get_modpath("core").."/helper_functions.lua")
|
|
dofile(minetest.get_modpath("core").."/drop.lua")
|
|
dofile(minetest.get_modpath("core").."/place.lua")
|
|
dofile(minetest.get_modpath("core").."/falling.lua")
|
|
dofile(minetest.get_modpath("core").."/seasons.lua")
|
|
dofile(minetest.get_modpath("core").."/creative.lua")
|
|
dofile(minetest.get_modpath("core").."/player.lua")
|
|
dofile(minetest.get_modpath("core").."/particles.lua") |