mirror of
https://github.com/technix/ham_radio.git
synced 2024-12-04 12:53:43 +01:00
change craft recipe for receiver
This commit is contained in:
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}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user