This mod uses a modified version of Fabric (Babric) and is designed only for Better than Adventure, a heavily modified version of Minecraft b1.7.3!
For more information, join the discord server provided on this projects page.
DragonFly is a model library which allows other mods made for BTA to use model formats used in modern Minecraft versions. It makes modeling and texturing able to be done through programs like BlockBench making complex models much less daunting to implement.
DragonFly Allows the use of
Using Animation to Json Converter Plugin from Blockbench Plugin to export json file
once export. you should place Put it under assets/
and load with
// for example. ../animation/test <animation path> should be
// DragonFly.loadEntityAnimations(<modid>, "test")
DragonFly.loadEntityAnimations(<modid>, <animation path>)
This mod needs a specific MultiMC/Prism instance to run and another other mod as a dependency:

A model library for Better Than Adventure (A heavily modified version of beta 1.7.3)