Tridot - Universal API for Mod Developers
Tridot is a powerful toolkit that significantly simplifies the process of creating Minecraft modifications. This API offers developers a wide range of useful functions and utilities.
Main Features
Screen Effects
Realistic camera shake system, including earthquake effects. Uses trigonometric calculations to create smooth and natural visual effects.
Enhanced Text Handling
New DotStyle system replaces the standard Component Style, providing advanced capabilities for modifying text display. Includes custom character effects and built-in ready-made solutions.
Splash Customization
SplashHandler allows adding custom splashes to the title screen with language support, translation, and customizable appearance probability.
Item and Armor Skin System
Flexible system for changing item and armor models with appearance customization options.
Dynamic Music
Music modifiers change background music depending on various factors, including biomes and dungeon structures.
Improved Armor System
New percentage-based protection system removes the vanilla game's 80% limit, allowing for full 100% protection.
Builder Systems
Flexible builder-based systems for creating armor, particles, and visual effects (cubes, beams, vertices, and much more).
Installation for Developers
To install, add the following code to your build.gradle:
repositories {
maven { url = "https://maven.komaru.ru/repository/maven-releases" }
}
dependencies {
runtimeOnly fg.deobf("pro.komaru:Tridot:${minecraft_version}-${tridot_version}")
compileOnly fg.deobf("pro.komaru:Tridot:${minecraft_version}-${tridot_version}:api")
}