2012-12-01 22:57:51 +06:00
|
|
|
realtest = {}
|
|
|
|
|
|
|
|
dofile(minetest.get_modpath("core").."/helper_functions.lua")
|
|
|
|
dofile(minetest.get_modpath("core").."/drop.lua")
|
2012-12-02 14:49:13 +06:00
|
|
|
dofile(minetest.get_modpath("core").."/place.lua")
|
2012-12-02 15:21:54 +06:00
|
|
|
dofile(minetest.get_modpath("core").."/falling.lua")
|
2012-12-01 22:57:51 +06:00
|
|
|
dofile(minetest.get_modpath("core").."/seasons.lua")
|
|
|
|
dofile(minetest.get_modpath("core").."/creative.lua")
|
2013-02-09 11:46:21 +06:00
|
|
|
dofile(minetest.get_modpath("core").."/player.lua")
|