forgot to add tubelib_addons1 as optional dep
This commit is contained in:
parent
22826d4394
commit
5305d828dd
5
init.lua
5
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"),
|
||||
|
2
mod.conf
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user