Adjust stack sizes of many items
This commit is contained in:
parent
b6575ab192
commit
b73ba9b270
9 changed files with 13 additions and 16 deletions
|
@ -38,7 +38,7 @@ minetest.register_craftitem("farming:mushroom_stew", {
|
|||
inventory_image = "farming_mushroom_stew.png",
|
||||
on_use = minetest.item_eat(6),
|
||||
groups = { food = 2, eatable = 6 },
|
||||
stack_max = 64,
|
||||
stack_max = 1,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue