File Details
savaru-affixes-2.1.1-hotfix [NeoForge]
- R
- Jun 2, 2026
- 880.46 KB
- 23
- 1.21.1
- NeoForge
File Name
savaru-affixes-neoforge-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 withCannot 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 targetedItemEntity, which does not overrideremove(). It now correctly targetsEntity.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.jarin your server'smods/folder and restart. Both client and server need updating for the unique-item fix.