Tags
Creators
Details
Licensed MIT
Published last year
Updated 4 days ago
All versions
1.4.1
Beta
1.4.17 months ago 43.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
:sparkles: New Features
9e6e71d- mod: 添加创意模式物品栏并注册相关事件 (commit by @Dragonzhi)9833858- smoke: 优化烟雾弹烟雾下落效果 (commit by @Dragonzhi)2686aef- config: 添加手雷配置选项并优化烟雾弹算法 (commit by @Dragonzhi)83ab9aa- flashbang: 添加闪光弹配置参数和效果计算 (commit by @Dragonzhi)13c6c6d- client: 添加投掷物投出的模型(无拉环)并注册和渲染功能 (commit by @Dragonzhi)8e84b33- api: 添加CS手榴弹模组公共API和事件系统 (commit by @Dragonzhi)
:bug: Bug Fixes
c159268- item: #68 Attack Indicator and swing animation showing after left click (commit by @hukening81)be84aa8- mods: 降低TACZ依赖版本要求 (commit by @Dragonzhi)04959c3- grenade: 修复烟雾弹着陆检测和引信计时问题 (commit by @Dragonzhi)
:recycle: Refactors
0c34d3d- creative-tabs: 重构创造模式物品栏注册逻辑 (commit by @Dragonzhi)f05e9f3- smoke: 优化烟雾弹实体的烟雾下落算法 #60 (commit by @Dragonzhi)97fa9bb- core: 重构代码结构和导入语句 (commit by @Dragonzhi)4371e7d- 优化导入语句和代码结构 (commit by @Dragonzhi)d3dcd14- grenade: 优化投掷物旋转初始化逻辑 (commit by @Dragonzhi)061886c- render: 重构投掷物实体的旋转系统 (commit by @Dragonzhi)10833be- render: 优化投掷物渲染的旋转插值计算 (commit by @Dragonzhi)
:wrench: Chores
fb3b1e9- fix registry typo (commit by @hukening81)
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:WrhMLFkH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DfhBvciR:WrhMLFkH"
}

