mirror of
https://github.com/technix/ham_radio.git
synced 2024-12-04 12:53:43 +01:00
update craft recipes
This commit is contained in:
parent
9c3cd7a851
commit
a05da6469e
@ -28,9 +28,8 @@ minetest.register_craftitem("ham_radio:circuit", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "ham_radio:circuit",
|
output = "ham_radio:circuit",
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', circuit, ''},
|
{circuit, wires, circuit},
|
||||||
{body, wires, body},
|
{body, battery, body},
|
||||||
{'', battery, ''},
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user