Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
This commit is contained in:
committed by
Vanessa Dannenberg
parent
11adf56b75
commit
4394beec6a
8
mods/castle_gates/init.lua
Normal file
8
mods/castle_gates/init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
castle_gates = {}
|
||||
|
||||
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||
dofile(modpath.."/doc.lua")
|
||||
dofile(modpath.."/gate_functions.lua")
|
||||
dofile(modpath.."/gate_slots.lua")
|
||||
dofile(modpath.."/gates.lua")
|
||||
dofile(modpath.."/doors.lua")
|
Reference in New Issue
Block a user