Essential-Commands
Essential-Commands copied to clipboard
[mod incompat] fridges from mod KIBE get empty instantly when using /afk
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.
I also reported this issue to the kibe dev
The related issue: https://github.com/lucaargolo/kibe/issues/206
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)