Add ammo crafting recipe
This commit is contained in:
parent
85a9eddd4f
commit
d111d8673a
1 changed files with 8 additions and 0 deletions
|
@ -155,3 +155,11 @@ crafting.register_recipe({
|
||||||
always_known = true,
|
always_known = true,
|
||||||
level = 1,
|
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,
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in a new issue