Skip to content

v0.2.0 Better Block Model Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@UselessBullets UselessBullets released this 19 Nov 22:02
· 102 commits to 1.7.7.x since this 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