SimpleTweaks
Quality-of-life tweaks for PEAK: hunger overflow extends hunger countdown, death timer regenerates while carried, swap held item with backpack item, and backflip never fails. All features have independent toggles.Changelog
1.1.0
Added
- Backflip Always Succeeds: the vanilla backflip emote had a 50% chance to fail and ragdoll you to the ground. Now it always lands. Works even when other players don't have the mod.
Fixed
- Backpack item swap now works in multiplayer as a client. The previous implementation relied on a custom RPC that required the host to also have the mod installed. It now chains vanilla RPCs instead, so the host needs nothing.
- Death timer regeneration now only runs on the authoritative client.
- Hunger overflow no longer applies when a skeleton-only food item has no effect.
- Various robustness fixes across all features (null handling, reflection caching, RPC ordering).
Changed
DeathRegenerationRatedefault changed from0.5to1(regenerates at the same speed it drains).
1.0.0
Initial release.
Features
- Hunger overflow extends hunger countdown (default 10s per 1%, max 120s)
- Death timer regenerates while carried (default same speed as drain)
- Backpack item swap: swap held item with backpack item
- Optional PeakStatsEx compatibility for hunger countdown display
