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

@ -38,8 +38,8 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant_on", {
minetest.register_craft({
output = '"mesecons_blinkyplant:blinky_plant_off" 1',
recipe = {
{'','"mesecons:mesecon_off"',''},
{'','"mesecons:mesecon_off"',''},
{'','"group:mesecon_conductor_craftable"',''},
{'','"group:mesecon_conductor_craftable"',''},
{'"default:junglegrass"','"default:junglegrass"','"default:junglegrass"'},
}
})