Skip to content

Commit

Permalink
limit ammo stack size (#26)
Browse files Browse the repository at this point in the history
as requested in #15
  • Loading branch information
SwissalpS authored Dec 29, 2024
1 parent 679057e commit 39b4431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ammo.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
minetest.register_craftitem("spacecannon:railgun_slug", {
description = "Railgun slug",
inventory_image = "spacecannon_railgun_slug.png",
stack_max = 13,
})

minetest.register_craft({
Expand Down

0 comments on commit 39b4431

Please sign in to comment.