Scanner: Improve recipe

This commit is contained in:
Johannes Lundberg 2020-10-08 16:17:09 -07:00
parent b20d734c53
commit e1f65f76cb
2 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -312,7 +312,8 @@ mesecon.register_node("mesecons_scanner:mesecon_scanner", {
minetest.register_craft({
output = "mesecons_scanner:mesecon_scanner_off 1",
recipe = {
{"mesecons_torch:mesecon_torch_on", "default:mese_crystal", "mesecons_torch:mesecon_torch_on"},
{"default:stone", "default:stone", "default:stone"},
{"", "group:mesecon_conductor_craftable", ""},
{"", "mesecons_microcontroller:microcontroller0000", ""},
{"default:stone", "default:stone", "default:stone"},
}
})