mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-14 14:28:29 +01:00
merge server with github
This commit is contained in:
8
mods/bobblocks/init.lua
Normal file
8
mods/bobblocks/init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
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!")
|
||||
Reference in New Issue
Block a user