tModLoader
Pegasus Lib
34개 중 1~10개 표시 중
< 1  2  3  4 >
업데이트: 2025년 10월 1일 @ 오후 8시 44분

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

Fixed CollisionExt not loading & AdvancedTextSnippetHandler throwing an error on servers.

업데이트: 2025년 9월 22일 @ 오후 2시 47분

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

업데이트: 2025년 9월 18일 @ 오후 2시 43분

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

** Fixed OrderConfigElement not properly inserting items at the end of the list
** Fixed a race condition that made ITextInputContainer not always copy or cut text properly

+ Added AdvancedTextSnippetHandler, which handles registering itself and adding Chat+ integration to autocomplete options (broken on Chat+'s end as of 1.3.1)
+ WrappingTextSnippet now has access to the origin of the text it's drawn in
+ You can now rearrange the tooltip lines displayed when hovering over an item in an extra dye slot

* Fixed numerical premade SnippetOptions not supporting negative values

업데이트: 2025년 9월 3일 @ 오후 7시 38분

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

+ Added CopyNPCShop, for when you need to copy a shop from an existing NPC
* Fixed ReflectionLoader attributes not being applicable to properties
* Fixed CreateStringOption causing an error if no delimiters are supplied
* Fixed OrderConfigElement showing the current order on top of all the ones previously displayed since resetting the element

업데이트: 2025년 8월 26일 @ 오후 1시 26분

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

* Fixed OrderConfigElement not refreshing after change

업데이트: 2025년 8월 25일 @ 오후 7시 44분

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

+ Added OrderConfigElement, for when you need to let players re-order some set of items
+ Added NamedDefinitionConfigElement

* Improvements to buff hints

업데이트: 2025년 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

업데이트: 2025년 8월 18일 @ 오후 12시 33분

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

업데이트: 2025년 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

업데이트: 2025년 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