1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-02 18:50:30 +02:00
server-nalc/mods/bobblocks/init.lua
2014-12-11 18:53:00 +01:00

9 lines
419 B
Lua
Executable File

print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loading....")
dofile(minetest.get_modpath("bobblocks") .. "/blocks.lua")
print("[BobBlocks] loaded Blocks")
dofile(minetest.get_modpath("bobblocks") .. "/health.lua")
print("[BobBlocks] loaded Health")
dofile(minetest.get_modpath("bobblocks") .. "/trap.lua")
print("[BobBlocks] loaded Traps")
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loaded!")