Update init.lua
This commit is contained in:
parent
007a6ec8f5
commit
3474bb6426
@ -4,7 +4,7 @@ Deploy Nodes for Minetest
|
||||
|
||||
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
|
||||
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
|
||||
|
||||
@ -219,4 +219,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()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user