Tags
Creators
Details
1.1.0
Compatibility
Changes
Foundations v1.1.0 is a balance-focused update driven entirely by real playtesting. It refines the existing features to make progression feel fairer, clearer, and more deliberate without compromising the survival-first philosophy.
π Changelog:
- Soul Torch crafting now yields 1 torch instead of 4, matching all other torch recipes;
- Reduced the amount of particles emitted by buffed mobs;
- Global rebalance of mob attack, armor, and speed scaling based on world age and RNG.
Be warned: this is not for casual builders. It is a survival-first experience meant to reintroduce a genuine learning curve where "every" choice (from crafting a torch to skipping the night) carries some weight.
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:HaqpJqWN:WUxG1qGr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HaqpJqWN:WUxG1qGr"
}

