Links
Tags
Creators
Details
All versions
1.21.11-0.0.8-forge
Release
Boat-Item-View-Forge-1.21.11-0.0.87 months ago 4,909
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Forge
Supported environments
Client-side
Changes
Version 0.0.8
Changes
- [All Mod Loaders] Updated for Minecraft 1.21.11
- [Fabric] Moved config file name from the config folder to a dedicated "boatiview" folder. i.e. ".minecraft/config/client.toml" to ".minecraft/config/boatiview/client.toml"
- [Fabric] Removed dependency on Fabric API. This means if you do not wish to use Mod Menu (which requires Fabric API) to access its config GUI, you can do so with a simpler setup. Without Mod Menu, changes made to the config after the game has launched will not be applied until the game is closed and restarted.
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:BdKIyOLe:Om5IvikM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BdKIyOLe:Om5IvikM"
}
