diff options
author | Jake Potrebic <[email protected]> | 2022-02-20 13:44:14 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-20 13:44:14 -0800 |
commit | 392acfdaa4153a269b6bc53e23efb4fd0b809588 (patch) | |
tree | fe5eb5dac512a20eba0e3f8a0a6528f3e7786e9a /build-data | |
parent | 36a1650dbfb1f43e38b6f61fc05e65dc82de0736 (diff) | |
download | Paper-392acfdaa4153a269b6bc53e23efb4fd0b809588.tar.gz Paper-392acfdaa4153a269b6bc53e23efb4fd0b809588.zip |
Configurable sculk sensor listener range (#6443)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index eff98f86f1..6f731e0677 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -308,3 +308,6 @@ public org.bukkit.craftbukkit.block.data.CraftBlockData toNMS(Ljava/lang/Enum;Lj # Stronghold seed configuration public-f net.minecraft.world.level.chunk.ChunkGenerator strongholdSeed + +# More Sculk Sensor API +public-f net.minecraft.world.level.gameevent.vibrations.VibrationListener listenerRange |