diff options
author | Jake Potrebic <[email protected]> | 2021-11-23 12:34:20 -0800 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2021-11-23 12:34:20 -0800 |
commit | ddaf1cb4e2684c87ad89d654176d3ad37d72772f (patch) | |
tree | dab5fa086f4984e4f0afae1b6ca89069fbf222ff /build-data/paper.at | |
parent | 682bb3f9c02f7fee379f4c6f7e9aaa79f0112c02 (diff) | |
download | Paper-ddaf1cb4e2684c87ad89d654176d3ad37d72772f.tar.gz Paper-ddaf1cb4e2684c87ad89d654176d3ad37d72772f.zip |
async chunk patch progress (#6930)
Diffstat (limited to 'build-data/paper.at')
-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; |