Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Time Stop Clock
Time Stop Clock

Time Stop Clock

Let you control time in minecraft!

198.7K
55
Все версии[Forge 1.20.1] v4.4.0

[Forge 1.20.1] v4.4.0

Release2 мес. назад

Список изменений

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

Метаданные

Канал релиза

Release

Номер версии

4.4.0+forge

Загрузчики

Forge

Версии игры

1.20.1

Загрузок

5.9K

Дата публикации

2 мес. назад

Загрузил

ID версии

Главная