Перейти к содержимому
Mineforgian

Thin Air

The air is not always breathable in the depths of the earth and other dimensions.

187K загрузок235 подписчиковMITfabricforgeneoforge

Обновлён 17 июля 2025 г. · опубликован 27 июня 2023 г.

  • Скриншот: Thin Air

Thin Air introduces hardcore air mechanics, making it harder and harder to breath the further you move away from the world's sea level. Both adventuring in caves as well as climbing tall moutains have suddently become quite dangerous if you don't bring a sufficient air supply! And don't even think of travelling to the Nether...

▶️ Below Y=0 and above Y=128, and in the Nether, you slowly lose air

▶️ In the End, there's no air at all

▶️ You can protect yourself with Potions of Free Breathing (which were renamed from Water Breathing), or with Respirators and Air Bladders

▶️ Create little pockets of tepid safety for yourself with Soul Fire, Soul Torches, or Soul Campfires. Or, restore your lungs with a Bottle of Soulfire

▶️ Safety Lanterns change color in your inventory and in the world to tell you the air quality around you. Or dye them for decoration!

▶️ Drowned will choke the air out of you on attacking

▶️ And as a fun bonus, right-click a torch to make it spew particles, perhaps to signal the exit to a cave

INSTALLATION REQUIRED ON CLIENT & REQUIRED ON SERVER

REQUIRES PUZZLES LIB TO BE INSTALLED (FABRIC & NEOFORGE)

REQUIRES FABRIC API TO BE INSTALLED (FABRIC)

REQUIRES FORGE CONFIG API PORT TO BE INSTALLED (FABRIC)

If available for a mod, configuration is possible directly from in-game using the mod menu (requires Mod Menu by Prospector to be installed on Fabric). Please note that on older Minecraft versions installing Forge Config Screens is also a requirement.

For manual configuration using an external text editor all files are found at .minecraft/config, named as MOD_ID-client.toml, MOD_ID-common.toml, or MOD_ID-server.toml, depending on the type of config. Not all types might exist for a mod, if any at all.

🌟 Thanks a lot to Petra for originally creating this mod as Miner's Lung. Thin Air is a simple port of the original project to modern Minecraft versions.

🌟 Thanks a lot to AlphaMode for porting Miner's Lung to Minecraft 1.19.2, providing the basis for Thin Air.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
v8.1.7-1.20.1-FabricРелиз1.20.1fabric17 июля 2025 г..jar (237 КБ)
v8.1.7-1.20.1-ForgeРелиз1.20.1forge17 июля 2025 г..jar (197 КБ)
v8.1.6-1.20.1-FabricРелиз1.20.1fabric7 июля 2025 г..jar (237 КБ)
v8.1.6-1.20.1-ForgeРелиз1.20.1forge7 июля 2025 г..jar (198 КБ)
v20.4.2-1.20.4-NeoForgeРелиз1.20.4neoforge14 февраля 2024 г..jar (180 КБ)
v20.4.2-1.20.4-ForgeРелиз1.20.4forge14 февраля 2024 г..jar (180 КБ)
v20.4.2-1.20.4-FabricРелиз1.20.4fabric14 февраля 2024 г..jar (173 КБ)
v20.4.1-1.20.4-NeoForgeРелиз1.20.4neoforge10 февраля 2024 г..jar (180 КБ)
v20.4.1-1.20.4-ForgeРелиз1.20.4forge10 февраля 2024 г..jar (180 КБ)
v20.4.1-1.20.4-FabricРелиз1.20.4fabric10 февраля 2024 г..jar (174 КБ)
v20.4.0-1.20.4-ForgeРелиз1.20.4forge29 января 2024 г..jar (180 КБ)
v20.4.0-1.20.4-NeoForgeРелиз1.20.4neoforge29 января 2024 г..jar (180 КБ)
v20.4.0-1.20.4-FabricРелиз1.20.4fabric29 января 2024 г..jar (173 КБ)
v8.1.5-1.20.1-FabricРелиз1.20.1fabric29 января 2024 г..jar (232 КБ)
v8.1.5-1.20.1-ForgeРелиз1.20.1forge29 января 2024 г..jar (192 КБ)

