Mod
TickTools
No reviews yet
A fabric mod for tick and render distance management
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
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
TickTools
A Minecraft mod for managing tick-related things
Config
A config file will be automatically created when you first run the server
A full example config file can be found on the GitHub page
Overview of each config option
splitTickDistance controls whether you want to have a separate tick distance from your render distance
tickDistance controls your normal tick distance if splitTickDistance is enabled
itemDespawnTicks controls the number of ticks an item entity will take to despawn after being dropped. Vanilla is 6000 ticks
dynamicTickDistance controls whether the tick distance should fluctuate between tickDistance and minTickDistance depending on server MSPT
minTickDistance controls the minimum value the tick distance will be if `dynamicTickDistance
is enabled
dynamicRenderDistance controls whether the render distance should fluctuate between minRenderDistance and maxRenderDistance depending on server MSPT
minRenderDistance controls the minimum render distance when dynamicRenderDistance is enabled
maxRenderDistance controls the maximum render distance when dynamicRenderDistance is enabled
targetMSPT is the MSPT that the server will reduce the render distance to try and achieve, when dynamic render distance is enabled
Commands
Status Command
/ticktools status
Shows the current tick and render distances of all loaded worlds in the following format:
World identifier: Render/Tick
Discuss
Support, discussion and development takes place on our discord, found at https://discord.gg/UxHnDWr
You can also sign up for release pings there should you be interested
TickTools
A Minecraft mod for managing tick-related things
Config
# Required options
splitTickDistance = false
# Required if relevant config option above is enabled
tickDistance = 8
[dynamic]
dynamicTickDistance = false
minTickDistance = 4
dynamicRenderDistance = false
minRenderDistance = 4
maxRenderDistance = 12
# This value controls the MSPT used to target
targetMSPT = 50.0
# Optional
itemDespawnTicks = 6000
# Example config for world specific
# Uncomment to use
#[the_nether]
#splitTickDistance = true
#tickDistance = 8
#itemDespawnTicks = 6000
#[the_nether.dynamic]
# dynamicTickDistance = false
# minTickDistance = 4
# dynamicRenderDistance = false
# minRenderDistance = 4
# maxRenderDistance = 12
Quick overview of each config option
splitTickDistance controls whether you want to have a separate tick distance from your render distance
tickDistance controls your normal tick distance if splitTickDistance is enabled
itemDespawnTicks controls the number of ticks an item entity will take to despawn after being dropped. Vanilla is 6000 ticks
dynamicTickDistance controls whether the tick distance should fluctuate between tickDistance and minTickDistance depending on server MSPT
minTickDistance controls the minimum value the tick distance will be if `dynamicTickDistance
is enabled
dynamicRenderDistance controls whether the render distance should fluctuate between minRenderDistance and maxRenderDistance depending on server MSPT
minRenderDistance controls the minimum render distance when dynamicRenderDistance is enabled
maxRenderDistance controls the maximum render distance when dynamicRenderDistance is enabled
targetMSPT is the MSPT that the server will reduce the render distance to try and achieve, when dynamic render distance is enabled
Commands
Status Command
/ticktools status
Shows the current tick and render distances of all loaded worlds in the following format:
World identifier: Render/Tick
Discuss
Support, discussion and development takes place on our discord, found at https://discord.gg/UxHnDWr
You can also sign up for release pings there should you be interested
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