Skip to content

Commit

Permalink
Make Show Recipes area in player inventory smaller (to avoid misclicks)
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 2, 2017
1 parent 5d20f9a commit 6a0848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java
Expand Up @@ -116,7 +116,7 @@ public void register(IModRegistry registry) {
);

registry.addRecipeClickArea(GuiCrafting.class, 88, 32, 28, 23, VanillaRecipeCategoryUid.CRAFTING);
registry.addRecipeClickArea(GuiInventory.class, 135, 29, 16, 13, VanillaRecipeCategoryUid.CRAFTING);
registry.addRecipeClickArea(GuiInventory.class, 137, 29, 10, 13, VanillaRecipeCategoryUid.CRAFTING);
registry.addRecipeClickArea(GuiBrewingStand.class, 97, 16, 14, 30, VanillaRecipeCategoryUid.BREWING);
registry.addRecipeClickArea(GuiFurnace.class, 78, 32, 28, 23, VanillaRecipeCategoryUid.SMELTING, VanillaRecipeCategoryUid.FUEL);

Expand Down

0 comments on commit 6a0848d

Please sign in to comment.