mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-22 17:40:23 +02:00
tweak the stack max of throwing mod
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
minetest.register_craftitem("throwing:arrow", {
|
minetest.register_craftitem("throwing:arrow", {
|
||||||
description = "Arrow",
|
description = "Arrow",
|
||||||
inventory_image = "throwing_arrow.png",
|
inventory_image = "throwing_arrow.png",
|
||||||
|
stack_max = 200,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("throwing:arrow_box", {
|
minetest.register_node("throwing:arrow_box", {
|
||||||
|
Reference in New Issue
Block a user