Update 1.2.42
- Added preemptive networking to avoid outdated FoxLoader messages
- Added SidedMetadataAPI, allow servers to expose custom metadata to the client about itself
- Added
setGameBlockProvider/setGameItemProviderto replacesetGameBlockSource/setGameItemSource
(It should make it easier to register custom block for mod creators, old API will be on limited life support) - Added FoxClassLoader.injectResource() API for runtime resource injection.
- Added LoadingPlugin API to allow mods to implement compatibility layers
- Added WorldItemScale API to allow Items size to be visually changed
(The API work for Item and ItemStack, so both new and existing items can have a custom scale)
(Also the command/set_world_item_scalecan be used to change the scale of the in handItemStack) - Removed already upstreamed hotfix that was present in ReIndev
- Updated Fabric Mixin from
0.13.1+mixin.0.8.5to0.13.2+mixin.0.8.5 - Updated Vineflower from
1.9.3to1.10.0 - Updated JFallback from
0.0.2to0.1.1 - Updated FastUtil from
8.5.12to8.5.13 - Updated Gradle from
8.6to8.7 - Updated ASM from
9.6to9.7 - Apply workaround suggested by @tulpenkiste for Pebblehost hosting
This is a massive release benefiting both server owners and mod developers.