mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
Added doc to SculkSensorRegistry (#2490)
* Added line to Doc to prevent misconception Added line because people probably want to use their GameEvent for the Warden too. * Update SculkSensorFrequencyRegistry.java
This commit is contained in:
parent
0dd10df6d4
commit
763dcebeb6
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public final class SculkSensorFrequencyRegistry {
|
|||
* <p>As redstone signal strengths are limited to a maximum of 15, a frequency must also be between 1 and 15. As such, many game events will share a single frequency.
|
||||
*
|
||||
* <p>Note that the game event must also be in the {@linkplain GameEventTags#VIBRATIONS} tag to be detected by sculk sensors in the first place.
|
||||
* The same applies for interactions with the Warden in the {@linkplain GameEventTags#WARDEN_CAN_LISTEN} tag.
|
||||
*
|
||||
* @param event The event to register the frequency for.
|
||||
* @param frequency The frequency to register.
|
||||
|
|
Loading…
Reference in a new issue