mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-09 00:29:33 +01:00
Add mirrored spear crafting recipe
This commit is contained in:
parent
127840dc4c
commit
87d62092cc
1 changed files with 8 additions and 0 deletions
|
@ -449,4 +449,12 @@ for t,m in pairs(materials) do
|
|||
{ b, b, s },
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "vl_weaponry:spear_"..t,
|
||||
recipe = {
|
||||
{ b, b, m },
|
||||
{ b, s, b },
|
||||
{ s, b, b },
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue