Ver Fonte

remove autocraft buttons from stripping, tilling, pathing (#471)

Shnupbups há 4 anos atrás
pai
commit
dbb3f2c064

+ 3 - 0
RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java

@@ -408,6 +408,9 @@ public class DefaultPlugin implements REIPluginV0, BuiltinPlugin {
         recipeHelper.removeAutoCraftButton(BEACON);
         recipeHelper.removeAutoCraftButton(BEACON_PAYMENT);
         recipeHelper.removeAutoCraftButton(INFO);
+        recipeHelper.removeAutoCraftButton(STRIPPING);
+        recipeHelper.removeAutoCraftButton(TILLING);
+        recipeHelper.removeAutoCraftButton(PATHING);
         recipeHelper.registerContainerClickArea(new Rectangle(88, 32, 28, 23), CraftingScreen.class, CRAFTING);
         recipeHelper.registerContainerClickArea(new Rectangle(137, 29, 10, 13), InventoryScreen.class, CRAFTING);
         recipeHelper.registerContainerClickArea(new Rectangle(97, 16, 14, 30), BrewingStandScreen.class, BREWING);