PaperMC/paper-server/patches/sources/net/minecraft/world
Newwind 4b761f97a3 Configuration for horizontal-only item merging
Most of the visual artifacts that result from having item merge radius above vanilla levels is from items merging vertically,
which realistically, only happens when a player is dropping items, or items are dropping from breaking a block.

Most of the scenarios where item merging makes sense involves the two item entities being on the same Y level. i.e on the ground next to each other.
This is even more apparent since paper fixed items being able to merge through blocks.

This patch allows us to configure items to only merge horizontally, which is what vanilla does.
This allows us to have both the reduced number of item entities a high item-merge radius provides,
without most of the visual artifacts caused by items merging vertically.
2024-08-07 13:25:55 +02:00
..
damagesource Fix DamageSource API 2024-03-09 14:13:04 -08:00
effect Fire EntityChangeBlockEvent in more places 2021-08-09 20:45:46 -07:00
entity Configuration for horizontal-only item merging 2024-08-07 13:25:55 +02:00
food
inventory Item Mutation Fixes 2024-03-20 20:41:35 -04:00
item Fix cancelling BlockPlaceEvent calling onRemove 2024-05-23 11:02:20 +02:00
level Check for block type in SculkSensorBlock#canActivate 2024-08-07 14:33:25 +02:00
scores
BossEvent.java.patch
CompoundContainer.java.patch
Container.java.patch Add missing InventoryHolders to inventories 2022-01-24 00:09:02 -08:00
RandomizableContainer.java.patch Validate ResourceLocation in NBT reading 2024-01-04 13:49:14 +01:00
SimpleContainer.java.patch Fix inventories returning null Locations 2023-03-15 18:29:45 -07:00