
Time Stop Clock
Мод Time Stop Clock для Майнкрафт добавляет Часы времени, позволяющие останавливать, замедлять и ускорять время. А также заклинания временного поля и стрелы-болты - полный контроль над временем в игре.
Оцените первым
216.9K
56
Список изменений
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
- #11
Файлы
timeclock-4.4.0-forge-1.20.1.jar(1007.61 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
4.4.0+forge
Загрузчики
Forge
Версии игры
1.20.1
Загрузок
6.4K
Дата публикации
27.03.2026
