/
!GitHub License !GitHub Downloads (all assets, all releases)
Tridot offers utilities in almost every way needed for a developer;
- Simplifying your calculations and data storing with custom structures
- Providing useful rendering methods for "le beauty"
- Fixing Minecraft Forge's modding experience for more robust additions ...and more!
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")
}
Uses trigonometry to make it natural and nice-looking
Style replacement
DotStyleadds newDotStyleEffectclass which helps to modify text rendering
SplashHandler for adding custom splashesAdd new customizable splashes to title screen using this class
Item and Armor skins systemChange Items' and Armor' models with a modifiable skin system
Changes music depending on some factors
Adds a new defense property for armor, which reduces taken damage in percents
Robust modding with new systems will be even easier
