It would be great if it were possible to change the maximum stack size without registering our own guide item.
Example JSON configuration:
{
"item_settings": {
"display_name": {
"type": "translatable",
"translate": "testmod.guide_name"
},
"tooltip_lines": [
{
"text": "Best guide ever!",
"color": "dark_gray"
}
],
"model": "testmod:item/guide",
"stacks_to": 1
}
}