Skip to content

v0.11 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@JavidPack JavidPack released this 17 Feb 01:43
· 946 commits to master since this release

This release is NOT intended for regular users, you will have many issues unless you are a modder

Release notes since 0.11 Beta 1, see 0.11 Beta 1 release notes for additional changes since 0.10.1.5.

API
ModPlayer.ModifyNurseHeal/ModifyNursePrice/PostNurseHeal/PostSellItem/CanSellItem/PostBuyItem/CanBuyItem - Various hooks to act upon shop purchases, thanks @Agrair
All necessary .dll references automatically placed in ModLoader\references with tModLoader.targets file
In-game Mod Source generator utilizing tModLoader.targets file
HiDef defaults to true regardless of resolution (better shader support)
HeaderAttribute for ModConfig
2nd level weak-references no longer required for compile
Major version dependencies must match for mods referencing other mods to mitigate future versioning bugs

Fixes
Fix Beta 1 bug when deleting active mod
Fix Beta 1 bug when viewing any info message
Fix Beta 1 bug with TagCompound.Set
Fix Beta 1 bug with compilation error messages
Fix Beta 1 bug when updating active mod

QOL
File Association for .tmod files on Windows. Double click to install or enable mods.
Mod Memory consumption UI in Mods menu - Enable in tModLoader settings and then restart.
Mod->More Info->Homepage button now shows URL when hovered

Example Mod
Minesweeper Tile - ModTile.TileFrame example

Contributor Thanks
Thanks to @Agrair