Fix stack max

master
Jordan Irwin 2021-05-23 21:12:52 -07:00
parent 9e046114e0
commit 2da4c9e657
1 changed files with 1 additions and 1 deletions

View File

@ -100,5 +100,5 @@ end
core.register_craftitem(":cmer:bone", {
description = "Bone",
inventory_image = "cmer_skeleton_bone.png",
stack_max = default_stack_max,
stack_max = 99,
})