You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
overrideval breaksPerTick by c.setting("${prefix}Breaks Per Tick", 30, 1..30, 1, "Maximum instant block breaks per tick", visibility = visibility).group(*baseGroup, Group.General).index()
78
79
79
80
// Block
80
-
overridevalignoredBlocks by c.setting("${prefix}Ignored Blocks", emptySet<Block>(), description ="Blocks that wont be broken", visibility = visibility).group(*baseGroup, Group.General).index()
81
+
overridevalblocks by c.setting("${prefix}Blocks", Registries.BLOCK.toList(), description ="Blocks that are allowed to be broken", visibility = visibility).group(*baseGroup, Group.General).index()
81
82
overrideval avoidFluids by c.setting("${prefix}Avoid Fluids", true, "Avoids breaking blocks that would cause fluids to spill", visibility = visibility).group(*baseGroup, Group.General).index()
82
83
overrideval avoidSupporting by c.setting("${prefix}Avoid Supporting", true, "Avoids breaking the block supporting the player", visibility = visibility).group(*baseGroup, Group.General).index()
83
84
overrideval fillFluids by c.setting("Fill Fluids", true, "Fills fluids in order to break blocks that would initially spill them") { visibility() && avoidFluids }.group(*baseGroup, Group.General).index()
0 commit comments