Update version to 1.20.3 1.20.4
Added changelog file inside datapack/mod archive
Adds breeze to increased follow range list (speed will remain unchanged for now)
Fixed critical issue with pack.mcmeta and datapack directory that prevented the 1.20.2 overlay from actually being applied... if you experienced evokers in 1.20.2 that had infinite regen and couldn't die, this is why
- Rewrites
tick.mcfunction
to useexecute as @e[...]
statements to improve performance - Rewrites various mob functions based on point 1 to improve performance
- Mobs with dashes don't use them if the player is already really close
- Evoker fangs are correctly tripled over long distances
- Thrown potions are only checked once to see if they are witch potions, rather than every tick
- Spider webs use a different sound effect
- Reorganizes certain functions so that the
damage
command is always called from a separate file, allowing the datapack to work as intended from 1.17-1.19.3