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
This commit is contained in:
Vanessa Ezekowitz
2012-08-11 20:53:47 -04:00
parent 83ac20018c
commit e12b297987
17 changed files with 32 additions and 32 deletions

View File

@ -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