Cleanup of some GL stuff

This commit is contained in:
Anuken
2022-05-04 15:25:39 -04:00
parent 771c2270df
commit 22905de094
4 changed files with 64 additions and 54 deletions

View File

@@ -4680,7 +4680,7 @@ public class Blocks{
forceDark = true;
privileged = true;
size = 1;
maxInstructionsPerTick = 50;
maxInstructionsPerTick = 100;
}};
worldCell = new MemoryBlock("world-cell"){{