Hey guys, new small update dropped.
It's not a major update but a lot of improvements were made to potion behavior. Now potions are completely configurable and can emulate 1.8.8 behavior perfectly. Currently this is how potions sub-config looks like:
Code (Text):
optimized-potions:
enabled: true
model: LEGACY
legacy:
speed: 0.5
randomness-x: 0.0074999998
randomness-y: 0.0074999998
randomness-z: 0.0074999998
gravity-x: 0.0
gravity-y: 0.05
gravity-z: 0.0
drag-horizontal: 1.0
drag-vertical: 1.0
max-life-ticks: 200
splash-radius: 4.0
splash-shape: SQUARE
splash-gauss-sigma: 0.5
custom:
speed: 1.0
randomness-x: 0.02
randomness-y: 0.02
randomness-z: 0.02
gravity-x: 0.0
gravity-y: 0.03
gravity-z: 0.0
drag-horizontal: 0.98
drag-vertical: 0.99
max-life-ticks: 300
splash-radius: 3.0
splash-shape: LINEAR
splash-gauss-sigma: 1.0
self:
full-intensity-on-threshold: true
threshold: 0.75
radius: 0.5