SkillAgentSearch skills...

Tips

Adds tips to loading screens of Minecraft.

Install / Use

/learn @Darkhax-Minecraft/Tips
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- name-start -->

Tips CurseForge Project Modrinth Project Maven Project

<!-- name-end --> <!-- description-start -->

Adds useful tips to various loading screens in game. The documentation for this mod can be found here.

<!-- description-end --> <!-- maven-start -->

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {
    maven { 
        url 'https://maven.blamejared.com'
    }
}

dependencies {
    // NeoForge
    implementation group: 'net.darkhax.tips', name: 'tipsmod-neoforge-1.21.1', version: '21.1.0'

    // Forge
    implementation group: 'net.darkhax.tips', name: 'tipsmod-forge-1.21.1', version: '21.1.0'

    // Fabric & Quilt
    modImplementation group: 'net.darkhax.tips', name: 'tipsmod-fabric-1.21.1', version: '21.1.0'

    // Common / MultiLoader / Vanilla
    compileOnly group: 'net.darkhax.tips', name: 'tipsmod-common-1.21.1', version: '21.1.0'
}
<!-- maven-end --> <!-- sponsor-start -->

Sponsors


Tips is sponsored by Nodecraft. Use code DARKHAX for 30% of your first month of service!

<!-- sponsor-end -->
View on GitHub
GitHub Stars52
CategoryDevelopment
Updated21d ago
Forks50

Languages

Java

Security Score

80/100

Audited on Mar 8, 2026

No findings