update craft recipes

This commit is contained in:
techniX 2019-12-07 11:42:21 +02:00
parent 9c3cd7a851
commit a05da6469e

@ -28,9 +28,8 @@ minetest.register_craftitem("ham_radio:circuit", {
minetest.register_craft({
output = "ham_radio:circuit",
recipe = {
{'', circuit, ''},
{body, wires, body},
{'', battery, ''},
{circuit, wires, circuit},
{body, battery, body},
}
})