File Details
savaru-affixes-2.1.1-hotfix
- R
- Jun 2, 2026
- 866.20 KB
- 22
- 1.21.1
- Fabric
File Name
savaru-affixes-2.1.1-hotfix.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
## Savaru's Affixology — 2.1.1 Hotfix
**Minecraft 1.21.1** · Fabric & NeoForge
A small but important hotfix addressing a dedicated-server crash and a broken unique-item mechanic.
### 🐛 Bug Fixes
- **Fixed dedicated server failing to start.** Tooltip handling referenced a client-only
Fabric API (`ItemTooltipCallback`) from the common init path, crashing dedicated servers
on launch with `Cannot load class ... in environment type SERVER`. Tooltip registration
now runs only on the client. *(Fabric only — NeoForge was unaffected.)*
- **Fixed world-unique items getting permanently "stuck".** When a unique item
(Soul Eater / Noname / White Dragon Scythe, etc.) was destroyed by despawning or falling
into the void, the world claim was never released, making it impossible to obtain a new one.
The claim-release injection failed to apply (`could not find any targets matching 'remove'`)
because it targeted `ItemEntity`, which does not override `remove()`. It now correctly
targets `Entity.remove()`. *(Affects both Fabric and NeoForge.)*
### 📦 Updating
- **Clients:** drop in the new jar and you're done.
- **Server owners:** replace `savaru-affixes-2.1.1.jar` in your server's `mods/` folder and
restart. Both client and server need updating for the unique-item fix.