mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 08:30:40 +02:00
start to take care of loose ends
This commit is contained in:
@ -21,7 +21,9 @@ stairsplus = {
|
||||
|
||||
has = {
|
||||
default = minetest.get_modpath("default"),
|
||||
i3 = minetest.get_modpath("i3"),
|
||||
stairs = minetest.get_modpath("stairs"),
|
||||
unified_inventory = minetest.get_modpath("unified_inventory"),
|
||||
},
|
||||
|
||||
log = function(level, messagefmt, ...)
|
||||
@ -33,9 +35,14 @@ stairsplus = {
|
||||
end,
|
||||
}
|
||||
|
||||
-- order matters TODO document that... though i probably won't
|
||||
stairsplus.dofile("settings")
|
||||
stairsplus.dofile("util")
|
||||
|
||||
stairsplus.dofile("api", "init")
|
||||
|
||||
stairsplus.dofile("compat1", "init")
|
||||
|
||||
stairsplus.dofile("shapes", "init")
|
||||
stairsplus.dofile("groups", "init")
|
||||
stairsplus.dofile("craft_schemas", "init")
|
||||
@ -43,4 +50,4 @@ stairsplus.dofile("craft_schemas", "init")
|
||||
stairsplus.dofile("resources", "init")
|
||||
stairsplus.dofile("circular_saw")
|
||||
|
||||
stairsplus.dofile("compat", "init")
|
||||
stairsplus.dofile("compat2", "init")
|
||||
|
Reference in New Issue
Block a user