Показаны последние 15 из 27 версий. Все версии — на Modrinth.

Ченджлог

v8.1.7-1.20.1-FabricРелиз1.20.1 · 17 июля 2025 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.1.7-1.20.1] - 2025-07-17

Changed

  • Change the config type to SERVER for fixing client-side desync issues

[v8.1.6-1.20.1] - 2025-07-07

Changed

  • Rework dimensions config option, to support an easier to use format based using SNBT and fixing reloading in-game
  • This change will reset all previously configured values for that option

[v8.1.5-1.20.1] - 2023-01-29

Fixed

  • Fix the respirator not having any effect on Fabric

[v8.1.4-1.20.1] - 2023-01-24

Added

  • Add thinair:heavy_breathing_utility item tag for equipment that can protect from red air quality, the tag is empty by default

Fixed

  • Fix breathing equipment not breaking and getting negative durability values

[v8.1.3-1.20.1] - 2023-11-07

Fixed

  • Third time is a charm: fix crash when checking air quality

[v8.1.2-1.20.1] - 2023-11-06

Fixed

  • Once again try to fix crash when checking air quality

[v8.1.1-1.20.1] - 2023-11-06

Fixed

  • Fixed crash when checking air quality

[v8.1.0-1.20.1] - 2023-11-05

Changed

  • Only selected entities are now affected by the new air mechanics, by default this includes the player and humanoid mobs such as villagers and pillagers
  • Affected entities are controlled via an entity type tag: thinair:air_quality_sensitive
  • Changed air provider radius in config to apply to the whole air quality level instead of per block to allow for tag support
  • Air quality providers such as soul fire blocks and portal blocks are now controlled via dedicated block tags:
    • thinair:blue_air_providers
    • thinair:green_air_providers
    • thinair:yellow_air_providers
    • thinair:red_air_providers
  • Equipment keeping you safe from yellow air quality like the respirator is now controlled via a new item tag: thinair:breathing_utility, so you can e.g. configure certain pieces of armor to protect you as well
  • Reworked air bladder use animations and mechanics
  • Rewrote local air quality handling: only the server calculates values and syncs those to clients, clients no longer do any scanning on their own
  • Moved some basic classes to a dedicated api package

Fixed

  • Fixed start-up crash on newer versions of Forge
  • Fixed conduit power no longer allowing to breath underwater
  • Fixed respirator not working
  • Fixed occasional crash when saving level
  • Fixed safety lantern not always showing correct air quality when in inventory

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1
v8.1.7-1.20.1-ForgeРелиз1.20.1 · 17 июля 2025 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.1.7-1.20.1] - 2025-07-17

Changed

  • Change the config type to SERVER for fixing client-side desync issues

[v8.1.6-1.20.1] - 2025-07-07

Changed

  • Rework dimensions config option, to support an easier to use format based using SNBT and fixing reloading in-game
  • This change will reset all previously configured values for that option

[v8.1.5-1.20.1] - 2023-01-29

Fixed

  • Fix the respirator not having any effect on Fabric

[v8.1.4-1.20.1] - 2023-01-24

Added

  • Add thinair:heavy_breathing_utility item tag for equipment that can protect from red air quality, the tag is empty by default

Fixed

  • Fix breathing equipment not breaking and getting negative durability values

[v8.1.3-1.20.1] - 2023-11-07

Fixed

  • Third time is a charm: fix crash when checking air quality

[v8.1.2-1.20.1] - 2023-11-06

Fixed

  • Once again try to fix crash when checking air quality

[v8.1.1-1.20.1] - 2023-11-06

Fixed

  • Fixed crash when checking air quality

[v8.1.0-1.20.1] - 2023-11-05

Changed

  • Only selected entities are now affected by the new air mechanics, by default this includes the player and humanoid mobs such as villagers and pillagers
  • Affected entities are controlled via an entity type tag: thinair:air_quality_sensitive
  • Changed air provider radius in config to apply to the whole air quality level instead of per block to allow for tag support
  • Air quality providers such as soul fire blocks and portal blocks are now controlled via dedicated block tags:
    • thinair:blue_air_providers
    • thinair:green_air_providers
    • thinair:yellow_air_providers
    • thinair:red_air_providers
  • Equipment keeping you safe from yellow air quality like the respirator is now controlled via a new item tag: thinair:breathing_utility, so you can e.g. configure certain pieces of armor to protect you as well
  • Reworked air bladder use animations and mechanics
  • Rewrote local air quality handling: only the server calculates values and syncs those to clients, clients no longer do any scanning on their own
  • Moved some basic classes to a dedicated api package

Fixed

  • Fixed start-up crash on newer versions of Forge
  • Fixed conduit power no longer allowing to breath underwater
  • Fixed respirator not working
  • Fixed occasional crash when saving level
  • Fixed safety lantern not always showing correct air quality when in inventory

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1
v8.1.6-1.20.1-FabricРелиз1.20.1 · 7 июля 2025 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.1.6-1.20.1] - 2025-07-07

Changed

  • Rework dimensions config option, to support an easier to use format based using SNBT and fixing reloading in-game
  • This change will reset all previously configured values for that option

[v8.1.5-1.20.1] - 2023-01-29

Fixed

  • Fix the respirator not having any effect on Fabric

[v8.1.4-1.20.1] - 2023-01-24

Added

  • Add thinair:heavy_breathing_utility item tag for equipment that can protect from red air quality, the tag is empty by default

Fixed

  • Fix breathing equipment not breaking and getting negative durability values

[v8.1.3-1.20.1] - 2023-11-07

Fixed

  • Third time is a charm: fix crash when checking air quality

[v8.1.2-1.20.1] - 2023-11-06

Fixed

  • Once again try to fix crash when checking air quality

[v8.1.1-1.20.1] - 2023-11-06

Fixed

  • Fixed crash when checking air quality

[v8.1.0-1.20.1] - 2023-11-05

Changed

  • Only selected entities are now affected by the new air mechanics, by default this includes the player and humanoid mobs such as villagers and pillagers
  • Affected entities are controlled via an entity type tag: thinair:air_quality_sensitive
  • Changed air provider radius in config to apply to the whole air quality level instead of per block to allow for tag support
  • Air quality providers such as soul fire blocks and portal blocks are now controlled via dedicated block tags:
    • thinair:blue_air_providers
    • thinair:green_air_providers
    • thinair:yellow_air_providers
    • thinair:red_air_providers
  • Equipment keeping you safe from yellow air quality like the respirator is now controlled via a new item tag: thinair:breathing_utility, so you can e.g. configure certain pieces of armor to protect you as well
  • Reworked air bladder use animations and mechanics
  • Rewrote local air quality handling: only the server calculates values and syncs those to clients, clients no longer do any scanning on their own
  • Moved some basic classes to a dedicated api package

Fixed

  • Fixed start-up crash on newer versions of Forge
  • Fixed conduit power no longer allowing to breath underwater
  • Fixed respirator not working
  • Fixed occasional crash when saving level
  • Fixed safety lantern not always showing correct air quality when in inventory

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1
v8.1.6-1.20.1-ForgeРелиз1.20.1 · 7 июля 2025 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v8.1.6-1.20.1] - 2025-07-07

Changed

  • Rework dimensions config option, to support an easier to use format based using SNBT and fixing reloading in-game
  • This change will reset all previously configured values for that option

[v8.1.5-1.20.1] - 2023-01-29

Fixed

  • Fix the respirator not having any effect on Fabric

[v8.1.4-1.20.1] - 2023-01-24

Added

  • Add thinair:heavy_breathing_utility item tag for equipment that can protect from red air quality, the tag is empty by default

Fixed

  • Fix breathing equipment not breaking and getting negative durability values

[v8.1.3-1.20.1] - 2023-11-07

Fixed

  • Third time is a charm: fix crash when checking air quality

[v8.1.2-1.20.1] - 2023-11-06

Fixed

  • Once again try to fix crash when checking air quality

[v8.1.1-1.20.1] - 2023-11-06

Fixed

  • Fixed crash when checking air quality

[v8.1.0-1.20.1] - 2023-11-05

Changed

  • Only selected entities are now affected by the new air mechanics, by default this includes the player and humanoid mobs such as villagers and pillagers
  • Affected entities are controlled via an entity type tag: thinair:air_quality_sensitive
  • Changed air provider radius in config to apply to the whole air quality level instead of per block to allow for tag support
  • Air quality providers such as soul fire blocks and portal blocks are now controlled via dedicated block tags:
    • thinair:blue_air_providers
    • thinair:green_air_providers
    • thinair:yellow_air_providers
    • thinair:red_air_providers
  • Equipment keeping you safe from yellow air quality like the respirator is now controlled via a new item tag: thinair:breathing_utility, so you can e.g. configure certain pieces of armor to protect you as well
  • Reworked air bladder use animations and mechanics
  • Rewrote local air quality handling: only the server calculates values and syncs those to clients, clients no longer do any scanning on their own
  • Moved some basic classes to a dedicated api package

Fixed

  • Fixed start-up crash on newer versions of Forge
  • Fixed conduit power no longer allowing to breath underwater
  • Fixed respirator not working
  • Fixed occasional crash when saving level
  • Fixed safety lantern not always showing correct air quality when in inventory

[v8.0.0-1.20.1] - 2023-06-27

  • Ported to Minecraft 1.20.1
v20.4.2-1.20.4-NeoForgeРелиз1.20.4 · 14 февраля 2024 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v20.4.2-1.20.4] - 2024-02-14

Fixed

  • Fix advancements not loading

[v20.4.1-1.20.4] - 2024-02-10

Fixed

  • Update build script to fix missing mixin manifest entry on Forge

[v20.4.0-1.20.4] - 2024-01-30

  • Port to Minecraft 1.20.4
  • Port to NeoForge

Changed

  • Rewrite advancements
v20.4.2-1.20.4-ForgeРелиз1.20.4 · 14 февраля 2024 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v20.4.2-1.20.4] - 2024-02-14

Fixed

  • Fix advancements not loading

[v20.4.1-1.20.4] - 2024-02-10

Fixed

  • Update build script to fix missing mixin manifest entry on Forge

[v20.4.0-1.20.4] - 2024-01-30

  • Port to Minecraft 1.20.4
  • Port to NeoForge

Changed

  • Rewrite advancements
v20.4.2-1.20.4-FabricРелиз1.20.4 · 14 февраля 2024 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v20.4.2-1.20.4] - 2024-02-14

Fixed

  • Fix advancements not loading

[v20.4.1-1.20.4] - 2024-02-10

Fixed

  • Update build script to fix missing mixin manifest entry on Forge

[v20.4.0-1.20.4] - 2024-01-30

  • Port to Minecraft 1.20.4
  • Port to NeoForge

Changed

  • Rewrite advancements
v20.4.1-1.20.4-NeoForgeРелиз1.20.4 · 10 февраля 2024 г.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v20.4.1-1.20.4] - 2024-02-10

Fixed

  • Update build script to fix missing mixin manifest entry on Forge

[v20.4.0-1.20.4] - 2024-01-30

  • Port to Minecraft 1.20.4
  • Port to NeoForge

Changed

  • Rewrite advancements

Полная история изменений — на Modrinth.

Комментарии

Загружаем…