Tags
Creators
Details
Licensed MIT
Published last month
Updated 3 hours ago
All versions
1.2-snapshot-1
Release
Peach Crisp (桃酥) 1.2-snapshot-13 weeks ago 4
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
1.2-snapshot-1:
- Add golden peach crisp. The synthesis recipe for Golden Peach Crisp is the same as that for Golden Apple, except that the filling is peach crisp instead.
- Eating Golden Peach Crisp now can restore 8 hunger points and 12 saturation, and grant Urgency II for 3:00, Resistance Boost I for 1:00, and Health Regeneration II for 0:10.
1.2-snapshot-1:
- 加入金桃酥。
- 金桃酥的合成配方和金苹果一样,只不过中间是桃酥。
- 现在食用金桃酥可以回复 8 点饥饿值、12 饱和度,并获得急迫 II 3:00、抗性提升 I 1:00、生命恢复 II 0:10。
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:pn5xBpLv:NvQIE1m4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pn5xBpLv:NvQIE1m4"
}

