Skip to content

Releases: UselessSolutions/DragonFly

v0.4.0 Model Animations + Block Color Support

23 Nov 04:37
9bbe078
Compare
Choose a tag to compare

Dependencies:

Change Log

Additions:

  • Block Model faces can now specify a "tintindex", when the tint index is >= 0 the face will be colored by the assigned block color.
  • Block Models now support Cull Faces, which culls faces when adjacent to a full block
  • Entity Model animation file support

Changes:

  • Default textures for block models can no longer be assigned in code

Blockstate support should come in the next update, which will include the ability for the models to be rotated and for multipart block models too.

Full Changelog: v0.3.0...v0.4.0

v0.3.0 Extra Model Capabilities

20 Nov 10:24
Compare
Choose a tag to compare

Dependencies:

Change Log

Additions:

  • Block Model cube rotation support

Fixes:

  • Parent and child bones now work properly on Entities

v0.2.1 UV mapping improvement

20 Nov 01:28
6203428
Compare
Choose a tag to compare
Pre-release

Dependencies:

Change Log

Changes:

  • Removed test assets from releases

Fixes:

  • Texture UVs applied to faces properly

v0.2.0 Better Block Model Support

19 Nov 22:02
Compare
Choose a tag to compare
Pre-release

Dependencies:

Change Log

Additions:

  • Added support for loading modded block textures in models "ModId:block/blockimagename" (do not include .png for the reference inside the model file, this also integrates with HalpLibe's Texture System)
  • Added support for the ambient occlusion Boolean
  • Added support for model parents (Model can now inherit from other models)
  • Added support for recursive texture search

Changes:

  • Separated raw model data into its own classes separate from the models used for rendering
  • Now load all the data in model JSONs (not all of it is currently used still)
  • UVs will now autogenerate based on a cubes size when not manually specified
  • Major refactor of project structure, class files will have to be re imported

v0.1.1 Initial Public Release

18 Nov 04:16
Compare
Choose a tag to compare
Pre-release

Currently Available Features

  • ModelHelper, Helper class for creating block and entity models
  • Supports a limited version of Modern MC Models
  • Supports a limited version of Modern Bedrock edition entity Models

This is an early pre release version of DragonFly, expect many bugs, and expect many features to get broken in future updates

See DragonFly Example Mod Here