File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/spongepowered/api/world Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ public final class SignalTypes {
4141 /**
4242 * Powers neighbours.
4343 */
44- public static final DefaultedRegistryReference <SignalType > WEAK = SignalTypes .key (ResourceKey .sponge ("weak " ));
44+ public static final DefaultedRegistryReference <SignalType > DIRECT = SignalTypes .key (ResourceKey .sponge ("direct " ));
4545
4646 /**
4747 * Goes through neighbours powering their neighbours.
4848 */
49- public static final DefaultedRegistryReference <SignalType > STRONG = SignalTypes .key (ResourceKey .sponge ("strong " ));
49+ public static final DefaultedRegistryReference <SignalType > INDIRECT = SignalTypes .key (ResourceKey .sponge ("indirect " ));
5050
5151 /**
52- * The combination of {@link #WEAK } and {@link #STRONG } signals.<br>
52+ * The combination of {@link #DIRECT } and {@link #INDIRECT } signals.<br>
5353 * Usually depends on block properties to choose between these two signals
5454 * (e.g. if the block {@link SignalAwareVolume#canConductSignal(int, int, int)}).
5555 */
You can’t perform that action at this time.
0 commit comments