Essential Commands

Essential Commands

108k Downloads

[mod incompat] fridges from mod KIBE get empty instantly when using /afk

antoni0C0des opened this issue ยท 3 comments

commented

I decided to set in the config to make /afk to give you invuln, but I saw that the fridge from a mod called kibe, which helps you to autofeed from it & store food there, gets empty instantly when using /afk. How can I fix this? This does not happen if /afk is set to not give invuln.

commented

I also reported this issue to the kibe dev

commented

The related issue: lucaargolo/kibe#206

commented

For reference, the only 2 additional things that happen when afk invuln is enabled are:

Pal.grantAbility(this.player, VanillaAbilities.INVULNERABLE, ECAbilitySources.AFK_INVULN);

(once)

and

player.requestTeleport(lastTickPos.x, lastTickPos.y, lastTickPos.z);

(each tick)