Update init.lua
This commit is contained in:
parent
63ca8472ae
commit
8caadbab5e
1 changed files with 1 additions and 1 deletions
|
@ -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", ""},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue