Update init.lua

This commit is contained in:
rabbibob 2020-11-03 05:57:54 -05:00 committed by GitHub
parent dbdaee8eed
commit 69cc65bc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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!")