Skip to content

Instantly share code, notes, and snippets.

@apple502j
Created September 6, 2023 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apple502j/352f6d84933e300bbbe06b8b120f5ddc to your computer and use it in GitHub Desktop.
Save apple502j/352f6d84933e300bbbe06b8b120f5ddc to your computer and use it in GitHub Desktop.

1.20.2-pre1 update

Yet another snapshot for the game of Necraft. Or, so says the Matcher.

Fabric update

No breaking change in this update (0.88.2). Note, however, that, a recent PR added Fabric BlockView API v2. This replaced Rendering Data Attachment v1 API. The old API is still available, but is deprecated. Deprecated APIs are now opt-out in development environment, so this shouldn't cause that many issues.

Another recent change is that side parameter in SidedStorageBlockEntity is now documented and marked as nullable. This matches the actual behavior. Make sure to re-check the code.

Minecraft update

Trading

The signature for the constructor of ProcessItemFactory has changed. TypedWrapperFactory now has a staticmethod, of, which makes a wrapper using the same backing factory for the specified types of villagers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment