promotional bannermobile promotional banner

Time Stop Clock

Let you control time in minecraft!
Back to Files

[Forge 1.20.1] v4.4.0

File nametimeclock-4.4.0-forge-1.20.1.jar
Uploader
Suel_kiSuel_ki
Uploaded
Mar 27, 2026
Downloads
35.4K
Size
1007.6 KB
Mod Loaders
ForgeNeoForge
File ID
7821984
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:time-stop-clock-mod-690991:7821984")

NeoForge

implementation fg.deobf("curse.maven:time-stop-clock-mod-690991:7821984")

Learn more about Curse Maven

What's new

Version [v4.4.0] - 2026-03-27

Features

  • Added the Time Anchor Amulet. Please note that it is currently hidden from the creative tabs due to missing textures. When equipped (via Curios or Trinkets), it grants the wearer immunity to time-stop effects

Forge

  • Added KubeJS Compatibility: You can now use the timeclock.entityPause event to control time-stop logic.

Example Script:

timeclock.entityPause(event => {
    // Available methods:
    // event.allow(), event.deny()
    // event.setResult('allow'), event.setResult('deny')

    if (event.entity.type === 'minecraft:pig') {
        event.deny() // Immunity for pigs
    }
    if (event.entity.type === 'minecraft:creeper') {
        event.setResult('deny') // Immunity for creepers
    }
})
  • Add this to any file in your kubejs/server_scripts/

Bug fixes

This mod has no related projects