Перейти к содержимому
Mineforgian

DragonFly Model Library

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

Загрузки
11K
Подписчики
13
Обновлён
25 сентября 2025 г.
Лицензия
CC0-1.0

Опубликован 19 февраля 2024 г.

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.

About

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 also allows texturepacks to change the models of any mod using DragonFly.
  • DragonFly uses HalpLibe for texture registration and for HalpLibe's entrypoints
  • You can look at the DragonFly Example Mod for help using DragonFly in your project

Supported data types:

DragonFly Allows the use of

  • Modern Java Block/Item Models
  • Modern Java Block States
  • Modern Bedrock Entity Geometries
  • Modern Bedrock Entity Animations

How to make Entity Animations (in 7.3_03 or above):

Using Animation to Json Converter Plugin from Blockbench Plugin to export json file

once export. you should place Put it under assets//animation folder

and load with

// for example. ../animation/test <animation path> should be 
// DragonFly.loadEntityAnimations(<modid>, "test")
DragonFly.loadEntityAnimations(<modid>, <animation path>)

Installation

This mod needs a specific MultiMC/Prism instance to run and another other mod as a dependency:

Credits

DragonFly:

  • Useless - Block Models, Block States
  • baguchan - Entity Models, Animations
  • 0999312 - MMLib (Tremendously helpful for implementing Entity Model support)

Libraries used:

  • Turnip Labs - halplibe

BTA Developers:

  • jonkadelic
  • maggandgeez
  • nebulabc
  • bestsoft100
  • sunsetsatellite (Martin)
  • useless

Babric (fork of Fabric for Beta Minecraft) Maintainers:

  • calmilamsy
  • 6pak

Special thanks:

  • Better than Adventure Discord Server (biggest fork of b1.7.3 with many cool features)
  • BTA Modding Discord Server (community of modding pioneers of this fork, because it was possible and nobody stopped us)

Центр версий

17 из 17
  • Альфа1.5 МБ
  • Альфа2.0 МБ
  • Альфа700 КБ
  • Альфа700 КБ
  • Альфа700 КБ
  • Альфа700 КБ
  • Альфа682 КБ
  • Релиз752 КБ
  • Релиз665 КБ
  • Релиз665 КБ
  • Релиз680 КБ
  • Релиз706 КБ
  • Релиз706 КБ
  • Релиз706 КБ
  • Релиз760 КБ
  • Релиз131 КБ
  • Релиз714 КБ

Ченджлог

1.7.0-alpha.7Альфаb1.7.3 · 25 сентября 2025 г.
  • Actually included the joml dependency jar into the mod (ie, the mod actually boots now)
  • Fixed build system issues incorrectly including debug assets
  • Fixed package layout issues causing debug classes to not be seen as debug classes (and removed from the final build)
1.7.0-alpha.6Альфаb1.7.3 · 22 августа 2025 г.
  • Ported 7.4's Block Model System
  • Backend support for rotating models
  • Backend support for uvlock
  • Proper normal based lighting calculation
1.7.0-alpha.5Альфаb1.7.3 · 11 июля 2025 г.
  • Don't crash if DisplayPos doesn't specify an optional property.
1.7.0-alpha.4Альфаb1.7.3 · 20 июня 2025 г.

fixed peformance issues

1.7.0-alpha.3Альфаb1.7.3 · 14 июня 2025 г.

fixed crash

1.7.0-alpha.2Альфаb1.7.3 · 13 июня 2025 г.

Add Animation System(With Now... It complete good now!)

1.7.0-alpha.1Альфаb1.7.3 · 7 апреля 2025 г.
  • Updated to BTA 7.3_01!

Alpha release, some features are missing!

1.6.0-7.2-0.1Релизb1.7.3 · 8 октября 2024 г.

animation correctly

rotation fix(hopefully)

Комментарии

Загружаем…