Tags
Creators
Details
Licensed MIT
Published last month
All versions
1.0.1
Release
Survival Needs 1.0.1last month 175
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Update 1.0.1
- You can now drink water directly from a cauldron
- Health regen is now slightly stronger
- Fixed a bug that prevented players from eating cakes
- You can now eat and drink while sitting with the V key
- Night skip is now enabled by default in the cutscene
- Added a short cooldown when drinking a water bottle after reaching 100% thirst
- Reworked the Fun system
- Activities now increase Fun more than before
- Mining blocks increases Fun depending on the type of block
- Swimming slowly increases Fun
- Sitting near a campfire now increases Fun as well as Energy
- Skipping the night with the cutscene increases Fun
- Farming increases Fun more than before
- Listening to a jukebox increases Fun
- Riding horses or modded creatures increases Fun
- Riding in a minecart increases Fun
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:AQhcXckd:AUcWUnQb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AQhcXckd:AUcWUnQb"
}

