Create: Testosterone(Fabric)

A Fabric port of Create: Testosterone, the Forge/NeoForge addon for the Create Mod that introduces the process line for Testosterone Pills and the Man Power effect.

File Details

createTestosterone-fabric-1.20.1-1.1.1.jar

  • R
  • May 30, 2026
  • 1.40 MB
  • 13
  • 1.20.1
  • Fabric

File Name

createTestosterone-fabric-1.20.1-1.1.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:create-testosterone-fabric-1555527:8170034"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[1.1.1] - 2026-05-30

Fixed

  • Afterlife corpse lifecycle: Centralized cleanupCorpse to discard the ArmorStand and clear stored corpse/progress keys on effect removal, natural expiry, and pre-respawn; register disconnect cleanup so logging out mid-afterlife no longer leaves orphan stands in the world.
  • John rock cluster cache: Replaced the global static BlockPos set (shared across dimensions and retained between ticks) with a per-level, per-tick deduplication set passed through cluster propagation.
  • Roid rage trail particles: Reuse a single baked PlayerModel in runParticle.Factory instead of allocating and baking a new model for every trail particle.