Skip to content

Config Guide

Blobanium edited this page Apr 21, 2021 · 13 revisions

Loading Timer Configuration Guide

This is still in WIP, this is still not yet complete.

Insane Precision

First Appeared 1.2-Beta1

Setting this value to true will take precision to a whole new level. It does this by using System.nanoTime instead of using System.currentTimeMillis in where currentTimeMillis's precision is in its miliseconds while nanoTime's precision is usually in its nanoseconds (to those who don't know ). Some people like it, some people dont.

No Exception

First Appeared 1.3-Beta2

Logs Fatal errors instead of throwing an exception if set to true. This only applies to this mod only in order to avoid any confusion. This is a experimental feature, leave this set to false unless you know what your doing.

World Loading Timer

First Appeared 1.3.1

Setting this to true tells you how long it takes to load into/generate a world (Works for Single Player Only)

Show Resource Load Percent

First Appeared 1.3.2

Setting this value to true will print what percent its at in the logs, just like how it shows the progress of world loading in single player.

Resource Loading Notification

First Appeared 1.3.2

Setting this value to true will enable the toast notification for how long it took to load/reload in resource packs. In order to minimize toast spam, this toast is not shown at startup (This can be overridden by setting resource_loading_notif_override to true).

Raw Loading Toast

First Appeared 1.3.3

Setting this value to true will show the "raw" loading time on the toast at startup, instead of the "total" loading time it usually shows.