PaperMC/paper-server/patches/sources/net/minecraft/server/level
Jake Potrebic f2dcecf4d9 Add option for strict advancement dimension checks
Craftbukkit attempts to translate worlds that use the
same generation as the Overworld, The Nether, or The End
to use those dimensions when checking the `changed_dimension`
criteria trigger, or whether to trigger the `NETHER_TRAVEL`
distance trigger. This adds a config option to ignore that
and use the exact dimension key of the worlds involved.
2022-06-12 11:47:24 -07: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 Add option for strict advancement dimension checks 2022-06-12 11:47:24 -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