We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcf39f commit 26abaffCopy full SHA for 26abaff
src/main/java/org/spongepowered/api/world/SignalTypes.java
@@ -44,7 +44,7 @@ public final class SignalTypes {
44
public static final DefaultedRegistryReference<SignalType> WEAK = SignalTypes.key(ResourceKey.sponge("weak"));
45
46
/**
47
- * Powers neighbours and goes through them powering their neighbours.
+ * Goes through neighbours powering their neighbours.
48
*/
49
public static final DefaultedRegistryReference<SignalType> STRONG = SignalTypes.key(ResourceKey.sponge("strong"));
50
0 commit comments