Compatibility
Minecraft: Java Edition
1.18.2
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last year
Updated 3 weeks ago
Changelog
-
Added
baby_texture
,baby_model
,baby_animation
andbaby_saddle
model redirect fields- They act exactly the same as their counterparts without
baby_
prefix - Anything placed in those fields will be applied only if dragon is baby
- If those fields are not specified, baby models, animations and textures will be applied normally
- They act exactly the same as their counterparts without
-
Improved readability of model redirect data, hitbox redirect and variant spawn debug prints in logs
- They also are now printed in normal log instead of debug one
-
Added options
log_model_redirects
in client config andlog_variant_spawns
andlog_hitbox_redirects
in common config. Both are set tofalse
by default- If
log_model_redirects
set tofalse
, information about registered model redirects will not be printed in logs - If
log_variant_spawns
set tofalse
, information about registered variant spawns will not be printed in logs - If
log_hitbox_redirects
set tofalse
, information about registered hitbox redirects will not be printed in logs
- If
-
Added
dragon
field for model redirects, hitbox redirects and variant spawns.dragon
field allows to specify dragon ID to which this file belongs. If specified, file name will be ignored- If
dragon
is not specified, it'll attempt to define dragon ID from file name as before - Field must be specified outside entry list for all cases, i.e.:
{ "dragon": "some_dragon", "redirects": [ ... ] }
-
Now if mod is unable to recognize dragon ID in model redirect, hitbox redirect or variant spawn file, file will be skipped and warning will be printed in console
-
Added Jade integration for displaying dragon and egg variants in tooltip
- Additionally added
display_original_variant_name
client config option that can enforce display of string formVariantName
NBT in dragon variant tooltip
- Additionally added
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
2.4.0Loaders
Game versions
1.18.2Downloads
1509Publication date
March 10, 2025 at 4:16 PMPublisher

Nord_Act
Owner