mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 17:23:59 +07:00
Higher memory capacity for world cell
This commit is contained in:
parent
b80c8762cc
commit
37d3f4f509
@ -5947,7 +5947,7 @@ public class Blocks{
|
||||
|
||||
targetable = false;
|
||||
privileged = true;
|
||||
memoryCapacity = 128;
|
||||
memoryCapacity = 512;
|
||||
forceDark = true;
|
||||
}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user