Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.5.7.5-fusion
Release
moonstone 1.5.7.5-fusion4 months ago 25.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
终结者头骨现在只能合成获取了
修复了细菌可以在不佩戴培养皿的情况下获取的问题
为虚伪的自尊添加了撕咬黑名单(默认为玩家和猪)
尝试修复细菌挖方块掉血的问题
尝试修复愕然的权利的属性来回跳跃的问题
修复了扭曲护身符的百分比符号问题
任何情况下无懈可击BUFF都不会超过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:Djpjjz6B:3akjlG25"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:3akjlG25"
}


