Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.2.5.1-neoforge
Release
moonstone 1.2.5.1-neoforgelast year 121
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
把死心之胚的获取条件中的黑暗BUFF去掉(因为上古果实免疫黑暗,而它是不可被取消的)
去除邪念之窥眸的损失耐久设定(这也许会减少物品在饰品栏掉落的可能)
所有激活的基因片段现在由两个类神基因序列的未激活物品合成获取(例如:激活的漂流发酵由两个漂流发酵合成)
添加了万象模板
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:Djpjjz6B:H8e6zwdQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:H8e6zwdQ"
}


