1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-15 09:10:22 +02:00
server-nalc/mods/bobblocks/init.lua

9 lines
419 B
Lua
Raw Normal View History

2014-11-29 15:40:55 +01:00
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!")