Skip to content

3.1.13

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 16:24
· 76 commits to master since this release
  • Now natively works on Epic Games version, and prompts user to download the compatability plugin to make other mods work if they don't have it
  • Added ModHelperData bool Plugin field for mods that are MelonPlugins
  • Fixed SteamWebView usage on the Epic Games version
  • Fixed a crash that could happen on Linux (thanks @GrahamKracker)
  • Fixed more crashes from TowerInventory / subtower interactions (thanks @Onixiya)
  • Added AttackHelper, WeaponHelper and ProjectileHelper that can be used to less painfully create those models
    from scratch
    • The classes will implicitly convert themselves to their respective models
    • Make use of the object initialization syntax; don't need to specify every single field, will use sensible defaults