mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-02-11 07:10:22 +01:00
Scanner: Improve recipe
This commit is contained in:
parent
b20d734c53
commit
e1f65f76cb
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
@ -312,7 +312,8 @@ mesecon.register_node("mesecons_scanner:mesecon_scanner", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mesecons_scanner:mesecon_scanner_off 1",
|
output = "mesecons_scanner:mesecon_scanner_off 1",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"mesecons_torch:mesecon_torch_on", "default:mese_crystal", "mesecons_torch:mesecon_torch_on"},
|
{"", "group:mesecon_conductor_craftable", ""},
|
||||||
|
{"", "mesecons_microcontroller:microcontroller0000", ""},
|
||||||
{"default:stone", "default:stone", "default:stone"},
|
{"default:stone", "default:stone", "default:stone"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user