Skip to content

0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@legopitstop legopitstop released this 17 Mar 04:44
· 2 commits to main since this release

[0.0.3] - 3/15/2024

General

  • Changed manifest format version to 2
  • Re-wrote code for adding files to packs and add-ons to be dynamic
  • The Identifier object should now correctly handle paths that have multiple colons.
  • JSON Schemas should now be included in the package.

Refactor

  • todo submodule to experimental which contains objects that are still in development.
  • Identifier.parse method to Identifier.of
  • BlockState object to BlockProperty and added new BlockState which describes a block's ID and its block properties.
  • Migrated from __dict__ to jsonify for converting classes to JSON-friendly dictionaries.

Added

  • Feature
  • FeatureRule
  • Trading
  • Geometry
  • BlockCullingRules