quentin452 / OptimizationsAndTweaks

Mod that add some Optimizations/Bugfix/Tweakings for minecraft 1.7.10 and mods
GNU Lesser General Public License v3.0
35 stars 2 forks source link

[1.7.10]: Put updateAITasks into an another thread #113

Open quentin452 opened 8 months ago

quentin452 commented 8 months ago

Modpack

no modpack

Game log

no log

Description

Put net.minecraft.entity.EntityLiving.updateAITasks into an another thread

tragicneko.tragicmc.entity.mob.EntityPirah.onLivingUpdate()15.58%

tragicneko.tragicmc.entity.mob.TragicMob.onLivingUpdate()15.58%
    net.minecraft.entity.monster.EntityMob.onLivingUpdate()15.58%
        net.minecraft.entity.EntityLiving.onLivingUpdate()11.37%
            net.minecraft.entity.EntityLivingBase.onLivingUpdate()11.37%
                net.minecraft.entity.EntityLiving.updateAITasks()8.49%
                    net.minecraft.entity.ai.EntityAITasks.onUpdateTasks()7.41%
                    net.minecraft.entity.ai.EntityMoveHelper.onUpdateMoveHelper()0.17%