diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-03 09:12:30 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-03 09:12:30 +0100 |
commit | a0cb8657df797c36011ab61311ef2e15960d530b (patch) | |
tree | 15ba403138e6a7361be212ebd4f47f9d9555fd2e /init.lua | |
parent | c957e1043c45ea5a26f3bac0e5e98b83bd94f84b (diff) |
change loaded console message
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -619,4 +619,4 @@ local path = minetest.get_modpath("bonemeal") dofile(path .. "/mods.lua")
dofile(path .. "/lucky_block.lua")
-print (S("[bonemeal] loaded"))
+print (S("[MOD] bonemeal loaded"))
|