MerchantPug / apugli

An extension to Apoli for certain mods' use.
MIT License
5 stars 4 forks source link

Yet again issue with `apugli:modify_enchantment_level` not working properly #58

Closed JustCyra closed 9 months ago

JustCyra commented 10 months ago

With the example power it doesn't modify enchantment level if do not have a helmet on your head I also observed this being weirdly inconsistent and working fine sometimes? And in some cases (?) on servers it also doesn't work regardless if helmet is present or not.

Example Power:

{
    "type": "apugli:modify_enchantment_level",
    "enchantment": "minecraft:respiration",
    "condition": {
        "type": "origins:air",
        "comparison": ">",
        "compare_to": 1
    },
    "modifier": {
        "operation": "add_base_early",
        "value": 10
    }
}
MerchantPug commented 10 months ago

I forgot to tag this bug within the commit, but consider this fixed for next update.

MerchantPug commented 9 months ago

Fixed in 2.8.0