Skip to content

Commit

Permalink
Change Antimatter Forge cycle time from 100 ticks to 20 ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampsa committed Oct 5, 2024
1 parent 90cf10f commit 9b73a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class AntimatterForge extends MTEExtendedPowerMultiBlockBase<AntimatterFo
private final int[] fluidConsumptions = { 0, 0, 0, 0 };

public static final String MAIN_NAME = "antimatterForge";
private final int speed = 100;
private final int speed = 20;
private long rollingCost = 0L;
private boolean isLoadedChunk;
public GTRecipe mLastRecipe;
Expand Down

0 comments on commit 9b73a55

Please sign in to comment.