Origins (Forge)

Origins (Forge)

7M Downloads

1.19.2 Issue with Create : Estrogen mod, estrogen status effect re-enables fall damage for feline origin

Gwen-Hemoxia opened this issue ยท 2 comments

commented

Title says it all. As a feline origin in the mod, you gain native total immunity to fall damage but once under the effect of Girl Power from Create : Estrogen - which normally allows you to dash - you take fall damage again, even when not dashing.
I don't know on which mod's side the issue could be so I will report it on both sides.

This is a tragedy for us trans catgirls

commented

You're correct. This does sound like a tragedy.

commented

Should be fixable with a datapack? Should be able to override fall_immunity and make it use in_tag minecraft:is_fall

{
    "type": "origins:invulnerability",
    "damage_condition": {
        "type": "origins:in_tag",
        "tag": "minecraft:is_fall"
    }
}

Something like this

Should definitely be part of the mod itself, though. Origins Fabric fixed this some months back