forked from minetest-mods/mesecons
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:
@ -95,7 +95,7 @@ end
|
||||
minetest.register_craft({
|
||||
output = '"mesecons_button:button_off" 2',
|
||||
recipe = {
|
||||
{'"mesecons:mesecon_off"','"default:stone"'},
|
||||
{'"group:mesecon_conductor_craftable"','"default:stone"'},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user