Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 3 years ago
All versions
7.0.3-fabric-mc1.18.2
Release
7.0.3-fabric-mc1.18.24 years ago 765
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Notable changes
- We are using Architectury now to provide Forge and Fabric support
- Update to Minecraft 1.18.2 and it's annoying world gen. This includes support for the new biomes, as well as the stupid height map changes
- Added a new format for the tiles in resource packs
Fixes
- Atlas GUI behaves a bit nicer when using the mouse zoom
- Fixed a crash related to large explored worlds on login
- Performance improvements
- Fixed dragging and player following of atlas GUI
- Fixed missing biomes
- Fixed biome auto-detection, again
- Fixed crash when dragging on a marker
- Added in-game config screen for forge
- Fixed Atlas GUI dragging on Windows
Note: You need Architectury API, Cloth-Config and Fabric API (if you're using Fabric).
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:wHODup9j:O60Usd6C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wHODup9j:O60Usd6C"
}



