Update init.lua

This commit is contained in:
Brett O'Donnell 2014-01-17 11:01:16 +10:30
parent 007a6ec8f5
commit 3474bb6426

View File

@ -4,7 +4,7 @@ Deploy Nodes for Minetest
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com> Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-deploy_nodes Source Code: https://github.com/cornernote/minetest-deploy_nodes
License: GPLv3 License: BSD-3-Clause https://raw.github.com/cornernote/minetest-deploy_nodes/master/LICENSE
Shape based on Multinode mod by mauvebic: http://minetest.net/forum/viewtopic.php?id=2398 Shape based on Multinode mod by mauvebic: http://minetest.net/forum/viewtopic.php?id=2398
@ -219,4 +219,4 @@ minetest.register_craft({
}) })
-- log that we started -- 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()))