Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 8 hours ago
All versions
1.0.1
Release
[1.19.4-1.20.x] Ashore 1.0.13 years ago 263
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.2
1.19.4
Platform
Quilt
Supported environments
Client and server
Changes
- Licensing Update
- This version updates the license from
CC-BY-4.0toLGPL-3.0-or-later.
- This version updates the license from
- Dropped Fabric Loader support
- This means that only Quilt Loader - and forks of - can load Ashore.
- Supports 1.19.4-1.20.x
- You can use the same
ashore-1.0.1.jarfile with any version of Quilt from 1.19.4 to 1.20.2.- Note, later versions may or may not work.
- You can use the same
FAQ
- Why is this Quilt Loader exclusive?
- This helps me streamline the development process, making testing easier and no longer having to test multiple mod loaders, this will allow me to focus more on making higher-quality mods for the modloader I actually use.
- Does this mean I won't be able to run this with my other mods?
- Most Fabric mods are compatible with Quilt, you just need to replace fabric-api with quilted-fabric-api (which is bundled with QSL) and use Quilt Loader instead.
- This means you can use your current Fabric mods on Quilt with other Quilt mods, however you can't run Quilt mods on Fabric.
- Most Fabric mods are compatible with Quilt, you just need to replace fabric-api with quilted-fabric-api (which is bundled with QSL) and use Quilt Loader instead.
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:xz2HJhct:8HIUxCBV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xz2HJhct:8HIUxCBV"
}

