Skip to content

1.3.4

Compare
Choose a tag to compare
@KasumiNova KasumiNova released this 09 Sep 03:27
· 56 commits to master since this release

Changes

  • Added vanilla performance optimisation: ParallelTextureLoad, replacing the old option ParallelTextureUpload, and better performance.
  • When installed with VintageFix, the following options need to be checked:
    • When using vintagefix.mixin.dynamic_resources, you need to disable the following features, or turn off vintagefix.mixin.dynamic_resources.
      • ParallelModelLoader
      • StitcherCache
    • When using vintagefix.mixin.textures, the function ParallelTextureLoad needs to be turned off, or vintagefix.mixin.textures needs to be turned off.
    • When using vintagefix.mixin.resourcepacks, you need to disable the function ResourceExistStateCache, or turn off vintagefix.mixin.resourcepacks.

Fixes

  • Fixed an issue where TE5 fixes would still overwrite UniversalTweaks code when the config file was closed.