tModLoader

tModLoader

Pegasus Lib
目前顯示第 1-10 項,共 28 項
< 1  2  3 >
更新:8 月 21 日 @ 下午 7:19

Version 1.1 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

+ Added "Buff Hints", which display information about buffs and debuffs an item applies
+ added [sprite] chat tag

更新:8 月 18 日 @ 下午 12:33

Version 1.0.9.1 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

更新:8 月 15 日 @ 下午 3:52

Version 1.0.9 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

+ Added PegasusLib.LogLoadingWarning
+ Added WeakSyncedAction, an alternative to SyncedAction for client-side and no-sync mods
* Now throws an exception when a SyncedAction is loaded from a mod which can't safely use them, instead of letting it cause issues with subsequently loaded SyncedActions

更新:8 月 15 日 @ 下午 2:13

Version 1.0.8.1 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

+ Added FrameCachedValue
+ Added IEnumerable.TrySelect method
* If you somehow put an accessory in the functional or vanity slot of an extra dye slot, you can get it out
* SyncedAction.ServerOnly no longer prevents actions running in singleplayer
* SyncedAction now uses the minimum number of bytes necessary for IDs in networking

更新:8 月 12 日 @ 下午 1:19

Version 1.0.8 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

更新:8 月 8 日 @ 下午 12:34

Version 1.0.7.4 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

* Fixed SnippetHelper.CreateFloatOption only accepting integers

更新:8 月 4 日 @ 下午 2:55

Version 1.0.7.3 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

* Fixed extra dye slot menu icon showing up on unsupported slots

更新:8 月 1 日 @ 下午 7:18

Version 1.0.7.2 has been published to Stable tModLoader v2025.6, learn more at the homepage[github.com]

Don't name two variables "index" or you'll end up like me.

更新:7 月 31 日 @ 下午 12:23

Version 1.0.7.1 has been published to Stable tModLoader v2025.5, learn more at the homepage[github.com]

* Fixed an arguably minor issue introduced in 1.0.7

更新:7 月 29 日 @ 下午 6:00

Version 1.0.7 has been published to Stable tModLoader v2025.5, learn more at the homepage[github.com]

+ Mods can now give specific armor and accessories extra dye slots
+ Added SpawnPool.GetSpawn
* Fixed KeybindHandlerPlayer not being as reliable as it should be