From e12b29798770fd49e74d76d4872595dae90c12f7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 11 Aug 2012 20:53:47 -0400 Subject: change all recipes to use group:mesecon_conductor_craftable fixed deprecated/invalid recipes in lightstones. fixed copy&paste error in one of the delayer textures fixed recipe for player detector to rely on microcontroller instead of old IC --- mesecons_lightstone/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesecons_lightstone') diff --git a/mesecons_lightstone/init.lua b/mesecons_lightstone/init.lua index 414c7e7..4fdf275 100644 --- a/mesecons_lightstone/init.lua +++ b/mesecons_lightstone/init.lua @@ -29,8 +29,8 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on) output = "node mesecons_lightstone:lightstone_" .. name .. "_off 1", recipe = { {'',base_item,''}, - {base_item,'node default:torch 1',base_item}, - {'','node mesecons:mesecon_off 1',''}, + {base_item,'default:torch',base_item}, + {'','group:mesecon_conductor_craftable',''}, } }) end -- cgit v1.2.3