Particular ✨ Reforged

Particular is a mod that enhances Minecraft's ambience with many hand-crafted visual effects. Forge Port !

File Details

particular-1.21.1-Fabric-1.5.5.jar

  • R
  • Jun 18, 2026
  • 279.11 KB
  • 13.2K
  • 1.21.1
  • Fabric

File Name

particular-1.21.1-Fabric-1.5.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:particular-reforged-1219053:8275090"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Particular Reforged 1.21.1

1.5.5

  • Fix. TFC water (river/salt/spring) now gets splash, ripple, and spray particles — TFC 1.21 dropped the vanilla #minecraft:water tag override that 1.20 shipped, so we ship our own datapack tag entry.
  • Fix. Fireflies now spawn on modded plants (TFC, etc.) that override animateTick without calling super. Switched the hook from Block.animateTick to ClientLevel.doAnimateTick so coverage is consistent across blocks.

1.5.4

  • Fix. Cascade particles no longer accumulate while the game is paused (closes #43).

  • Custom water-like fluids (config). New customFluidsSettings.waterLikeFluids list — fluid IDs treated like vanilla water for splash, rain ripples, and waterfall spray. Defaults to TFC river/salt/spring water.

  • Custom cascades (config). New customFluidsSettings.cascadeFluidPairs list — "flowing,source" pairs that produce cascade waterfalls for any mod fluid that has both variants. TFC fluids do not produce cascades because they have no flowing variant.

  • Firefly biomes (config). New fireflySettings.biomes list — biome IDs where fireflies always spawn (bypasses temperature check).

  • Firefly spawn blocks (config). New fireflySettings.spawnBlocks list — extra blocks that spawn fireflies, plus a customBlocks frequency modifier.

  • Firefly colors (config). New fireflySettings.biomeColors (per-biome RGB tint: "biomeId|RRGGBB") and fireflySettings.colorPool (random RGB pool, format "RRGGBB").

  • TerraFirmaCraft NeoForge dep. Optional dep on TFC so the new config defaults work out of the box.