mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-01 14:17:29 +01:00
Add mirrored spear crafting recipe
This commit is contained in:
parent
127840dc4c
commit
87d62092cc
@ -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 New Issue
Block a user