Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyweston authored and stujones11 committed May 25, 2019
1 parent 63ca847 commit 8caadba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shooter_guns/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if shooter.config.enable_crafting == true then
minetest.register_craft({
output = "shooter_guns:machine_gun 1 65535",
recipe = {
{"shooter_guns:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"", "default:bronze_ingot", "default:mese_crystal"},
{"", "default:bronze_ingot", ""},
},
Expand Down

0 comments on commit 8caadba

Please sign in to comment.