Counter Strike Grenades

Add utilities in CS2 to Minecraft

File Details

csgrenade-1.20.1-1.5.0.jar

  • B
  • Jun 6, 2026
  • 1.09 MB
  • 2.3K
  • 1.20.1
  • Forge

File Name

csgrenade-1.20.1-1.5.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:counter-strike-grenades-1413459:8207687")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Basically there isn't new since the 1.5.0-prerelease.

I have changed the mods.toml to allow using it with the latest tacz version.

Noticable changes since 1.4.1:

  • Flashbang effect is now rendered during level render stage thus cannot be blocked by turnning off GUI

I have been trying to remake smoke grenade using volumetric rendering but it is in a stall because working with OpenGL is beyond my capability :(

You can track the progress here: 1.5.0 Rewrite Progress

✨ New Features

🐛 Bug Fixes

  • 3e0ca7a - ktlint: 修复ktlint语法建议工作流报错 (commit by @Dragonzhi)
  • 8790e9e - render: 修复轨迹渲染器中的投掷速度计算精度问题 (commit by @Dragonzhi)
  • eed793b - SmokeGrenadeEntity: #60 优化烟雾弹实体碰撞检测逻辑 (commit by @Dragonzhi)
  • 7bbfdb2 - whole stack of disappearing after throw (commit by @hukening81)
  • 3ca51ef - smoke: #60 smoke will generate even when inside a stair block (commit by @hukening81)
  • 14b2185 - flashbang: move overlay render to level render pipeline in order to prevent player from disabling flasheffect using F1 (commit by @hukening81)

⚡️ Performance Improvements

♻️ Refactors

🔧 Chores