ArmorPlus

ArmorPlus

9M Downloads

[1.12.2] Ultimate armor won't regenerate health when hungry

MasterBuilder747 opened this issue ยท 8 comments

commented

ArmorPlus Version:
11.10.1.35-beta
TheDragonLib Version:
5.2.0
MinecraftForge Version:
14.23.2.2618
Minecraft Version:
1.12.2
Client or Server?:

  • [x ] Client
  • Server

What happens / happened?:
I have found many bugs while using my modified version of the ultimate armor that I reconfigured for my modpack:
-cannot eat any food
-mobs do not attack nor does touching them damage me when it normally should
-i take no fall damage
-i have water breathing even though i didn't specify that debuff in my config

How can I reproduce it?:
Use my config file for the ultimate armor here:
registry cfg file: https://pastebin.com/1NBfhYkR

`
ultimate {

armor {
    # Adds the potion effects the armor will have (to disable the effect set the effects 'false')
    S:addPotionEffects <
        fire_resistance
        regeneration
        speed
     >

    # Set the amplifier level for the effect(s) by the armor. (0 = level 1, 1 = level 2 etc.)
    I:effectLevels <
        0
        1
        1
     >

    # Enable/Disable the armor's de-buffs (when a non complete set is equiped)
    B:enableDeBuffs=true

    # Set the color name the armor will have
    S:itemNameColor=green

    # Set the amount of protection points the armor will have (boots, leggings, chestplate, helmet)
    I:protectionPoints <
        7
        13
        13
        7
     >

    # The potion effect(s) that the armor will be removing (to disable the effect set the effects 'empty')
    S:removePotionEffects <
        wither
     >

    # Enable/Disable the armor's invincibility
    B:setInvincible=true

    # Sets the armor unbreakable
    B:setUnbreakable=true

    # Set the amount of toughness points the armor will have
    D:toughnessPoints=7.0
}

`

commented

Well, that's pretty much what invincibility does xD

commented

ok, let me rephrase that then, when i disable invincibility and still have the fire resistance, regeneration II, and speed, for some reason i cannot regenerate health when i am hungry, im updating the title to that instead.

commented

Ah, It's the super combinations of the special effects, will investigate more into it.

commented

Ah right, the one side effect of the invincibility is that you can't eat, that's why the saturation potion was added in the first place. Going to make a change so that only when invincibility is enabled saturation will appear.

commented

Should be fixed :). Let me know if it was or wasn't. Please re-open the issue or join our discord server for contact ;) https://discordapp.com/invite/ZVwmqyx

commented

the armor still doesn't regenerate when I am hungry, I think i need to clarify: my issue isn't the invincibility, with the fact that mobs cannot detect me, it is the regenerating potion effect not working at all when i am injured. When I am hungry and injured, i would expect myself to regenerate as the effect is active, but that is still not the case. I thought that this might have something to do with the saturation effect, but i wasn't actually saying that it had to be nerfed.

commented

also i can't seem to reopen this issue if u wanted me to do that

commented

Should be fixed in 1.12.2-11.11.1.37-beta