tModLoader
Pegasus Lib
Hiển thị 1-10 trong 28 mục
< 1  2  3 >
Cập nhật: 21 Thg08 @ 7:19pm

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

Cập nhật: 18 Thg08 @ 12:33pm

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

Cập nhật: 15 Thg08 @ 3:52pm

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

Cập nhật: 15 Thg08 @ 2:13pm

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

Cập nhật: 12 Thg08 @ 1:19pm

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

Cập nhật: 8 Thg08 @ 12:34pm

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

Cập nhật: 4 Thg08 @ 2:55pm

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

Cập nhật: 1 Thg08 @ 7:18pm

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.

Cập nhật: 31 Thg07 @ 12:23pm

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

Cập nhật: 29 Thg07 @ 6:00pm

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