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",
|
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"),
|
||||||
|
2
mod.conf
2
mod.conf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user