Skip to content

[1.21+] oωo - 0.12.12

Compare
Choose a tag to compare
@gliscowo gliscowo released this 03 Sep 17:26
· 25 commits to 1.21 since this release
212005b

Additions

  • An experimental API for deriving item stack components based on the user-provided components has been added (check OwoItem#deriveStackComponents). The current implementation only re-derives components when Item#postProcessComponents gets invoked and is subject to change

Changes

  • Config screen providers are now registered through the new ConfigScreenProviders class to avoid classloading issues (the old methods on ConfigScreen remain but are deprecated for removal). Along with this change, the config screen generated by a provider no longer needs to extend owo's ConfigScreen

Fixes

  • The SyncedProperty and screen handler messages APIs now properly pass registry context when serializing over the network
  • Recipe-specific remainders, which were not properly ported to 1.21, work again