change craft recipe for receiver

This commit is contained in:
techniX 2019-12-07 15:08:35 +02:00
parent e4d16ec58f
commit 14ec72cfe6

@ -37,9 +37,9 @@ minetest.register_craft({
minetest.register_craft({ minetest.register_craft({
output = "ham_radio:receiver", output = "ham_radio:receiver",
recipe = { recipe = {
{antenna}, {'', antenna, ''},
{'ham_radio:circuit'}, {'','ham_radio:circuit', ''},
{body} {body, body, body}
} }
}) })