Skip to content

1.5.13

Choose a tag to compare

@KasumiNova KasumiNova released this 31 Oct 05:25
· 19 commits to master since this release

New Improvements

  • Added NBT memory optimisation.
  • New NBT match optimisation.
  • Added NBT hash cache.
  • Optimise copying of NBT primitive types.
  • Added chunk TileEntity state judgement optimisation.
  • Added chunk TileEntity queue data structure optimisation.
  • Added Botania's several TileEntity optimisations.
  • Added ForgeChunkManager#getPersistentChunksIterableFor optimisation for Forge.
  • New server-side thread priority optimisation.

New Features

  • Added a feature in ModularRouters to enable energy saving mode by default on all new routers.
  • Added item placement check for DE.
  • Added player interact check option.
  • Added asynchronous mode for ResourceLocationCanonicalisation option (Use more memory).

New Fixes

  • Added an item duplication fix for EBWizardry.
  • Fixed an issue where ParallelModelLoader could cause a NoSuchMethodException.
  • Added a fix for null blockstate on the client.

Improvements

  • Optimised the performance overhead of EnderIO's energy network optimisation.
  • Improved calculation speed of IC2's MixinGridUpdater.

Fixes

  • Fix mcmod.info versioning anomaly.
  • Fixed an issue where IC2's MixinReflectionUtil didn't work.

Changes

  • AsyncItemStackCapabilityInit now disabled by default.