Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.4.6.4-fusion
Release
moonstone 1.4.6.4-fusion10 months ago 327
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
暂时移除“神血祖符”和“罡风重铅”的获取,因为目前的获取方式会导致噩梦基座的饰品掉落
添加了“归隐刀锋之刃”和“神陨·天启之戒”
将lang文件内的关于颜色的特殊符号删除,现在物品名称的颜色由代码控制
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:UW42p9Qo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:UW42p9Qo"
}


