Merge pull request #3513 from Quezler/patch-64

Sync construction blocks
This commit is contained in:
Anuken 2020-11-21 15:22:25 -05:00 committed by GitHub
commit ac4a96eefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ public class ConstructBlock extends Block{
consumesTap = true;
solidifes = true;
consBlocks[size - 1] = this;
sync = true;
}
/** Returns a ConstructBlock by size. */