Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
All versions
1.0.10+26.1.2-fabric
Release
1.0.10 for Fabric 26.1.25 days ago 27
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added game rule
mapstitch:max_atlas_itemsthat sets the maximum amount of items each atlas can have.- When decreasing the value, make sure that no atlases exist in the world which have more items than what you're about to set, otherwise item loss or crashes may occur. Increasing the value should always be safe.
- Fixed a bug that caused the stage 4 atlas fullness item texture to not show up.
- [NeoForge 1.21.1] Fixed a bug that caused the bar on the atlas representing how full it is to display incorrectly.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mapstitch-1.0.10+26.1.2-fabric-sources.jar | Unknown | 200.27 KiB |
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:etdHQJ0B:6QvRaevG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:etdHQJ0B:6QvRaevG"
}

