
time watch
make a stopwatch item in the classic minecraft art style that upon being right clicked saves the position of all current non item entities. After 15 seconds...
00—fabricServer1.21.1mod
time watch mod notes
- Added a Stopwatch item (
timewatch:stopwatch) that saves every non-item entity's location across all worlds when right-clicked. After 15 seconds it rewinds them back to those saved positions and orientation, then clears their velocity. The item has a 15-second cooldown per use. - Works server-side; give yourself the item with
/give <player> timewatch:stopwatchor similar commands. - Entities that die/despawn before the rewind are ignored. Item entities are never moved. Teleports attempt to return entities to their original world if it still exists.
- Custom 16x16 texture and model included to match the classic Minecraft item look.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.