From e7cc5303eeefa751eba3c6787d4bdaee9b41e74e Mon Sep 17 00:00:00 2001 From: ademant Date: Wed, 6 Feb 2019 14:48:29 +0100 Subject: [PATCH] initial commit --- init.lua | 13 +++++++++++++ license.txt | 15 +++++++++++++++ mod.conf | 7 +++++++ 3 files changed, 35 insertions(+) create mode 100644 init.lua create mode 100644 license.txt create mode 100644 mod.conf diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..daeca3d --- /dev/null +++ b/init.lua @@ -0,0 +1,13 @@ + + +--print(dump2(xpfw.mod_store)) +minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- start loading from "..minetest.get_modpath(minetest.get_current_modname())) +-- Load files + +if glooptest ~= nil and minetest.registered_items["technic_aluminum:ruby"] ~= nil then +end + +if glooptest ~= nil and minetest.registered_items["technic_aluminum:sapphire"] ~= nil then +end + +minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded ") diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..d0b0299 --- /dev/null +++ b/license.txt @@ -0,0 +1,15 @@ +License of source code +---------------------- + +The MIT License (MIT) +Copyright 2019 ademant + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +For more details: +https://opensource.org/licenses/mit-license.php + diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..c0aa67b --- /dev/null +++ b/mod.conf @@ -0,0 +1,7 @@ +name = mod_interop +title = mod_interop +author = ademant +description = Checks for several items between several mods +depends = default,glooptest,technic_aluminum +license = MIT +version = 1.0.0