summaryrefslogtreecommitdiff
path: root/extranodes
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-14 02:21:47 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-14 02:21:47 -0400
commitb9beea1673c9948f07646f31d4ab5d53d6e56184 (patch)
tree80296cdcaa7c32f39c827477fd55590eb71e04cf /extranodes
parent6885943d0491db83268f8bb4743bfd82ed725ea2 (diff)
downloaddreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar.gz
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar.bz2
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.tar.xz
dreambuilder_modpack-b9beea1673c9948f07646f31d4ab5d53d6e56184.zip
update blocs, bobblocks, coloredwood, technic, homedecor, plasticbox,
solidcolor, stainedglass, unifiedbricks, and unified dyes
Diffstat (limited to 'extranodes')
-rw-r--r--extranodes/depends.txt2
-rw-r--r--extranodes/init.lua141
2 files changed, 74 insertions, 69 deletions
diff --git a/extranodes/depends.txt b/extranodes/depends.txt
index 3f123b0..15b9ef5 100644
--- a/extranodes/depends.txt
+++ b/extranodes/depends.txt
@@ -1,6 +1,6 @@
default
technic_worldgen
concrete
-unifieddyes
+unifieddyes?
intllib?
moreblocks?
diff --git a/extranodes/init.lua b/extranodes/init.lua
index 74fb028..7dda22f 100644
--- a/extranodes/init.lua
+++ b/extranodes/init.lua
@@ -102,72 +102,77 @@ if minetest.get_modpath("moreblocks") then
end
-minetest.register_node(":technic:insulator_clip", {
- 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", {
- description = "Insulator/cable clip",
- tiles = {"technic_insulator_clip.png"},
- is_ground_content = false,
- paramtype = "light",
- 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
+if minetest.get_modpath("unifieddyes") then
+
+ minetest.register_node(":technic:insulator_clip", {
+ 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", {
+ description = "Insulator/cable clip",
+ tiles = {"technic_insulator_clip.png"},
+ is_ground_content = false,
+ paramtype = "light",
+ paramtype2 = "color",
+ palette = "unifieddyes_palette_extended.png",
+ on_construct = unifieddyes.on_construct,
+ 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 =
- -- 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}},
- },
- 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({
- output = "technic:insulator_clip",
- recipe = {
- { "", "dye:white", ""},
- { "", "technic:raw_latex", ""},
- { "technic:raw_latex", "default:stone", "technic:raw_latex"},
- }
-})
-
-minetest.register_craft({
- output = "technic:insulator_clip_fencepost 2",
- recipe = {
- { "", "dye:white", ""},
- { "", "technic:raw_latex", ""},
- { "technic:raw_latex", "default:fence_wood", "technic:raw_latex"},
- }
-})
+ 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({
+ output = "technic:insulator_clip",
+ recipe = {
+ { "", "dye:white", ""},
+ { "", "technic:raw_latex", ""},
+ { "technic:raw_latex", "default:stone", "technic:raw_latex"},
+ }
+ })
+
+ minetest.register_craft({
+ output = "technic:insulator_clip_fencepost 2",
+ recipe = {
+ { "", "dye:white", ""},
+ { "", "technic:raw_latex", ""},
+ { "technic:raw_latex", "default:fence_wood", "technic:raw_latex"},
+ }
+ })
+
+end