Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
All versions
2.3.3
Release
[Fabric 1.20.1] 2.3.32 years ago 969
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Changes
2.3.3
- Merge pull request #30 from SettingDust/1.20-fabric
- chore: remove unused imports
- fix: use mixin accessor
- fix: null check for MC options
2.3.2
- fix: crash on dedicated server while trying to access client-only method (#27)
2.3.1
- Mexican Spanish translation (#26)
2.3.0
- fix: effects not being registered on dedicated server
- feat:
shadow-offeffect - chore: reformat code
- 🗿
2.2.0
- feat: typewriter (#21)
2.1.1
- improve: correctly set remap attributes
- fix: add mapped name to
textanimator$removeRainbowForBorder(#20)
2.1.0
- improvement to publish script
- fix: TA effects will lose when create new style (#15)
2.0.1
- Null check for publish tokens (#11)
- Merge pull request #9 from MikhailTapio/1.20-fabric
- Try to fix ArrayIndexOutOfBoundsException
2.0.0
- 1.20 port
1.1.2
- fix: #2
1.1.0
- added publish script
- feat: Option to disable mod in Accessibility settings (#1)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HBIG5nRf:H7hCIDIa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HBIG5nRf:H7hCIDIa"
}
