Tags
Creators
Details
All versions
0.2.1-mod
Release
0.2.1 - FreeJam Patch 14 months ago 369
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Singleplayer only
Changes
⚙️Technical
- Updated to 26.1
- Replacerandom system optimizations (more to come)
🛠️Fixes
- Now deleting custom datapack dimensions cannot cause desync. You can delete "xwe" dimensions at any time to clear the cache completely without risk.
- Some toasts still had incorrect accent, which made their pixels look squished or stretched
- Deleted the invisible block label from main help menu, which didn't cause any problems in 1.21.11 but for some reason started ruining function parsing in 26.1
- Pastebrush preview no longer shows or runs any functions unless a region is selected
- Now you can use Pastebrush anywhere, even if the source and target locations overlap
- Fixed non-functional manual material selection for brush painting (Thanks Corrwinn for bug report)
- The paint brush can now paint all existing blocks in Minecraft 26.1 - 100% guaranteed. (Thanks Corrwinn for the reminder)
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:mmDrugUv:FaJoVmIb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mmDrugUv:FaJoVmIb"
}

