mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-11 22:06:56 +00:00
Merge pull request #118 from RedstoneFuture/improvement/items-merging
Adding note about "fix-items-merging-through-walls" setting
This commit is contained in:
@@ -398,7 +398,7 @@ Good starting values:
|
||||
exp: 4.0
|
||||
```
|
||||
|
||||
This decides the distance between the items and exp orbs to be merged, reducing the amount of items ticking on the ground. Setting this too high will lead to the illusion of items or exp orbs disappearing as they merge together. Setting this too high will break some farms, as well as allow items to teleport through blocks. There are no checks done to prevent items from merging through walls. Exp is only merged on creation.
|
||||
This decides the distance between the items and exp orbs to be merged, reducing the amount of items ticking on the ground. Setting this too high will lead to the illusion of items or exp orbs disappearing as they merge together. Setting this too high will break some farms, as well as allow items to teleport through blocks. There are no checks done to prevent items from merging through walls (unless Paper's `fix-items-merging-through-walls` setting is activated). Exp is only merged on creation.
|
||||
|
||||
#### hopper-transfer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user