We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679057e commit 39b4431Copy full SHA for 39b4431
ammo.lua
@@ -1,6 +1,7 @@
1
minetest.register_craftitem("spacecannon:railgun_slug", {
2
description = "Railgun slug",
3
inventory_image = "spacecannon_railgun_slug.png",
4
+ stack_max = 13,
5
})
6
7
minetest.register_craft({
0 commit comments