Community listing page, reviews here may not be monitored by the author.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Chrono API
This mod was extracted from Deus Chrono-Machina to separate its reusable time-control engine from the original mod's gameplay content. It provides a clean foundation that other mods can use for time manipulation without requiring Deus Chrono-Machina itself.
Features
- Set tick rates from
0.0001to100TPS. - Pause and resume time globally or around an entity owner.
- Create scoped and bounded time fields for arenas and special gameplay areas.
- Whitelist entities so they can continue acting during a time pause.
- Record loaded world history and rewind entities, blocks, items, projectiles, inventories, and supported player state.
- Includes a Java API for addon developers and gameplay integrations.
- Includes extension hooks for custom time-field rules, rewind protection, player state, and client visuals.
- Includes client support for frozen entities, interpolation, rewind item trails, and rollback effects.
- Provides the
/chronocommand tree for testing and server administration.
Java API example
import chrono_api.api.ChronoTime;
import net.minecraft.server.level.ServerPlayer;
public void useChronoApi(ServerPlayer player) {
ChronoTime.setTickrate(8.0F, player);
ChronoTime.pause(true, player);
// Later, release this player's field.
ChronoTime.clear(player);
}
public boolean rewind(ServerPlayer player) {
return ChronoTime.rewind(
player.serverLevel(),
player.position(),
5.0D,
player
);
}
Commands
All commands require permission level 2.
/chrono settickrate <value>— Set the current time rate./chrono pausetime <true|false>— Pause or resume time./chrono rewindTime <seconds>— Rewind available local history./chrono whitelist add <targets>— Add entity exemptions./chrono whitelist remove <targets>— Remove entity exemptions./chrono whitelist clear— Clear exemptions./chrono whitelist list— Show the whitelist size.
Requirements
- Minecraft 1.20.1
- Minecraft Forge 47 or newer in the 1.20.1 line
- Java 17
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources