
Im 'movens
A mod that reworks the exhaustion system by adding penalties for poor health/hunger management.
Обновлён 19 февраля 2026 г. · опубликован 30 июня 2024 г.
Im 'movens
Im 'movens is a lightweight survival overhaul that makes hunger and health management more critical. No longer can you recklessly sprint and jump without consequences—exhaustion hits harder, and neglecting your well-being will slow you down. Every choice matters, forcing you to stay nourished and cautious.
Key Features:
- 🏃 Increased exhaustion from jumping, sprinting, and sprint-jumping, making movement a tactical decision.
- ❤️ Gradual health regeneration—heal half a heart every 30 seconds, even when not at full hunger.
- ⚠️ Dynamic debuffs—reduced movement and breaking speed when low on health or hunger, making survival more immersive.
Configurable Settings (via Mod Menu):
The following settings can be turned on/off however the player decides.
- 🎯 FOV Scaling – Disable speed-related FOV changes for accessibility.
- 🔊 Ambient Pain Sounds – Hear pain grunts when health is critically low.
- 🍞 Hunger Penalties – Enable debuffs when starving.
- 💔 Health Penalties – Apply debuffs at low health.
- 🌱 Natural Regeneration – Regain half a heart every 30 seconds, complementing vanilla mechanics.
- 🔥 Hardcore Exhaustion – Adjust exhaustion rates to match Better Than Wolves.
Acknowledgment
This mod ports functionality from the Better Than Wolves Mod, which was created by FlowerChild and is currently maintained by the CE Team. Link to the original mod -> here.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.8.3 | Бета | 1.21.1 | fabric | 19 февраля 2026 г. | .jar (86 КБ) |
| 0.8.2 | Бета | 1.21.1 | fabric | 10 декабря 2025 г. | .jar (86 КБ) |
| 0.8.1 | Бета | 1.21.1 | fabric | 28 ноября 2025 г. | .jar (86 КБ) |
| 0.8 | Бета | 1.21.1 | fabric | 27 ноября 2025 г. | .jar (86 КБ) |
| 1.7 | Бета | 1.21.1 | fabric | 15 ноября 2025 г. | .jar (75 КБ) |
| 1.6 | Бета | 1.21.1 | fabric | 24 апреля 2025 г. | .jar (72 КБ) |
| 1.5 | Бета | 1.21.1 | fabric | 1 апреля 2025 г. | .jar (72 КБ) |
| 1.4 | Бета | 1.21.1 | fabric | 26 марта 2025 г. | .jar (71 КБ) |
| 1.3 | Бета | 1.21.1 | fabric | 11 декабря 2024 г. | .jar (14 КБ) |
| 1.2 | Бета | 1.21.1 | fabric | 18 ноября 2024 г. | .jar (14 КБ) |
| 1.1 | Бета | 1.21.1 | fabric | 11 августа 2024 г. | .jar (8 КБ) |
| 1.1 | Бета | 1.21, 1.21.1 | fabric | 11 августа 2024 г. | .jar (8 КБ) |
| 1.1-1.20.6 | Бета | 1.20.6 | fabric | 18 июля 2024 г. | .jar (8 КБ) |
| 1.1-1.20.1 | Бета | 1.20.1 | fabric | 18 июля 2024 г. | .jar (8 КБ) |
| 1.0-1.20.6 | Бета | 1.20.6 | fabric | 17 июля 2024 г. | .jar (7 КБ) |
Показаны последние 15 из 16 версий. Все версии — на Modrinth.
Ченджлог
0.8.3Бета1.21.1 · 19 февраля 2026 г.
- Fixed (hopefully) an issue with the game crashing with a message "Modifier is already applied for this attribute". You might need to enter a new world first before being able to enter your existing worlds that had the crash
- Updated the mod to BTWR: Shared Library 0.7
0.8.2Бета1.21.1 · 10 декабря 2025 г.
- Fixed a bug with the mod in SMP where player attributes for movement speed and breaking speed were not getting updated properly, leaving the player in a slowed state
0.8.1Бета1.21.1 · 28 ноября 2025 г.
- Changed all configuration options in the mod to use the custom config library added by BTWR: Shared Library. This fixes the bug from last version that crashed the game without any warnings of the missing library that created the configurations
- Removed Supermartijn642's config lib as the one creating configuration setting as it requires itself as a dependency to work properly
- Updated the mod to BTWR: Shared Library 0.6.5
0.8Бета1.21.1 · 27 ноября 2025 г.
- Added new datagen classes internally for making json files for new sound events by mods.
- Changed versioning scheme from "1.x" to "0.x" for the beta releases. The mod is pretty much feature complete, but there might be some additions until I decide to make it official "release" versioning
- Changed the "ModPenalties" code internally and made added a new API class "PenaltyTextHelper". It contains helper methods for developers to create penalty texts and also other helper methods for the default hunger, health & fat calculations
- Changed all configuration options setting to be handled with Supermartijn642's Config Lib internally instead of Cloth Config API, which is used only for client side config options. Cloth Config is still used for creating all screens for access through Mod Menu
- Updated the mod to BTWR: Shared Library 0.6.4
1.7Бета1.21.1 · 15 ноября 2025 г.
- Added check and a configuration option for the player making ambient hurt noises while sneaking. This is probably useful for SMP and especially PvP situations where hurt players wouldn't want to be heard by other players trying to kill them
- Added a configuration option to set the hunger level at which sprinting should be disabled. By default, it's 8.0 (Four hunger shanks (Peckish))
- Fixed the player making ambient hurt noises while flying with an elytra
- Split client side logic into its own package
- Updated the mod to Fabric API 0.116.7, & Fabric Loader 0.17.3 & BTWR: Shared Library 0.62
1.6Бета1.21.1 · 24 апреля 2025 г.
This update brings compatibility with the Granular Hunger mod by Tetro48 and a few more bug fixes/features for the mod from him as well. Thanks for those :)
Features related to Granular Hunger:
- Configuration option to toggle if fat penalties should apply overall.
- Added display texts for Fat penalties from the Granular Hunger mod to display when hunger gets lower.
- Code changes to account if the mod is installed and get the proper hunger value in that case for displaying hunger penalties
- Fixed a bug with penalties like crippled or famished stacking their effects in a wrong way causing different values than expected
Other changes:
- Added functionality where the player's attack damage and block breaking speed will get affected when at low health/hunger as well
- Fixed (added) missing hunger level display state ("Emaciated") to display when the player is 1 shank or lower (after "Famished")
- Updated the mod to Fabric API 0.115.6 + & Fabric Loader 0.16.13 (ivangeevo)
1.5Бета1.21.1 · 1 апреля 2025 г.
Another set of changes by jeffyjamzhd
- Integrate BTWRSL as a new dependency, pulling from the GitHub maven
- Update translation keys to all use the same namespace im_movens
- Translation keys have been added for all penalties and the ambient pain noises
- Rendering for health and hunger statuses have been altered to better match BTW
- Thresholds for certain penalties have been updated to reflect the above change
- Added a penalty for the dev environment that shows raw health and hunger values only when F3 is toggled
1.4Бета1.21.1 · 26 марта 2025 г.
- Fixed mod icon to display properly in the mod lists.
- Updated mod description to display properly in the mod lists & updated to correct license (CC-BY-4.0)
- Updated the mod to Fabric Loader 0.16.10 & Fabric API 0.115.3
Big thanks to jeffyjamzhd for providing some big quality of life changes.
They are as follows:
- Fix issues that are present with the existing renderer
- Have closer parity with Better Than Wolves
- Have implicit compatibility with mods that alter how the hotbar is rendered, and those that rearrange and remove status bars
New functionality has also been added:
- Penalties no longer affect the player in creative, spectator, or on death
- Disable FOV scaling when penalties are in effect, which is compatible with mods with a similar option (e.g. Blockrunner)
- Ambient pain sounds when health penalties are in effect, emulating the system seen in older versions of Better Than Wolves
Полная история изменений — на Modrinth.
Комментарии
Загружаем…