Skip to content

Commit 81a85a1

Browse files
committed
Let crafting interfaces run every tick instead of per 5
1 parent b8d3f2c commit 81a85a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cyclops/integratedcrafting/GeneralConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class GeneralConfig extends DummyConfigCommon<IModBase> {
1919
public static boolean versionChecker = true;
2020

2121
@ConfigurablePropertyCommon(category = "machine", comment = "The minimal update frequency in ticks to use for crafting interfaces.", minimalValue = 1, configLocation = ModConfigLocation.SERVER)
22-
public static int minCraftingInterfaceUpdateFreq = 5;
22+
public static int minCraftingInterfaceUpdateFreq = 1;
2323

2424
@ConfigurablePropertyCommon(category = "machine", comment = "If the crafting interface should validate recipes on insertion.", isCommandable = true, configLocation = ModConfigLocation.SERVER)
2525
public static boolean validateRecipesCraftingInterface = true;

0 commit comments

Comments
 (0)