Skip to content

Commit

Permalink
Add ammo crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tidle authored and rubenwardy committed Nov 12, 2018
1 parent 85a9edd commit d111d86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mods/ctf_crafting/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,11 @@ crafting.register_recipe({
always_known = true,
level = 1,
})

crafting.register_recipe({
type = "inv",
output = "shooter:ammo 1",
items = { "default:steel_ingot 5", "default:coal_lump 2" },
always_known = true,
level = 1,
})

0 comments on commit d111d86

Please sign in to comment.