Links
Tags
Creators
Details
1.0.4
Compatibility
Required content
Changes
Change the back sword type (strike the sword rack with a copper ingot to draw the sword);
Fortune enchantment guarantees equipment drops when killing mobs (level 1 drops main-hand equipment, level 2 drops all equipment);
S-rank combo A slash additionally includes drive;
Can lock onto entities with sub-entities such as the Ender Dragon;
First-generation blade drawing and ownership recognition (using the Blade Soul Trapezohedron hammer to strike the blade on the sword rack);
Sneaking with the blade without edge protection;
更改背刀类型(用铜锭敲击刀挂台上的拔刀);
时运附魔打死怪必掉落装备(1级掉落主手装备,2级全掉落);
S评分comboA斜斩额外带有幻影刃;
可锁定末影龙等带有子实体的实体;
1代的拔刀认主(使用耀偏方三八面魂敲击刀挂台上的拔刀);
持刀潜行无边缘保护;
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:Lj0gMTGh:GGOF3Z2P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lj0gMTGh:GGOF3Z2P"
}

