Update init.lua

master
Brett O'Donnell 2014-01-17 10:58:31 +10:30
parent d55efc03d8
commit d0f786e271
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
Bags for Minetest
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-particles
License: GPLv3
Source Code: https://github.com/cornernote/minetest-bags
License: BSD-3-Clause https://raw.github.com/cornernote/minetest-bags/master/LICENSE
]]--
@ -137,4 +137,4 @@ minetest.register_craft({
})
-- log that we started
minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded from "..minetest.get_modpath(minetest.get_current_modname()))
minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded from "..minetest.get_modpath(minetest.get_current_modname()))