tModLoader

tModLoader

Turtle's L'il Dragon Race
Showing 271-280 of 377 entries
< 1 ... 26  27  28  29  30 ... 38 >
Update: 14 Dec, 2024 @ 5:17pm

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.

Update: 14 Dec, 2024 @ 4:25am

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.

Update: 13 Dec, 2024 @ 9:01pm

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.

Update: 13 Dec, 2024 @ 12:53am

Version 2.9.1
** New **
None

** Changes **
None

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

** Code/Internal **
None

Update: 13 Dec, 2024 @ 12:33am

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

Update: 12 Dec, 2024 @ 3:26am

Version 2.8.8
** New **
None

** Changes **
None

** Fixes **
None

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

Update: 12 Dec, 2024 @ 2:21am

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

Update: 11 Dec, 2024 @ 10:25pm

Version 2.8.6
** New **
None

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

** Fixes **
None

** Code/Internal **
None

Update: 11 Dec, 2024 @ 3:44am

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.

Update: 11 Dec, 2024 @ 12:11am

Version 2.8.4 hopefully fixes any bugs related to saves not loading for old players, even non-dragon ones.
** New **
None

** Changes **
None

** Fixes **
- Defensive measures are in place for corrupt or old save data. I'm hoping this fixes any issues players have with old characters not loading.

** Code/Internal **
- Removed some unused breath attack variables.