mc/init.lua

5 lines
256 B
Lua
Raw Normal View History

2021-03-24 14:17:58 +01:00
dofile(minetest.get_modpath("mc") .. "/items.lua")
2021-03-24 16:02:11 +01:00
dofile(minetest.get_modpath("mc") .. "/nodes.lua")
2021-03-24 22:11:26 +01:00
dofile(minetest.get_modpath("mc") .. "/crafting.lua")
2021-03-25 20:02:03 +01:00
dofile(minetest.get_modpath("mc") .. "/mapgen.lua")
dofile(minetest.get_modpath("mc") .. "/abm.lua")