forgot to add tubelib_addons1 as optional dep

This commit is contained in:
0siribix 2021-09-26 19:17:05 -05:00
parent 22826d4394
commit 5305d828dd
2 changed files with 2 additions and 5 deletions

View File

@ -251,7 +251,7 @@ e_def = {
mesh = "sphere.obj", mesh = "sphere.obj",
timer = 0, timer = 0,
glow = 7, glow = 7,
owner, owner = nil,
on_activate = function(self, staticdata, dtime_s) on_activate = function(self, staticdata, dtime_s)
self.owner = staticdata self.owner = staticdata
end, end,
@ -281,7 +281,6 @@ core.register_entity("blink:marker2", e_def)
-- Register items -- -- Register items --
--local mod_bonemeal = core.get_modpath("bonemeal")
local mod_main local mod_main
if core.get_modpath("default") then if core.get_modpath("default") then
mod_main = "default" mod_main = "default"
@ -289,8 +288,6 @@ elseif core.get_modpath("mcl_core") then
mod_main = "mcl_core" mod_main = "mcl_core"
end end
-------------- Maybe try to figure out a way to work with Techpack grinder?
-- Basic crafting items for Blink runes -- Basic crafting items for Blink runes
core.register_craftitem("blink:bone_shard", { core.register_craftitem("blink:bone_shard", {
description = S("Bone shard"), description = S("Bone shard"),

View File

@ -3,4 +3,4 @@ description = Short distanc teleport
title = Blink title = Blink
author = 0siribix author = 0siribix
min_minetest_version = 5.0 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