Update MixinPatchBlockMagicalLeavesPerformances.java
Add MixinPatchBlockMagicalLeavesPerformances , this should reduce tps lags caused by Leaves from thaumcraft
Removed MixinWorldTick + MixinMultithreadedSkyLightning
code cleanup
Fix #20
Full Changelog: Link to the Full Changelog
Fixes
Fixed more cascading issues in MixinFixRubberTreesCascadingWorldgenLag, addressing bugs caused by the mixin
Resolved a crash on startup caused by MixinEntityLivingUpdate.
Fixed a NullPointerException caused by MixinFixWorldGenPamFruitTree.
Corrected a recursion issue in MixinFixRubberTreesCascadingWorldgenLag that caused cascading world generation.
Mixins Added
Added MixinFixCascadingFromWorldGenBrassTree.
Added MixinFixWorldGenPamFruitTree.
Dependency
Added steamcraft2 as a new (indev) dependency.
Other
Applied code formatting using spotlessApply.
Disabling multithreading on Improved due to bug for now
improving multithreading for Octaves and Perlin
fix a mistake
Cleanup code
MixinAdded
enableMixinOreDictCofhFix
Fix a crash sometimes on world loading caused by OreDictionaryArbiter from Cofh core Mod
enableMixinDisableinitialWorldChunkLoad
Disable initial world chunk load. This makes world load much faster, but in exchange the player may see incomplete chunks (like when teleporting to a new area). ZombieHDGaming taken from https://github.com/quentin452/BattleTowersFixes/blob/1.7.10-backport/src/main/java/mod/acgaming/btfixes/mixin/vanilla/MinecraftServerMixin.java (disabled by default)
Fix Crash between slime carnage and battletowers
Mixin Added
-
MixinFixCascadingFromWorldGenSlimeCarnage
-
MixinFixPamsTreesCascadingWorldgenLag
-
MixinFixCascadingFromShipwreckGen
-
MixinFixCascadingFromWorldGenPolyGravel
-
MixinFixCascadingFromShinColleWorldGen
Add MixinFixRubberTreesCascadingWorldgenLag
This mixin should fix some cascading worldgen caused by rubber trees from minefactory reloaded (about 75% fix)
Removing enableMixinMinecraftServer Thats not needed/used