Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 6 months ago
All versions
1.5-1.20.4
Release
Zomboid Health System 1.5-1.20.46 months ago 163
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Changes
EN
- You can sleep anytime, as much as you want.
- Changed the mechanics of the temperature of the world.
- Added moodle icons.
- Some food quenches thirst.
- Exhaustion increases when jumping.
- Colds can be cured by sleeping more than 8 hours in the warmth.
- The mechanics of sleeping pills have been slightly changed.
- Description of sleeping pills, painkillers and coffee.
- The number of thirst and hunger quenched is written for the objects.
- Added drunkenness.
- Added zombification.
- Infection increases the pain.
RU
- Спать можно когда угодно, сколько угодно.
- Изменена механика температуры мира.
- Добавлены иконки мудлов.
- Некоторая еда утоляет жажду.
- Усталость повышается при прыжках.
- Простуду можно вылечить сном больше 8 часов в тепле.
- Немного изменена механика снотворного.
- Описание снотворного, обезболивающего и кофе.
- У предметов пишется количество утоляемой жажды и голода.
- Добавлено опьянение.
- Добавлена зомбификация.
- Заражение усиливает боль.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:SfkP0VFt:7SA4uZdi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SfkP0VFt:7SA4uZdi"
}

