Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.1.2.9-neoforge
Release
moonstone 1.1.2.9-neoforge2 years ago 76
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
优化七剑修罗的飞剑飞行逻辑,现在不会一瞬间全发射了
为所有飞剑添加了拖尾特效
将骤雨的飞剑检测机制改为直接伤害是否为玩家,防止飞剑攻击重复召唤
降低血之魔盒或者死灵契约召唤血球的飞行速度,优化形态 (不用担心追不上,因为它会慢慢加速,直到追上你)
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:rN4kgsGl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:rN4kgsGl"
}


