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({
output = "ham_radio:receiver",
recipe = {
{antenna},
{'ham_radio:circuit'},
{body}
{'', antenna, ''},
{'','ham_radio:circuit', ''},
{body, body, body}
}
})