mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-20 09:10:29 +01:00
Tweak the "throwing:arrow" craft
Now the stack max is set to 200, enjoy your quiver !
This commit is contained in:
parent
9a55ace36e
commit
12efe53d1c
@ -85,6 +85,7 @@ minetest.register_entity("throwing:arrow_entity", THROWING_ARROW_ENTITY)
|
||||
|
||||
minetest.register_craft({
|
||||
output = "throwing:arrow 8",
|
||||
stack_max = 200,
|
||||
recipe = {
|
||||
{"default:stick", "default:stick", "group:ingot"},
|
||||
}
|
||||
@ -92,6 +93,7 @@ minetest.register_craft({
|
||||
|
||||
minetest.register_craft({
|
||||
output = "throwing:arrow 8",
|
||||
stack_max = 200,
|
||||
recipe = {
|
||||
{"group:ingot", "default:stick", "default:stick"},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user