Stacks of 64?
I saw another topic, where someone said that you can change stacks to 64 by looking for "stack_max" i havent found that in default mods, or any other mods. Where can I find this to change the max stack to 64?
FOSS gamedev and creative worlds
https://forums.minetest.org/
minetest.register_craftitem("farming:bread", {
description = "Bread",
inventory_image = "farming_bread.png",
stack_max = 99,
on_use = minetest.item_eat(10)
})[...]
wield_scale = {x=1,y=1,z=1},
stack_max = 99,
usable = false,
[...]Likwid H-Craft wrote:And the max I believe is 54713. unless it higher now.