mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-25 02:10:30 +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,72 +102,76 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_node(":technic:insulator_clip", {
|
if minetest.get_modpath("unifieddyes") then
|
||||||
description = "Insulator/cable clip",
|
|
||||||
drawtype = "mesh",
|
|
||||||
mesh = "technic_insulator_clip.obj",
|
|
||||||
tiles = {"technic_insulator_clip.png"},
|
|
||||||
is_ground_content = false,
|
|
||||||
groups = {choppy=1, snappy=1, oddly_breakable_by_hand=1, ud_param2_colorable = 1},
|
|
||||||
sounds = default.node_sound_stone_defaults(),
|
|
||||||
paramtype2 = "colorwallmounted",
|
|
||||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
|
||||||
after_place_node = unifieddyes.fix_rotation,
|
|
||||||
after_dig_node = unifieddyes.after_dig_node,
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_node(":technic:insulator_clip_fencepost", {
|
minetest.register_node(":technic:insulator_clip", {
|
||||||
description = "Insulator/cable clip",
|
description = "Insulator/cable clip",
|
||||||
tiles = {"technic_insulator_clip.png"},
|
drawtype = "mesh",
|
||||||
is_ground_content = false,
|
mesh = "technic_insulator_clip.obj",
|
||||||
paramtype = "light",
|
tiles = {"technic_insulator_clip.png"},
|
||||||
paramtype2 = "color",
|
is_ground_content = false,
|
||||||
palette = "unifieddyes_palette_extended.png",
|
groups = {choppy=1, snappy=1, oddly_breakable_by_hand=1, ud_param2_colorable = 1},
|
||||||
after_dig_node = unifieddyes.after_dig_node,
|
sounds = default.node_sound_stone_defaults(),
|
||||||
drawtype = "nodebox",
|
paramtype2 = "colorwallmounted",
|
||||||
node_box = {
|
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||||
type = "connected",
|
after_place_node = unifieddyes.fix_rotation,
|
||||||
fixed = {
|
after_dig_node = unifieddyes.after_dig_node,
|
||||||
{ -0.25, 0.75, -0.25, 0.25, 1.25, 0.25 }, -- the clip on top
|
})
|
||||||
{ -0.125, 0.6875, -0.125, 0.125, 0.75, 0.125 },
|
|
||||||
{ -0.1875, 0.625, -0.1875, 0.1875, 0.6875, 0.1875 },
|
minetest.register_node(":technic:insulator_clip_fencepost", {
|
||||||
{ -0.125, 0.5625, -0.125, 0.125, 0.625, 0.125 },
|
description = "Insulator/cable clip",
|
||||||
{ -0.1875, 0.5, -0.1875, 0.1875, 0.5625, 0.1875 },
|
tiles = {"technic_insulator_clip.png"},
|
||||||
{ -0.125, 0.4375, -0.125, 0.125, 0.5, 0.125 },
|
is_ground_content = false,
|
||||||
{ -0.1875, 0.375, -0.1875, 0.1875, 0.4375, 0.1875 },
|
paramtype = "light",
|
||||||
{ -0.125, -0.5, -0.125, 0.125, 0.375, 0.125 }, -- the post, slightly short
|
paramtype2 = "color",
|
||||||
|
palette = "unifieddyes_palette_extended.png",
|
||||||
|
after_dig_node = unifieddyes.after_dig_node,
|
||||||
|
drawtype = "nodebox",
|
||||||
|
node_box = {
|
||||||
|
type = "connected",
|
||||||
|
fixed = {
|
||||||
|
{ -0.25, 0.75, -0.25, 0.25, 1.25, 0.25 }, -- the clip on top
|
||||||
|
{ -0.125, 0.6875, -0.125, 0.125, 0.75, 0.125 },
|
||||||
|
{ -0.1875, 0.625, -0.1875, 0.1875, 0.6875, 0.1875 },
|
||||||
|
{ -0.125, 0.5625, -0.125, 0.125, 0.625, 0.125 },
|
||||||
|
{ -0.1875, 0.5, -0.1875, 0.1875, 0.5625, 0.1875 },
|
||||||
|
{ -0.125, 0.4375, -0.125, 0.125, 0.5, 0.125 },
|
||||||
|
{ -0.1875, 0.375, -0.1875, 0.1875, 0.4375, 0.1875 },
|
||||||
|
{ -0.125, -0.5, -0.125, 0.125, 0.375, 0.125 }, -- the post, slightly short
|
||||||
|
},
|
||||||
|
-- connect_top =
|
||||||
|
-- connect_bottom =
|
||||||
|
connect_front = {{-1/16,3/16,-1/2,1/16,5/16,-1/8},
|
||||||
|
{-1/16,-5/16,-1/2,1/16,-3/16,-1/8}},
|
||||||
|
connect_left = {{-1/2,3/16,-1/16,-1/8,5/16,1/16},
|
||||||
|
{-1/2,-5/16,-1/16,-1/8,-3/16,1/16}},
|
||||||
|
connect_back = {{-1/16,3/16,1/8,1/16,5/16,1/2},
|
||||||
|
{-1/16,-5/16,1/8,1/16,-3/16,1/2}},
|
||||||
|
connect_right = {{1/8,3/16,-1/16,1/2,5/16,1/16},
|
||||||
|
{1/8,-5/16,-1/16,1/2,-3/16,1/16}},
|
||||||
},
|
},
|
||||||
-- connect_top =
|
connects_to = {"group:fence", "group:wood", "group:tree"},
|
||||||
-- connect_bottom =
|
groups = {fence=1, choppy=1, snappy=1, oddly_breakable_by_hand=1, ud_param2_colorable = 1},
|
||||||
connect_front = {{-1/16,3/16,-1/2,1/16,5/16,-1/8},
|
sounds = default.node_sound_stone_defaults(),
|
||||||
{-1/16,-5/16,-1/2,1/16,-3/16,-1/8}},
|
place_param2 = 171 -- medium amber, low saturation, closest color to default:wood
|
||||||
connect_left = {{-1/2,3/16,-1/16,-1/8,5/16,1/16},
|
})
|
||||||
{-1/2,-5/16,-1/16,-1/8,-3/16,1/16}},
|
|
||||||
connect_back = {{-1/16,3/16,1/8,1/16,5/16,1/2},
|
|
||||||
{-1/16,-5/16,1/8,1/16,-3/16,1/2}},
|
|
||||||
connect_right = {{1/8,3/16,-1/16,1/2,5/16,1/16},
|
|
||||||
{1/8,-5/16,-1/16,1/2,-3/16,1/16}},
|
|
||||||
},
|
|
||||||
connects_to = {"group:fence", "group:wood", "group:tree"},
|
|
||||||
groups = {fence=1, choppy=1, snappy=1, oddly_breakable_by_hand=1, ud_param2_colorable = 1},
|
|
||||||
sounds = default.node_sound_stone_defaults(),
|
|
||||||
place_param2 = 171 -- medium amber, low saturation, closest color to default:wood
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "technic:insulator_clip",
|
output = "technic:insulator_clip",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "dye:white", ""},
|
{ "", "dye:white", ""},
|
||||||
{ "", "technic:raw_latex", ""},
|
{ "", "technic:raw_latex", ""},
|
||||||
{ "technic:raw_latex", "default:stone", "technic:raw_latex"},
|
{ "technic:raw_latex", "default:stone", "technic:raw_latex"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "technic:insulator_clip_fencepost 2",
|
output = "technic:insulator_clip_fencepost 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "dye:white", ""},
|
{ "", "dye:white", ""},
|
||||||
{ "", "technic:raw_latex", ""},
|
{ "", "technic:raw_latex", ""},
|
||||||
{ "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