tModLoader

tModLoader

Turtle's L'il Dragon Race
正在显示第 311 - 320 项,共 418 项条目
< 1 ... 30  31  32  33  34 ... 42 >
更新于:2024 年 12 月 15 日 下午 8:10
作者:Turtleren

Version 2.10.1
** New **
None

** Changes **
- Minor race description change regarding crouching being a mostly cosmetic effect.

** Fixes **
None

** Code/Internal **
None

更新于:2024 年 12 月 14 日 下午 5:17
作者:Turtleren

Version 2.10.0, introducing the ability for mounted players to kick off riders by interacting with them.
** New **
- Mounted players can now eject riders by right clicking them. This provides a message in chat to the rider, notifying them that they were kicked off.

** Changes **
None

** Fixes **
None

** Code/Internal **
- PlayerPropertyTesting.cs removed (it's unused at this point).
- Shifted an IL edit to be an On hook, to support better inter-mod compatibility.
- Fixed 'receive' being misspelt as 'recieve' in a few functions.

更新于:2024 年 12 月 14 日 上午 4:25
作者:Turtleren

Version 2.9.3
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Remove unused ice breath variables (I swear I did this already, but must've missed some).
- Added DragonUtil function to support 4-block tall gates. This is mostly for the B'ig Dragon mod gates that I'm adding.

更新于:2024 年 12 月 13 日 下午 9:01
作者:Turtleren

Version 2.9.2
** New **
None

** Changes **
(edit: I forgot to mention this in the actual changelog file, but dragon blocks like the pedestals and breath bench now use more accurate particles when hit/broken, instead of wood.)

** Fixes **
None

** Code/Internal **
- Moved furniture item files into their own 'Furniture' folder instead of just being loose.
- Added functions to support syncing a player's race changing. Used for the B'ig Dragon gem of shaping multiplayer fix.

更新于:2024 年 12 月 13 日 上午 12:53
作者:Turtleren

Version 2.9.1
** New **
None

** Changes **
None

** Fixes **
- Fixed a missing name and tooltip for the new Tired Expression.

** Code/Internal **
None

更新于:2024 年 12 月 13 日 上午 12:33
作者:Turtleren

Version 2.9.0 brings a tweak to let you dye yourself while petrified, as well as a new expression item.
** New **
- If visibly wearing the Pendant of Stone, custom statue textures will use the same dye as the pendant, if dyed.
So if you've ever wanted to be a shifting rainbow or reflective gold statue of a dragon... here you go!
- Added a new facial expression vanity item: Tired Expression.

** Changes **
- Slightly adjusted the in-inventory look of the Angry Expression item.

** Fixes **
- Being petrified while crouch walking under a ceiling (applies only to B'ig Dragons as of writing this) no longer draws the petrified dragon in the wrong spot.

** Code/Internal **
None

更新于:2024 年 12 月 12 日 上午 3:26
作者:Turtleren

Version 2.8.8
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Updated description Special Thanks to include the latest contributors.

更新于:2024 年 12 月 12 日 上午 2:21
作者:Turtleren

Version 2.8.7
** New **
None

** Changes **
- Pendant of Stone now has a proper buy/sell price. As a consequence, it can no longer be reforged for 1 copper.

** Fixes **
None

** Code/Internal **
None

更新于:2024 年 12 月 11 日 下午 10:25
作者:Turtleren

Version 2.8.6
** New **
None

** Changes **
- Held items no longer render while using elemental breath.

** Fixes **
None

** Code/Internal **
None

更新于:2024 年 12 月 11 日 上午 3:44
作者:Turtleren

Version 2.8.5
** New **
None

** Changes **
- Changes to shoe rendering logic for dragons. It should be compatible with the new big dragon boots (and by compatible I mean they just won't render at all)

** Fixes **
- Fixed some shaders being improperly assigned for some draw layers currently used by the B'ig Dragon.

** Code/Internal **
- Support for big dragon draw layers to have shoes- added data field 'WearsBigBoots'.
- Some code cleanups.
- Special thanks update in mod description.