mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-24 09:50:31 +01:00
extranodes: Make unifieddyes dependency optional.
This commit is contained in:
parent
3ba5354f83
commit
0ad8012cd3
@ -1,6 +1,6 @@
|
||||
default
|
||||
technic_worldgen
|
||||
concrete
|
||||
unifieddyes
|
||||
unifieddyes?
|
||||
intllib?
|
||||
moreblocks?
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user