Tags
Creators
Details
Licensed ARR
Published last year
All versions
4.2.0
Release
stone age3 months ago 34
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
Risugami's ModLoader
Supported environments
Singleplayer only
Changes
- Small survival changes to make early game more interesting
- improved cave gen and frequency
- fixed vanilla bug of incorrect block noise and cave cutoffs
- removed coordinates from compass and maps to encourage land mark construction and make navigation immersive
- add smooth lighting for transparent blocks
- removed wood tools
- replaced stone sword with bone club
- changed recipes of stone tools to use flint, stone pick requires string.
- crafting planks requires iron axe
- removed stone hoe to require iron for farming
- rework entity push based on size
- rework knockback
- changed food to heal over time instead of instant, faster regen with bigger food.
- changed black sand to point to death location once
- gate some world gen features behind 3000 world radius to encourage use of nether fast travel and network building
- added nothing to worry about
- added clay brick drying
- improve block standing detection
- changed spawners to fade out after some waves and ignore light. this is to prevent easy farms and balance proper mob farm designs.
- changed leaves to get crushed by falling entities
- changed recall spell to be bound to 100 block home radius to make it less OP
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:vHzSKInc:oGR4xJr8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vHzSKInc:oGR4xJr8"
}

