Add option to "update" blocks that are altered in P2 queues. (#3200)

This commit is contained in:
dordsor21
2021-08-19 19:30:38 +01:00
committed by GitHub
parent 8f0ae7e51d
commit 34f0236e9f
2 changed files with 118 additions and 10 deletions

View File

@ -674,7 +674,9 @@ public class Settings extends Config {
" - 2 - Only execute lighting where blocks with light values are placed or removed/replaced",
" - 3 - Always execute lighting (slowest)"})
public static int LIGHTING_MODE = 1;
@Comment({"If blocks at the edges of queued operations should be set causing updates",
" - Slightly slower, but prevents issues such as fences left connected to nothing"})
public static boolean UPDATE_EDGES = true;
}
@Comment("Settings related to tab completion")