13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft/server/level
Noah van der Aa 8c8e7968ab Don't tick markers
Fixes https://github.com/PaperMC/Paper/issues/7276 and https://github.com/PaperMC/Paper/issues/8118
by using a config option that, when set to false, does not add markers to the entity
tick list at all and ignores them in Spigot's activation range checks. The entity tick
list is only used in the tick and tickPassenger methods, so we can safely not add the
markers to it. When the config option is set to true, markers are ticked as normal.
2022-01-07 11:58:26 +01:00
..
ChunkHolder.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ChunkMap.java.patch Oprimise map impl for tracked players 2021-02-19 22:51:52 -08:00
DistanceManager.java.patch Don't crash if player is attempted to be removed from untracked chunk. 2020-04-18 15:59:41 -04:00
ServerChunkCache.java.patch Add debug for sync chunk loads 2019-07-19 03:29:14 -07:00
ServerEntity.java.patch Configurable item frame map cursor update interval 2021-08-13 01:14:38 +02:00
ServerLevel.java.patch Don't tick markers 2022-01-07 11:58:26 +01:00
ServerPlayer.java.patch fix player loottables running when mob loot gamerule is false 2022-03-22 09:50:40 -07:00
ServerPlayerGameMode.java.patch Trigger bee_nest_destroyed trigger in the correct place 2022-02-02 13:50:06 -08:00
TicketType.java.patch MC Utils 2016-03-28 20:55:47 -04:00
WorldGenRegion.java.patch Buffer OOB setBlock calls 2022-03-19 12:12:22 +00:00