Skip to content

Commit

Permalink
Update craft.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
BRNSystems committed Feb 26, 2023
1 parent 320ba7b commit dcfcfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ minetest.register_craft({
minetest.register_craft({
output = "ham_radio:handheld_transmitter",
recipe = {
{'antenna', antenna, 'antenna'},
{antenna, antenna, antenna},
{'ham_radio:circuit','ham_radio:circuit', 'ham_radio:circuit'},
{body, body, body}
}
Expand Down

0 comments on commit dcfcfeb

Please sign in to comment.