Tags
Creators
Details
2.0.3
Compatibility
Required content
Changes
Status Effect Overlay
Readded the possibilty to show the remaining time of a status effect directly as HUD without having to open the Inventory Screen
Scoreboard Settings
Readded the possibilty to scale the scoreboard sidebar and hide the numbers on it
Options Screen Changes
The smaller categories in the options screen are now horizontally grouped
Screenshot Features
Now allows you to enable a button which allows you to open the screenshot folder, when making a screenshot
TNT Timer
Added a small Timer above a ignited TNT block to indicate when it will explode. Can be enabled in the options
Hit Color
Allows you to change the overlay color of a mob, which got damaged
Auto Updater
Updates your Bewisclient version automatically. Is an experimental feature and has to get enabled manually
Bugfixes
Many Bugs did get fixed with this Version
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:OZwaEcSl:OxIeBrA9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OZwaEcSl:OxIeBrA9"
}


