Skip to content

v0.9.20

Choose a tag to compare

@github-actions github-actions released this 18 Aug 23:08
· 2 commits to main since this release

Changes in 0.9.20

Fixed

  • The GreenTab app comes back after a trip to the main menu instead of failing to register, which took
    the whole app down rather than its icon.
  • Unicorn's Custom Seeds can put its seeds in a supplier's shop again. Reading the list was bridged and
    writing it back was not.
  • Installing through Vortex puts the plugin in the game's Plugins folder instead of bepinex/plugins.

Installing by hand: Polyfill.Boot.dll goes into Plugins/, Polyfill.dll into Mods/. The plugin
does the work and has to be a plugin - it runs before any mod is read - so a copy of it in Mods/ is
ignored by MelonLoader. The mod only adds the console commands and can be left out.

Polyfill patches the game, not your mods. Your own files are never changed, and polyfillrestore in
the console takes the patch back out on the next launch.

What's Changed

  • fix: GreenTab, Unicorn's Custom Seeds, and the Vortex install path by @DooDesch in #59

Full Changelog: v0.9.19...v0.9.20