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:
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.
Screenshots/Videos:
[media]
Notes:
Linked issues
Attachments
Comments 3
. The exact point where the overflow starts depends on resolution and GUI scale, so I created a datapack that overflows the screen even at 1080p with 1x GUI scale. The recipes are all the same in this example: 1 clay block ==> 1 dirt,
Could you provide an example data pack that could be used to test this issue?