Version MFF.

This commit is contained in:
sys4-fr
2018-09-06 20:22:59 +02:00
parent 2c536663e6
commit 395fbad5a1
38 changed files with 213 additions and 796 deletions

13
init.lua Normal file → Executable file
View File

@ -1,11 +1,8 @@
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loading....")
print("[BobBlocks] loading Blocks")
minetest.log("action", "[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loading....")
dofile(minetest.get_modpath("bobblocks") .. "/blocks.lua")
print("[BobBlocks] loaded Blocks")
print("[BobBlocks] loading Health")
minetest.log("action", "[BobBlocks] loaded Blocks")
dofile(minetest.get_modpath("bobblocks") .. "/health.lua")
print("[BobBlocks] loaded Health")
print("[BobBlocks] loading Traps")
minetest.log("action", "[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!")
minetest.log("action", "[BobBlocks] loaded Traps")
minetest.log("action", "[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loaded!")