tModLoader

tModLoader

Turtle's L'il Dragon Race
Showing 321-330 of 377 entries
< 1 ... 31  32  33  34  35 ... 38 >
Update: 23 Nov, 2024 @ 4:13pm

Version 1.5.3
- Moved wing animation logic out from render event to tick event to (hopefully) fix issues with HighFPSSupport.
- WIP breath ability stuff. Currently not accessible through legitimate means.

Update: 22 Nov, 2024 @ 8:01am

Version 1.5.2
- Compatibility update for Stars Above to prevent some guns from making the dragon's head break.
- Removed some debug logging from the last update when pressing the smart cursor key.

Dear The Stars Above author - please fix your code to not set the player's direction to 0 ok thanks that's kinda not good

Update: 22 Nov, 2024 @ 6:26am

Version 1.5.1
- Supported Yoraiz0r's Spell (I hope. This ONE ITEM took hours to implement a fix for.)
- Custom wingFrame implementation to address some issues with certain wings that made the dragon's custom wings break or flap very erratically. Some wings like the Hoverboard will still make the dragon appear to be standing mid-air, but I think that's alright imo.
- Fixed a missing pixel because of the dragon's tail if the dragon was falling but in a 'standing' animation.
- Fixed some logging during loading.
- Hid the Inner Tube.

Update: 22 Nov, 2024 @ 1:20am

Version 1.5.0, I did a lot of stuff folks
- All craftable recipes at the Dragon Vanity Bench no longer consume their listed ingredients.
- Dragon armour recipes changed to require their vanilla counterparts to craft.
- Some other vanity recipes have changed slightly, eg Snout Spikes need a stone block instead of wood.
- Added shadow and crimson armour for dragons.
- Added a dragon-compatible shackle accessory. You can craft it if you have a regular shackle, but it won't consume the shackle.
- Added server configs to allow a separate buff to be applied when spawning as a statue. Disabled by default.
- Mounting no longer allows [INTERACT] to dismount. Please use [JUMP] instead. You can re-enable using [INTERACT] with a new client config setting.
- Dragons now render boots on all four legs. It can look a bit odd on the hind legs while jumping since the sprites just didn't support the way the dragon's hind legs are positioned while airborne, so the option to disable this new feature is available in the client config.
- Riding a dragon no longer sets gravity to 0.
- Adjusted some riding positions to try and be more centered.
- Tweaked some body armour sprite outlines.
- Fixed dragon wings becoming disjointed if crouching/sitting with wings open somehow (eg. Yoraiz0r's because of same strangeness it does behind the scenes).
- Fixed console spam when using AFKs Pets and more.
- Fixed a missing outline pixel that was causing a break in the dragon's outline when while mounted and visible.
- Shifted the code around for the dragon mounting system to try and reduce the 1 frame desync that happens for riders who update BEFORE their mounted player.

Please let me know if any bugs arise.
I'll be tackling Yoraiz0r's spell visuals being mispositioned next patch.

Update: 20 Nov, 2024 @ 8:52pm

Version 1.4.5
- Added new vanities: Snout Spikes. These give your dragon a little spike on the front of their snout. Comes in 2 different variations at the moment.
- Added a large number of new stat configurations. You can further customise dragon stats like damage, minion count, knockback immunity, etc. Not EVERY stat is supported, but a large number are.
- Fixed run slowdown config saying it's not affected by the overall speed modifier when it actually is.
- Tagged as library since the foundation this mod is built upon is now used to support other similar mods.

Update: 20 Nov, 2024 @ 5:35am

Version 1.4.4
- Fixed some language strings that said some configs were ON by default when they really were OFF.

Update: 20 Nov, 2024 @ 5:31am

Version 1.4.3
- Added more options for controlling on-spawn petrification: On first spawn, on enter world, and on respawn.
- On-spawn petrification duration can also be configured now.
- Dragons now spawn with full health (130) on first spawn, instead of 100.
- Fixed a crash when dying while wearing a saddle.

Update: 20 Nov, 2024 @ 1:10am

Version 1.4.2, misc fixes and QoL.
- Allowed pressing [JUMP] to dismount. If a hook is connected, it will prioritise removing the hook instead.
- Fixed mounted players taking fall damage when hopping off if the mount moves downwards a lot from the starting point, then you hop off.
- Player gravity set to 0 while mounted in an attempt to fix a rare glitch where the rider would have their arms held up in the air.
- Cleaned up unused function overrides.
- A couple small description changes to remove fluff.

Update: 19 Nov, 2024 @ 3:35am

Version 1.4.1
i forgor change version number in build.txt

Update: 19 Nov, 2024 @ 3:35am

Version 1.4.0, more dragon-compatible armour and a few other changes. I think this is worthy of a minor version increase.
- Added iron, leader, silver and tungsten armour for dragons, including a custom helmet to fit their snouts properly for the silver and tungsten sets.
- Removed 'Dragons Lean While Crouched' client config.
- Fixed some newline spam when adding race datas.
- Fixed incompatibility with 'AFK's Pets and more' that was causing the dragon's head to be misplaced.
- More race data additions to support more flexibility internally.
- Internal gravity flip fixes for non-dragon races using the dragon mod as an API.