extranodes: Make unifieddyes dependency optional.

This commit is contained in:
Diego Martínez 2017-03-13 00:20:41 -03:00
parent 3ba5354f83
commit 0ad8012cd3
2 changed files with 70 additions and 66 deletions

View File

@ -1,6 +1,6 @@
default
technic_worldgen
concrete
unifieddyes
unifieddyes?
intllib?
moreblocks?

View File

@ -102,6 +102,8 @@ if minetest.get_modpath("moreblocks") then
end
if minetest.get_modpath("unifieddyes") then
minetest.register_node(":technic:insulator_clip", {
description = "Insulator/cable clip",
drawtype = "mesh",
@ -171,3 +173,5 @@ minetest.register_craft({
{ "technic:raw_latex", "default:fence_wood", "technic:raw_latex"},
}
})
end