From 3d08b568ad1da1e3259a66cb91fd1039781c75cb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 26 Sep 2017 00:11:57 -0400 Subject: update castles modpack, boost_cart, homedecor, currency, farming redo, framed glass, gloopblocks, mesecons, moreblocks, pipeworks, signs_lib, technic, unified mesecons, and worldedit created a new tag for this release (this will be standard procedure from now on) --- unifiedmesecons/init.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unifiedmesecons') diff --git a/unifiedmesecons/init.lua b/unifiedmesecons/init.lua index 7147301..0a2bfec 100644 --- a/unifiedmesecons/init.lua +++ b/unifiedmesecons/init.lua @@ -55,6 +55,10 @@ minetest.unregister_item("mesecons_extrawires:corner_on") minetest.unregister_item("mesecons_extrawires:tjunction_off") minetest.unregister_item("mesecons_extrawires:tjunction_on") +minetest.register_alias("mesecons_insulated:insulated_off", "mesecons_insulated:insulated_grey_off") +minetest.register_alias("mesecons_extrawires:corner_off", "mesecons_extrawires:insulated_corner_grey_off") +minetest.register_alias("mesecons_extrawires:tjunction_off", "mesecons_extrawires:insulated_tjunction_grey_off") + for _,color in pairs(hues) do mesecon.register_node(":mesecons_insulated:insulated_"..color, { drawtype = "nodebox", -- cgit v1.2.3