Skip to content

2.2.0

Compare
Choose a tag to compare
@dktapps dktapps released this 07 Jun 19:40
· 38 commits to master since this release
79bb3ad

Changes since 2.1.0

  • Added schema to upgrade blockstates to 1.20.0.23 beta.
  • Entries in remappedStates may have a new (optional) copiedState property, which contains a list of property names that should be copied from the old blockstate without modification.
    • oldState should now be interpreted as a partial match criteria, rather than requiring an input blockstate to exactly equal it.
    • This change allows significantly reducing the size of state remaps when blocks are flattened (think each type of wall getting its own ID).
    • All schemas have been regenerated to use this new feature. Old schemas will continue to work, but you might benefit from updating them.
    • An example of this feature in a schema can be seen here, and example changes to support it here.
  • Improved rule ordering in schema files.
  • Improved conversion of wooden logs from 1.12 -> 1.13.
  • Fixed incorrect property value conversion of purpur, quartz, hay and bone blocks in 1.9 -> 1.10.