We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f20c5 commit 9fa5ee2Copy full SHA for 9fa5ee2
1 file changed
src/main/java/net/superkat/tidal/water/DebugHelper.java
@@ -12,6 +12,16 @@
12
13
/**
14
* 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>
25
*/
26
public class DebugHelper {
27
0 commit comments