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

[Suggestion]: Add a way to disable mobs asphyxiation in configs #23

Open
zanyahtzee opened this issue Jan 1, 2024 · 10 comments
Open

[Suggestion]: Add a way to disable mobs asphyxiation in configs #23

zanyahtzee opened this issue Jan 1, 2024 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@zanyahtzee
Copy link

Suggestion (Required)

Self explanatory. Add a way to disable mobs asphyxiating through the config. Certain mods spawn structures with mobs above or below breathable altitudes and the lack of air kills them off without giving the player an opportunity to interact with said mobs.

@zanyahtzee zanyahtzee added the enhancement New feature or request label Jan 1, 2024
@Lonemind
Copy link

I'd like to second this. Having the "alwaysBreathingEntities" config option is nice but it also prevents the mobs from drowning. Disabling the system from affecting mobs at all would be preferable.

@Fuzss
Copy link
Owner

Fuzss commented Jan 24, 2024

Mobs that are affected by the mechanics of this mod are controlled via the thinair:air_quality_sensitive entity type tag as of v8.1.0. I didn't find any issue with drowning in water for that new version.

@Lonemind
Copy link

Ahh, I see. I'm using 4.0.1 for minecraft 1.19.2. Should I assume you've stopped support for that version?

@Fuzss
Copy link
Owner

Fuzss commented Jan 24, 2024

I'd like to still support it, but porting to more modern versions is more important right now. Might still get an update at some point though.

@RigoLeu
Copy link

RigoLeu commented Mar 3, 2024

Sooo... what about the suggestion? And where's that "alwaysBreathingEntities" config option?

@Fuzss
Copy link
Owner

Fuzss commented Mar 4, 2024

It‘s already a feature, either the config option in 1.19.2, or the tag in 1.20+.

@RigoLeu
Copy link

RigoLeu commented Mar 4, 2024

B-but how do I do anything about that tag? How does that work?

@Fuzss
Copy link
Owner

Fuzss commented Mar 4, 2024

Check the mod jar in data to find the default file at thinair:air_quality_sensitive. Here is further information: https://minecraft.wiki/w/Tag

@Lonemind
Copy link

Lonemind commented Mar 4, 2024

Would it be possible to make the tag or the config option a whitelist instead of a blacklist? Or add a way to switch it between the two?

@Fuzss
Copy link
Owner

Fuzss commented Mar 4, 2024

The tag has been switched to a whitelist as the name suggests.

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

No branches or pull requests

4 participants