mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-03 17:10:27 +01:00
9 lines
419 B
Lua
Executable File
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!")
|