Essential-Commands icon indicating copy to clipboard operation
Essential-Commands copied to clipboard

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

Open antoni0C0des opened this issue 2 years ago • 3 comments

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.

antoni0C0des avatar Jul 07 '23 17:07 antoni0C0des

I also reported this issue to the kibe dev

antoni0C0des avatar Jul 07 '23 17:07 antoni0C0des

The related issue: https://github.com/lucaargolo/kibe/issues/206

John-Paul-R avatar Jul 07 '23 20:07 John-Paul-R

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)

John-Paul-R avatar Jul 07 '23 20:07 John-Paul-R