This commit is contained in:
Anuken 2020-12-15 10:28:12 -05:00
parent 5ab090f28d
commit c6c18696c0
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc{
@Import float x, y;
transient float accepting, updateTime, lastRipple;
transient float accepting, updateTime;
float amount;
int generation;
Tile tile;

View File

@ -0,0 +1,3 @@
[This is a truncated changelog, see Github for full notes]
- Decreased junction item capacity - this may cause slight desync on servers running previous 121 versions, servers are advised to update
- Many various small bugfixes