Tags
Creators
Details
All versions
1.21.1-1.2.3
Release
1.21.1-1.2.32 weeks ago 4,190
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changes
Commits from 1.21.1-1.2.2 to 1.21.1-1.2.3:
- Prepare 1.2.3 release (52b45ec)
- Fix weapon compatibility and spawn random safety (921af03)
- Remove duplicate projectile localization keys (875c252)
- Merge pull request #39 from king146464646/1.21.1 (785aa5a)
- Merge pull request #43 from XM666-Dev/1.21.1-FIX (a0d59c7)
- 删除冗余的代码以修复issues/35中副手物品意外阻挡主手投掷武器使用的问题 (1f4cc31)
- Complete, Fix errors and Improve Chinese translations and Add missing entries (44ccc33)
- Complete the missing English entries (05786b4)
- Merge pull request #34 from XM666-Dev/1.21.1-FIX (bed8789)
- Keep model fixes in data generation (3169aaf)
- 通过改进方法调用来修复和AliveCombat一起使用时投掷武器模型在第三人称下闪烁 修复两种短手柄的持棍动画 修复两种拳套损坏后爆出紫黑粒子 (0f7cd0a)
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:w8V2GMiK:ygaWB8ji"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w8V2GMiK:ygaWB8ji"
}

