forked from minetest-mods/BobBlocks
Update init.lua
This commit is contained in:
parent
dbdaee8eed
commit
69cc65bc8a
4
init.lua
4
init.lua
@ -1,4 +1,4 @@
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loading....")
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.9 loading....")
|
||||
print("[BobBlocks] loading Blocks")
|
||||
dofile(minetest.get_modpath("bobblocks") .. "/blocks.lua")
|
||||
print("[BobBlocks] loaded Blocks")
|
||||
@ -8,4 +8,4 @@ print("[BobBlocks] loaded Health")
|
||||
print("[BobBlocks] loading Traps")
|
||||
dofile(minetest.get_modpath("bobblocks") .. "/trap.lua")
|
||||
print("[BobBlocks] loaded Traps")
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loaded!")
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.9 loaded!")
|
||||
|
Loading…
Reference in New Issue
Block a user