promotional bannermobile promotional banner

TipSign

A configurable sign block that lets players share long-form text and one-click Ko-fi/Patreon supporter links directly in the Minecraft world.

File Details

tipsign-0.21.1+mc1.21.4.jar

  • R
  • Apr 19, 2026
  • 443.96 KB
  • 5
  • 1.21.5+1
  • Fabric

File Name

tipsign-0.21.1+mc1.21.4.jar

Supported Versions

  • 1.21.5
  • 1.21.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:tipsign-1486412:7953224"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

TipSign v0.21.1

Fixed

  • Startup crash (ClassNotFoundException: NightConfig) — The TOML config library wasn't being bundled in the JAR, so TipSign only loaded successfully when another installed mod happened to ship NightConfig. Both nightconfig-toml and nightconfig-core are now explicitly included via Fabric's jar-in-jar in all 7 version builds. TipSign now works standalone with zero dependencies beyond Fabric API.
  • Sign duplication on placement (survival) — Right-clicking a block with a TipSign in hand kept the item in the player's inventory after placing it. Root cause: the block's useWithoutItem handler was returning SUCCESS on the client for every interaction, short-circuiting the placement pipeline before BlockItem.useOn() could consume the item. Now returns PASS when the held item is a TipSign, letting vanilla placement run normally.

Notes

  • All 7 JARs rebuilt for MC 1.20.1 / 1.20.5 / 1.21 / 1.21.2 / 1.21.4 / 1.21.6 / 1.21.9 (covering 1.20.1–1.21.11).
  • No config or world-data changes — safe drop-in update from v0.20.x.