Skip to content

Commit 9fa5ee2

Browse files
committed
debug instructions
1 parent 24f20c5 commit 9fa5ee2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/java/net/superkat/tidal/water/DebugHelper.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
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
*/
1626
public class DebugHelper {
1727

0 commit comments

Comments
 (0)