Add mesecons support

master
isaiah658 2022-05-23 01:56:10 +02:00
parent 9ec1df419f
commit 1d983aa61d
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ dofile(mod_path .. "/lua/move_books.lua")
-- Give Initial Stuff
dofile(mod_path .. "/lua/give_initial_stuff.lua")
-- Mesecons
dofile(mod_path .. "/lua/mesecons.lua")
-- Mapgen
minetest.register_on_mods_loaded(function()
dofile(mod_path .. "/lua/mapgen.lua")