BlockColor-CDB/mods/Decorations/castle_gates/init.lua

7 lines
158 B
Lua
Raw Permalink Normal View History

2019-05-31 21:27:35 +02:00
castle_gates = {}
local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/gate_functions.lua")
dofile(modpath.."/gates.lua")