OptimizationsAndTweaks

OptimizationsAndTweaks

Mod

Mod that add some Optimizations/Bugfix/Tweakings for minecraft 1.7.10 and mods

Client and server Optimization

9,670 downloads
13 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Changelog

Mixin Added

-MixinPathNavigate (Vanilla) (Made tryMoveToEntityLiving Asyncronous)

Mixin Updated

-MixinEntity (Vanilla) (redundant code remover)

-MixinEntityTracker (Vanilla) (Use A Thread safe HashSet instead of not thread safe)

-MixinMinecraft (Vanilla) (Remove unecessary optimizations)

-MixinMinecraftServer (Vanilla) (Made tick method synchronized and add a a name to Save Thread)

-MixinNBTTagCompound (Vanilla) (Use ConcurrentHashMap instead of HashMap to prevent ConcurrentModificationException)

-MixinVec3 (Vanilla) (made setComponents synchronized)

-MixinWorld (Vanilla) (Improve Thread Safety)

-MixinWorldServer (Vanilla) (Improve Thread Safety + make it more memory efficient

-MixinBiomeGenBase (Vanilla) (made genBiomeTerrain synchronized)

Mixin Removed

-MixinChunkCoordIntPair (Vanilla) (Removed because Hodgepodge has a better optimization)

-MixinDedicatedServer (Vanilla) (Removed because unecessary optimizations)

Other

-rename NoiseGeneratorOctavesMultithread to NoiseGeneratorOctavesTwo (and remove threaded features)

-rename NoiseGeneratorImprovedMultithread to NoiseGeneratorImprovedTwo (and remove threaded features)

-rename NoiseGeneratorPerlinMultithread to NoiseGeneratorPerlinTwo (and remove threaded features)

-rename NoiseGeneratorSimplexMultithread to NoiseGeneratorSimplexTwo (and remove threaded features)

-Made ArrayListThreadSafe class

-Made ConcurrentSkipListSetThreadSafe class

-Made HashSetThreadSafe class

-Made TreeSetThreadSafe class

-add a name to CompressTask thread

Files

optimizationsandtweaks-V1.13.7.jar(3.89 MiB) Primary Download

Project members

quentin452

Owner

Details

Licensed GPL-3.0-only
Published a year ago
Updated 8 months ago