Tags
Creators
Details
Licensed MIT
Published last year
Updated 4 days ago
All versions
1.4.0
Beta
1.4.07 months ago 33.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
:sparkles: New Features
1ba2ca0- model: 添加手雷模型文件 (commit by @Dragonzhi)967ea6e- render: 实现手雷实体的3D渲染和旋转效果 (commit by @Dragonzhi)c074ddc- smokegrenade: 实现烟雾弹爆炸后旋转冻结及3D模型更新 (commit by @Dragonzhi)cf59cc2- render: 实现各种投掷物实体旋转及3D模型更新 (commit by @Dragonzhi)822f075- textures: 更新手雷物品的3D纹理图片 (commit by @Dragonzhi)9d76af1- assets: 添加反恐精英手雷图标资源 (commit by @Dragonzhi)
:bug: Bug Fixes
0984aff- render: 防止燃烧手雷爆炸后模型渲染 (commit by @Dragonzhi)
:recycle: Refactors
2730e2e- entity: 解决诱饵弹运动抽搐和燃烧弹无火焰粒子bug (commit by @Dragonzhi)
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:DfhBvciR:J8IKZ1Gz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DfhBvciR:J8IKZ1Gz"
}

