From b9beea1673c9948f07646f31d4ab5d53d6e56184 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 14 Mar 2017 02:21:47 -0400 Subject: update blocs, bobblocks, coloredwood, technic, homedecor, plasticbox, solidcolor, stainedglass, unifiedbricks, and unified dyes --- unifiedbricks/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unifiedbricks') diff --git a/unifiedbricks/init.lua b/unifiedbricks/init.lua index a089a5c..00964f0 100644 --- a/unifiedbricks/init.lua +++ b/unifiedbricks/init.lua @@ -107,6 +107,7 @@ minetest.register_node("unifiedbricks:brickblock", { is_ground_content = true, groups = {cracky=3, not_in_creative_inventory=1, ud_param2_colorable = 1}, sounds = default.node_sound_stone_defaults(), + on_construct = unifieddyes.on_construct, after_dig_node = unifieddyes.after_dig_node, drop = "default:brick" }) @@ -131,6 +132,7 @@ minetest.register_node("unifiedbricks:clayblock", { sounds = default.node_sound_dirt_defaults({ footstep = "", }), + on_construct = unifieddyes.on_construct, after_dig_node = unifieddyes.after_dig_node, drop = "default:clay" }) @@ -156,6 +158,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_dark", { is_ground_content = true, groups = {cracky=3, ud_param2_colorable = 1}, sounds = default.node_sound_stone_defaults(), + on_construct = unifieddyes.on_construct, after_dig_node = unifieddyes.after_dig_node, }) @@ -174,6 +177,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_medium", { is_ground_content = true, groups = {cracky=3, ud_param2_colorable = 1}, sounds = default.node_sound_stone_defaults(), + on_construct = unifieddyes.on_construct, after_dig_node = unifieddyes.after_dig_node, }) @@ -192,6 +196,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_light", { is_ground_content = true, groups = {cracky=3, ud_param2_colorable = 1}, sounds = default.node_sound_stone_defaults(), + on_construct = unifieddyes.on_construct, after_dig_node = unifieddyes.after_dig_node, }) -- cgit v1.2.3