Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last week
Updated 2 weeks ago
Summary
AnotherTips (not a fork of Tips) is a mod that adds tips to the world loading screen, and it's similar to Tips
Description
Why AnotherTips instead of Tips
- More friendly to i18n tips
- Better timing system
- Works perfectly with FluxLoading
Here is a config sample to help you understand the functionality of AnotherTips
general {
# This is the pool of tips that will be displayed during the world loading screen [default: ]
S:"Tip Lang Keys" <
test.lang.key1<br>another line
test.lang.key2
>
# This is a map that determines the wait time for tips in different languages
# For example, en_us:0.1 refers to "wait 0.1s for each character for tips in English" [default: [en_us:0.1]]
S:"Tip Wait Time" <
en_us:0.05
>
}