Update init.lua

master
Brett O'Donnell 2014-01-17 10:54:01 +10:30
parent 6925d8d671
commit bfa315783a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Craft Guide for Minetest
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-craft_guide
License: GPLv3
License: BSD-3-Clause https://raw.github.com/cornernote/minetest-craft_guide/master/LICENSE
MAIN LOADER
@ -25,4 +25,4 @@ dofile(minetest.get_modpath("craft_guide").."/register_node.lua")
dofile(minetest.get_modpath("craft_guide").."/register_craft.lua")
-- 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()))