Always nice to see my pull requests getting merged. Anyway, new #Fabric API coming soonish! #fabricmc #MinecraftModding @MinecraftModding
This is likely a mostly-bugfix release, with some small method additions to Object Builder to patch the gaps, and Renderer API changes/deprecations to fix longstanding issues. There is a last-minute discussion on whether to merge Ingredients API. @MinecraftModding
Bugfixes include:
- Networking: Fixes exception propagation in client join event, which coupled with buggy mods caused commands to be unusable.
- Biome: Carver related operation now works for carverless biomes.
- DataGen: Strict validation no longer fails with vanilla loot table blocks.
- Item Group: When a "common tab" is selected, the game now remembers the selection.
- Interaction API fixes, including a deprecation of an old API.
@MinecraftModding