diff options
author | Jake Potrebic <[email protected]> | 2021-11-23 12:34:20 -0800 |
---|---|---|
committer | MiniDigger | Martin <[email protected]> | 2021-11-30 19:26:33 +0100 |
commit | 66dbf41a65e3348828d8da616f11c2f77dfe0bfe (patch) | |
tree | 15b59a4aed131e36d1719b524186302c219136de /build-data | |
parent | 758b8c689b4519f0ec834d0e5fae4bfe47791781 (diff) | |
download | Paper-66dbf41a65e3348828d8da616f11c2f77dfe0bfe.tar.gz Paper-66dbf41a65e3348828d8da616f11c2f77dfe0bfe.zip |
async chunk patch progress (#6930)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 2790d40943..777d1ed2a2 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -50,7 +50,7 @@ public net.minecraft.world.entity.player.Player removeEntitiesOnShoulder()V # LivingEntity setkiller public net.minecraft.world.entity.LivingEntity lastHurtByPlayerTime -# SkeletonHorse Addittions +# SkeletonHorse Additions public net.minecraft.world.entity.animal.horse.SkeletonHorse trapTime # Fix client rendering skulls @@ -66,6 +66,7 @@ public-f net.minecraft.world.level.chunk.storage.RegionFileStorage public net.minecraft.world.level.chunk.storage.RegionFileStorage getFile(Lnet/minecraft/world/level/ChunkPos;Z)Lnet/minecraft/world/level/chunk/storage/RegionFile; public net.minecraft.world.level.chunk.storage.SectionStorage dirty public net.minecraft.util.thread.BlockableEventLoop runAllTasks()V +public net.minecraft.server.level.ChunkMap getPoiManager()Lnet/minecraft/world/entity/ai/village/poi/PoiManager; # Improve death events public net.minecraft.world.entity.LivingEntity getDeathSound()Lnet/minecraft/sounds/SoundEvent; |