Fix broken depends due to The Big Home Decor Split
This commit is contained in:
parent
aaaba193d2
commit
1c6b382592
@ -2,5 +2,6 @@ default
|
||||
creative?
|
||||
ilights?
|
||||
gloopblocks?
|
||||
homedecor?
|
||||
homedecor_fences?
|
||||
homedecor_lighting?
|
||||
streetspoles?
|
||||
|
2
init.lua
2
init.lua
@ -3,6 +3,6 @@
|
||||
local modpath = minetest.get_modpath("simple_streetlights")
|
||||
|
||||
dofile(modpath.."/simple.lua")
|
||||
if minetest.get_modpath("homedecor") and minetest.get_modpath("streetspoles") then
|
||||
if minetest.get_modpath("homedecor_lighting") and minetest.get_modpath("streetspoles") then
|
||||
dofile(modpath.."/minedot.lua")
|
||||
end
|
||||
|
@ -105,7 +105,7 @@ if minetest.get_modpath("ilights") then
|
||||
})
|
||||
end
|
||||
|
||||
if minetest.get_modpath("homedecor") then
|
||||
if minetest.get_modpath("homedecor_fences") then
|
||||
minetest.register_tool("simple_streetlights:spawner_wrought_iron_white", {
|
||||
description = "Streetlight spawner (wrought iron pole, white light)",
|
||||
inventory_image = "simple_streetlights_spawner_wrought_iron_white.png",
|
||||
|
Loading…
x
Reference in New Issue
Block a user