Isle of Berk Variant Loader

Isle of Berk Variant Loader

Mod

Support for data-driven dragon variants for Isle of Berk mod

Client and server DecorationLibrary Mobs

39.4k downloads
24 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Isle of Berk Variant Loader 2.4.0

Changelog

  • Added baby_texture, baby_model, baby_animation and baby_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
  • 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 and log_variant_spawns and log_hitbox_redirects in common config. Both are set to false by default

    • If log_model_redirects set to false, information about registered model redirects will not be printed in logs
    • If log_variant_spawns set to false, information about registered variant spawns will not be printed in logs
    • If log_hitbox_redirects set to false, information about registered hitbox redirects will not be printed in logs
  • 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 form VariantName NBT in dragon variant tooltip

Files

iobvariantloader-2.4.0.jar(178.89 KiB) Primary Download

Project members

Nord_Act

Owner

Details

Licensed MIT
Published 2 years ago
Updated 4 months ago