mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-06 08:37:30 +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 },
|
{ b, b, s },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "vl_weaponry:spear_"..t,
|
||||||
|
recipe = {
|
||||||
|
{ b, b, m },
|
||||||
|
{ b, s, b },
|
||||||
|
{ s, b, b },
|
||||||
|
}
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user