Recipe book groups can run off-screen when there are too many entries
Creating a datapack with lots of recipes in the same group will cause the recipes to run off-screen when the group is opened using right-click.
Steps to Reproduce:
- Install the following datapack into your world:
recipe_group_overflow.zip
- Grant all recipes:
/recipe give @s *
- Set GUI scale to it's highest allowed value
- Open a crafting bench, with a clay block in your inventory
- Right click on the dirt block crafting recipe group to expand it
Observed Behavior:
The group will run off the screen, and some recipes will not properly be visible.
Expected Behavior:
The recipes would account for the GUI scale, and the amount of recipes, and properly adjust itself in some form to allow all recipes to be visible.