your current location:首页 > news>Tic-Tacs Minecraft

Tic-Tacs Minecraft

2024-12-15 02:34:10|Myriagame |source:minecraft skins

Brief introduction

The Fabric Mod, led by Gegy -led block loading engine, rewritten the block code of Mojang.

TIC-TACS is an experimental rewriting of the block loading engine (also known as "TACS") of Minecraft.TIC-TACS reduces the performance overhead of the block loading process, and is particularly focused on reducing the impact of block loading on the server TICK rate.

TIC-TACS can also enable optional multi-threaded functions loaded by the block, which can significantly improve the generating speed and allow higher block vision distances.

More importantly, you must know that the MOD is still experimental!Although the possibility of completely destroying the world is very small, the game may freeze or collapse, which may lead to progress loss.

The developer provides compatibility with Starlight (Starlight), so you can use these two mods to rewrite the original functions of the original functions at the same time.

Configuration

The mod is configured through config / tictacs.json file, and the content of the file should be like this:

Minecraft images

In most situations, the only useful attributes for users here are thread_count and max_view_distance.

Thread_count control will be used for the number of thread generated by the block.It should be noted that setting this value to more than 4 will no longer have any obvious effect on the performance of the block treatment, and it may be harmful to set it too high!Block generation is still limited by the lighting engine. The engine has not been multi -threaded by TIC -TACs, but you can make up for this shortcoming by installing Starlight optimization.

max_view_distance controls the farthest vision distance that can support the game.This will not directly change the rendering distance, but it will change the maximum value of rendering in the original game.The value of more than 100 may cause problems, but this limit may be resolved in the future.

download

You can find the semi-stable version of Tic-Tacs in Github Release.

You can find less stable versions from the author's latest submission on the author's Jenkins.