1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-03 09:50:29 +02:00

Tweak the "throwing:arrow" craft

Now craft 8 arrows
This commit is contained in:
Ombridride 2015-02-15 22:04:05 +01:00
parent 001267c7eb
commit 9a55ace36e

View File

@ -84,14 +84,14 @@ end
minetest.register_entity("throwing:arrow_entity", THROWING_ARROW_ENTITY)
minetest.register_craft({
output = "throwing:arrow 16",
output = "throwing:arrow 8",
recipe = {
{"default:stick", "default:stick", "group:ingot"},
}
})
minetest.register_craft({
output = "throwing:arrow 16",
output = "throwing:arrow 8",
recipe = {
{"group:ingot", "default:stick", "default:stick"},
}