You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.