Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 months ago
Updated 3 weeks ago
All versions
v0.3.8-mc26.2
Release
crossPatch v0.3.8 for mc26.23 weeks ago 17
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
v0.3.8
Added
- support for Minecraft 26.2
- new option optimizedLitematicLoading (experimental): keep parsed .litematic files cached across a dimension change, instead of Litematica re-reading, version-checking and data-fixing every placed schematic from disk every time the world changes
- experimental options are now marked in the config GUI: the option name is drawn in red and a red warning is appended to the bottom of its hover text
Changed
- requires Fabric Loader 0.19.5 or newer
- built against the latest malilib, litematica, itemscroller and tweakermore of each Minecraft version
Removed
- autoCollectStackRoundUp, autoCollectWithShulker, autoCollectWithShulkerSingleItemOnly and the TweakerMore tab of the config GUI: TweakerMore 3.33.2 introduced both features itself, as autoCollectMaterialListItemRoundUpToStack and autoCollectMaterialListItemTakeShulkerBoxes. turn those on instead, the old CrossPatch values are not carried over
- note that TweakerMore's shulker collection only takes boxes holding a single required material that meet autoCollectMaterialListItemShulkerBoxFillThreshold, whose default of 1.0 means a full box only
Fixed
- crash when joining a world with TweakerMore 3.33.2 or newer: the auto collect patch no longer had anything to inject into, which left TweakerMore's container processor permanently broken and threw on the first inventory packet
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:BVBbOmXq:M5UJzPTx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BVBbOmXq:M5UJzPTx"
}
