Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 6 months ago
All versions
v1.0.3-mc1.17-1.20.1-forge
Release
[forge] BoatView360 v1.0.3 for mc1.17-1.20.1last year 1,045
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
1.18.x
1.17.x
Platform
Forge
Supported environments
Client-side
Client and server
Changes
[v1.0.3]
English
- Added Forge and NeoForge platform support
- Fixed incompatibility with Immersive Aircraft versions below 1.0.0
简体中文
- 新增 Forge 和 NeoForge 平台支持
- 修复与 Immersive Aircraft 1.0.0 以下版本不兼容的问题
Build Information
- File name:
boatview360-v1.0.3-mc1.17-1.20.1-forge.jar - SHA-256:
133b379601f079f57db352098f353ccb0ee9721b69469efc98a36ca9025a45db - Built from: https://github.com/AsOne2020/BoatView360/actions/runs/16915417659
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:vqnOCHgM:RWHe8yp0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vqnOCHgM:RWHe8yp0"
}

