Fix issues related to level text, and adds acessibility options. The documentation for this mod can be found here.
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.leveltextfix', name: 'leveltextfix-neoforge-1.21.1', version: '21.1.0'
// Forge
implementation group: 'net.darkhax.leveltextfix', name: 'leveltextfix-forge-1.21.1', version: '21.1.0'
// Fabric & Quilt
modImplementation group: 'net.darkhax.leveltextfix', name: 'leveltextfix-fabric-1.21.1', version: '21.1.0'
// Common / MultiLoader / Vanilla
compileOnly group: 'net.darkhax.leveltextfix', name: 'leveltextfix-common-1.21.1', version: '21.1.0'
}
LevelTextFix is sponsored by Nodecraft. Use code DARKHAX for 30% of your first month of service!