No description
  • Java 92.7%
  • GLSL 7.3%
Find a file
Flexhd41 1077ded373 Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit
Zaun-inspired chemtech mod for Fabric 1.21.11:

- Chemtech Vent flood-fills a flat, wide chem gas cloud (radius 9, 5 tall)
  that decays edge-first when the vent breaks or runs out of pressure;
  re-pressurize with flint and steel
- Chem gas applies a custom Chem Toxin effect with its own armor-bypassing
  damage type (not poison, can kill)
- Custom raymarched volumetric fog (Veil has no 1.21.11 build): fullscreen
  pass over a two-channel density atlas built from nearby gas blocks,
  depth-correct, visible inside and out; vanilla fog clamp caps visibility
  at ~3 blocks inside gas
- Hostile Takeover: expanding red-purple fog wave that frenzies everything
  it touches except the caster; frenzied players are driven by their own
  client (all SMP members run the mod), frenzied mobs turn on each other
- Bailout (Renata W analog): fatal damage grants a 6s kill-to-survive
  window instead of death, applied via the Bailout Stim
- Chem Baron's Syringe: draw a blood sample from a player, then curse them
  remotely with chem toxin wherever they are on the server

Build: regenerated missing Gradle wrapper at 9.5.1, pinned Loom 1.17.14.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 14:50:22 +02:00
gradle/wrapper Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
src/main Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
.gitignore Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
build.gradle Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
gradle.properties Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
gradlew Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
gradlew.bat Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
LICENSE.txt Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00
settings.gradle Initial Catalyst: chemtech gas system, custom volumetric fog, chem baron kit 2026-07-11 14:50:22 +02:00