commit forgotten change in marsdoors

This commit is contained in:
Milan Ihl 2020-05-21 11:05:07 +02:00
parent 50315e5f5e
commit 74f78b0a0a

View file

@ -3,4 +3,5 @@
--dofile(minetest.get_modpath("marsdoors") .. "/functions.lua") --dofile(minetest.get_modpath("marsdoors") .. "/functions.lua")
dofile(minetest.get_modpath("marsdoors") .. "/nodes.lua") dofile(minetest.get_modpath("marsdoors") .. "/nodes.lua")
dofile(minetest.get_modpath("marsdoors") .. "/craft.lua") dofile(minetest.get_modpath("marsdoors") .. "/craft.lua")
dofile(minetest.get_modpath("marsdoors") .. "/moreblocks.lua")