/
Added baby_texture, baby_model, baby_animation and baby_saddle model redirect fields
baby_ prefixImproved readability of model redirect data, hitbox redirect and variant spawn debug prints in logs
Added options log_model_redirects in client config and log_variant_spawns and log_hitbox_redirects in common config. Both are set to false by default
log_model_redirects set to false, information about registered model redirects will not be printed in logslog_variant_spawns set to false, information about registered variant spawns will not be printed in logslog_hitbox_redirects set to false, information about registered hitbox redirects will not be printed in logsAdded 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 ignoreddragon is not specified, it'll attempt to define dragon ID from file name as before{
"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
display_original_variant_name client config option that can enforce display of string form VariantName NBT in dragon variant tooltip
Support for data-driven dragon variants for Isle of Berk mod