diff --git a/fabric-item-group-api-v1/src/client/java/net/fabricmc/fabric/mixin/itemgroup/client/CreativeInventoryScreenMixin.java b/fabric-item-group-api-v1/src/client/java/net/fabricmc/fabric/mixin/itemgroup/client/CreativeInventoryScreenMixin.java index 48680c4b63..decd0e3fe3 100644 --- a/fabric-item-group-api-v1/src/client/java/net/fabricmc/fabric/mixin/itemgroup/client/CreativeInventoryScreenMixin.java +++ b/fabric-item-group-api-v1/src/client/java/net/fabricmc/fabric/mixin/itemgroup/client/CreativeInventoryScreenMixin.java @@ -72,7 +72,7 @@ private void updateSelection() { private void init(CallbackInfo info) { currentPage = getPage(selectedTab); - int xpos = x + 170; + int xpos = x + 166; int ypos = y + 4; CreativeInventoryScreen self = (CreativeInventoryScreen) (Object) this; diff --git a/fabric-item-group-api-v1/src/main/resources/assets/fabric/textures/gui/creative_buttons.png b/fabric-item-group-api-v1/src/main/resources/assets/fabric/textures/gui/creative_buttons.png index 55df73b230..e30531615d 100644 Binary files a/fabric-item-group-api-v1/src/main/resources/assets/fabric/textures/gui/creative_buttons.png and b/fabric-item-group-api-v1/src/main/resources/assets/fabric/textures/gui/creative_buttons.png differ