File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/main/java/net/superkat/tidal/water Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1212
1313/**
1414 * General utils class for helping show data. For example, colors for a list to use with the debug particles.
15+ * <br><br>
16+ * Current debug stuff:
17+ * <ul>
18+ * <li>Spyglass in hotbar for all scanned water blocks, color coded per closest SitePos</li>
19+ * <li>Compass to see wave direction of all blocks in your chunk</li>
20+ * <li>Compass in offhand to see wave direction of all blocks within nearby chunks</li>
21+ * <li>Spyglass in hotbar to see debug wave particles in your chunk</li>
22+ * <li>Clock in hotbar to see debug wave particles in nearby chunks</li>
23+ * <li>Use spyglass in scanned water block to print direction in console</li>
24+ * </ul>
1525 */
1626public class DebugHelper {
1727
You can’t perform that action at this time.
0 commit comments