Skip to content

Update 1.2.42

Choose a tag to compare

@Fox2Code Fox2Code released this 06 Apr 15:24
· 4 commits to main since this release
b20d628
  • Added preemptive networking to avoid outdated FoxLoader messages
  • Added SidedMetadataAPI, allow servers to expose custom metadata to the client about itself
  • Added setGameBlockProvider/setGameItemProvider to replace setGameBlockSource/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_scale can be used to change the scale of the in hand ItemStack)
  • Removed already upstreamed hotfix that was present in ReIndev
  • Updated Fabric Mixin from 0.13.1+mixin.0.8.5 to 0.13.2+mixin.0.8.5
  • Updated Vineflower from 1.9.3 to 1.10.0
  • Updated JFallback from 0.0.2 to 0.1.1
  • Updated FastUtil from 8.5.12 to 8.5.13
  • Updated Gradle from 8.6 to 8.7
  • Updated ASM from 9.6 to 9.7
  • Apply workaround suggested by @tulpenkiste for Pebblehost hosting

This is a massive release benefiting both server owners and mod developers.