Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gwen-Hemoxia opened this issue Jul 4, 2024 · 2 comments

Comments

@Gwen-Hemoxia
Copy link

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

@MerchantPug
Copy link
Collaborator

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

@nebulazorua
Copy link

nebulazorua commented Jul 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants