mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-05 04:07:34 +01:00
extranodes: Make unifieddyes dependency optional.
This commit is contained in:
parent
3ba5354f83
commit
0ad8012cd3
@ -1,6 +1,6 @@
|
|||||||
default
|
default
|
||||||
technic_worldgen
|
technic_worldgen
|
||||||
concrete
|
concrete
|
||||||
unifieddyes
|
unifieddyes?
|
||||||
intllib?
|
intllib?
|
||||||
moreblocks?
|
moreblocks?
|
||||||
|
@ -102,6 +102,8 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("unifieddyes") then
|
||||||
|
|
||||||
minetest.register_node(":technic:insulator_clip", {
|
minetest.register_node(":technic:insulator_clip", {
|
||||||
description = "Insulator/cable clip",
|
description = "Insulator/cable clip",
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
@ -171,3 +173,5 @@ minetest.register_craft({
|
|||||||
{ "technic:raw_latex", "default:fence_wood", "technic:raw_latex"},
|
{ "technic:raw_latex", "default:fence_wood", "technic:raw_latex"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user