Skip to content

Fabric (1.20.1) v1.1.2

Latest
Compare
Choose a tag to compare
@Creativious Creativious released this 03 Oct 22:16
· 2 commits to master since this release

Full Changelog: v1.1.1-1.20.1-FABRIC...v1.1.2-1.20.1-FABRIC

Fix the game crashing when renaming a spawn egg (relates to the method of downloading images async)

Future note for the cause of this problem was asynchttpclient didn't automatically include it's own dependencies, so the game crashed when using it.
Those dependencies have been added by throwing everything I could think of at it.