Alternate sync implementation for non-update blocks - Closes #11099

This commit is contained in:
Anuken
2025-08-06 21:54:38 +02:00
parent 6707ff5fdf
commit 0bdf4efcdd
5 changed files with 21 additions and 12 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ public enum BlockFlag{
unitAssembler,
hasFogRadius,
steamVent,
blockRepair;
blockRepair,
synced;
public final static BlockFlag[] all = values();