1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 18:40:25 +01:00

tweak the stack max of throwing mod

This commit is contained in:
Ombridride 2015-02-15 23:08:13 +01:00
parent 2ce5630ae9
commit 31a6b257f5

View File

@ -1,6 +1,7 @@
minetest.register_craftitem("throwing:arrow", {
description = "Arrow",
inventory_image = "throwing_arrow.png",
stack_max = 200,
})
minetest.register_node("throwing:arrow_box", {