Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated 2 months ago
All versions
3.0.0
Release
雫拔刀剑 3.0.06 months ago 51.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.修复风暴之刃无法合成的问题。 2.将强力的拔刀剑无铭 有名 重新加回并且加强其强度。 3.美化了拔刀剑无铭 有名 。 4.添加新的se:世界的偏爱者 (效果是:免疫一切伤害(物理,魔法,虚空等)。 5.使模组更能适应其他模组。
- Fixed the issue where Stormblade could not be synthesized. 2. The powerful Drawn Sword, Nameless and Famous, has been added back with enhanced power. 3. The appearance of Drawn Sword, Nameless and Famous has been improved. 4. A new SE has been added: World Favored One (effect: immunity to all types of damage, including physical, magical, and void damage). 5. The module has been made more compatible with other modules.
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:R4mVfSYE:yCatLRaP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R4mVfSYE:yCatLRaP"
}

