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:
@ -3,7 +3,7 @@
|
||||
minetest.register_craft({
|
||||
output = '"mesecons_torch:mesecon_torch_on" 4',
|
||||
recipe = {
|
||||
{"mesecons:mesecon_off"},
|
||||
{"group:mesecon_conductor_craftable"},
|
||||
{"default:stick"},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user