From 5305d828dd60819f45f8fd313c89dade373f2ebc Mon Sep 17 00:00:00 2001 From: 0siribix Date: Sun, 26 Sep 2021 19:17:05 -0500 Subject: [PATCH] forgot to add tubelib_addons1 as optional dep --- init.lua | 5 +---- mod.conf | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 17833bd..172e08e 100644 --- a/init.lua +++ b/init.lua @@ -251,7 +251,7 @@ e_def = { mesh = "sphere.obj", timer = 0, glow = 7, - owner, + owner = nil, on_activate = function(self, staticdata, dtime_s) self.owner = staticdata end, @@ -281,7 +281,6 @@ core.register_entity("blink:marker2", e_def) -- Register items -- ---local mod_bonemeal = core.get_modpath("bonemeal") local mod_main if core.get_modpath("default") then mod_main = "default" @@ -289,8 +288,6 @@ elseif core.get_modpath("mcl_core") then mod_main = "mcl_core" end --------------- Maybe try to figure out a way to work with Techpack grinder? - -- Basic crafting items for Blink runes core.register_craftitem("blink:bone_shard", { description = S("Bone shard"), diff --git a/mod.conf b/mod.conf index 02c9ca4..d84e543 100644 --- a/mod.conf +++ b/mod.conf @@ -3,4 +3,4 @@ description = Short distanc teleport title = Blink author = 0siribix min_minetest_version = 5.0 -optional_depends = bones, bonemeal, default, mcl_core, mesecons_torch, ethereal, farming +optional_depends = bones, bonemeal, default, mcl_core, mesecons_torch, ethereal, farming, tubelib_addons1