EdwinMindcraft / origins-architectury

MIT License
20 stars 17 forks source link

Modify_xp_gain doesn't work. #462

Open ghost opened 4 months ago

ghost commented 4 months ago

After trying several differant iterations, modify_xp_gain doesn't seem to do anything. I've also looked at the discord server and have seen many other forge users having the same problem. Try this simple example:

{
    "type": "origins:modify_xp_gain",
    "modifier": {
        "operation": "multiply_base",
        "value": 2.0
    }
}