Fix an anonymous crash
Fix crash with falsetweaks
Add 10 mixins
Update 3 Mixins
Add Apache FastMath 3 embedded library
Update MixinGrassSpread
Mixin Added
- Add MixinEntityAITasks
- Add MixinWorld
- Add MixinEntitySquid
- Add MixinEntityZombie
- Add MixinEntityAnimal
- Add MixinEntityAIFollowParent
Mixin Removed
- Remove MixinEntitiesUpdateTimeandLight
- Remove MixinGuiMap
Mixin Updated
- Update MixinExplosions
- Update MixinEntityLivingUpdate
- Update MixinEntityMoveHelper
Update MixinPatchBlockMagicalLeavesPerformances Update MixinPatchSpawnerAnimals.java
Add MixinEntityLookHelper Add MixinLeaves Add MixinGuiMap
Remove MixinFallBlocksTick
Add MixinPatchBiomeGenMagicalForest Add MixinPatchGeneratorCloudNine
Update MixinPatchSpawnerAnimals
Update MixinPatchSpawnerAnimals.java
Fix There is an attempt to load a chunk (-76,-33) in dimension 0 that is already being loaded. This will cause weird chunk caused by MixinPatchSpawnerAnimals
Fix problems in MixinPatchBlockMagicalLeavesPerformances
Add MixinPatchSpawnerAnimals
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.