Bugfixes
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.zip.*;
|
||||
import static mindustry.Vars.*;
|
||||
|
||||
public class LogicBlock extends Block{
|
||||
public static final int maxInstructions = 2000;
|
||||
public static final int maxInstructions = 1500;
|
||||
|
||||
public int maxInstructionScale = 5;
|
||||
public int instructionsPerTick = 1;
|
||||
|
||||
Reference in New Issue
Block a user