Included content
| Name | |
|---|---|
| Fabric API |
Added new Ballet Shoes texture
Added new Knife texture
Added Ash item
Added Soul Death animation
Added additional settings options
Pan reworked:
Can now be used to smelt ores
Cooking food is now faster
Can now cook Rotten Flesh into Steak (50% success rate)
Smelted food has a 10% chance to turn into Ash
Mobs now have a 10% chance to spawn with "Hope," granting them minor stat boosts
Increased ore detection range for Glasses
Nerfed Determination's after-death boosts
Fixed hearts rendering incorrectly
Fixed Revolver crosshair bug
Fixed issues related to Fabric API compatibility
| Name | |
|---|---|
| Fabric API |
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.
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:o5IzrBcf:wCrspEF3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5IzrBcf:wCrspEF3"
}