You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ItemGroup in Fabric API does not provide row and column parameters, which limits our ability to position custom item groups effectively on the inventory bar. This request is for the direct addition of these parameters to the ItemGroup constructor or methods, allowing modders to easily specify their desired positions on the inventory screen.
Hi request the addition of row and column parameters directly to the ItemGroup class or constructor in Fabric API. This feature would provide a straightforward way to place custom item groups on the inventory bar, enhancing modders' ability to organize inventory content more effectively without relying on workarounds such as mixin usage.
As you can see, it's private.
When you try the logical
Benefits:
Simplified Item Group Placement: By directly setting row and column values, developers can more easily manage the layout of item groups on the inventory screen.
Consistency with Vanilla Behavior: Aligning with vanilla item group positioning would improve the user experience, making it easier for players to navigate custom content in mods.
Enhanced Modding Flexibility: This change would reduce the need for complex, non-standard solutions and make modding more intuitive.
Thank you for considering this enhancement request.
The text was updated successfully, but these errors were encountered:
Currently, the ItemGroup in Fabric API does not provide row and column parameters, which limits our ability to position custom item groups effectively on the inventory bar. This request is for the direct addition of these parameters to the ItemGroup constructor or methods, allowing modders to easily specify their desired positions on the inventory screen.
Hi request the addition of row and column parameters directly to the ItemGroup class or constructor in Fabric API. This feature would provide a straightforward way to place custom item groups on the inventory bar, enhancing modders' ability to organize inventory content more effectively without relying on workarounds such as mixin usage.
As you can see, it's private.
When you try the logical
Benefits:
Simplified Item Group Placement: By directly setting row and column values, developers can more easily manage the layout of item groups on the inventory screen.
Consistency with Vanilla Behavior: Aligning with vanilla item group positioning would improve the user experience, making it easier for players to navigate custom content in mods.
Enhanced Modding Flexibility: This change would reduce the need for complex, non-standard solutions and make modding more intuitive.
Thank you for considering this enhancement request.
The text was updated successfully, but these errors were encountered: