Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 months ago
All versions
1.15.1
Release
1.15.1last year 3,414
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Adjusted button tweaks for Cleanroom
- Extended Advancement Screenshot tweak configs
- Extended End Crystal Placement tweak
- Fixed Electroblob's Wizardry + Construct's Armory mixin crashing dedicated server (courtesy of ChaosStrikez)
- Generate sandstone relatively to sea level
- Improved player speed mixin checks
- Only apply fast decay for decayable leaves
- Refactored coremod detection (courtesy of ChaosStrikez)
- Removed majority of Tinkers' Construct fixes (in favor of Tinkers' Antique)
🐞 NEW BUGFIXES
- Village Component Parts: Always builds village structures with biome-specific blocks, improves compatibility with mods such as BiomeTweaker (courtesy of WaitingIdly)
🔧 NEW TWEAKS
- Repairable Anvils: Allows repairing damaged anvils by right-clicking with items like iron ingots (courtesy of LeStegii)
- Villager Profession Biome Restriction: Controls villager professions in specified biomes
⚙️ NEW MOD INTEGRATION
- EvilCraft
- Vengeance Spirit Random Performance: Avoid repeatedly running intensive calculations involving spawning a random Vengeance Spirit (courtesy of WaitingIdly)
- Gaia Dimension
- Fix Restructurer Crash: Safely access a nullable value when checking recipes in the Restructurer (courtesy of WaitingIdly)
- Mekanism
- Fluid Tank Extraction: Fixes a logic error allowing extracting fluids from fluid tanks regardless of requested fluid (courtesy of WaitingIdly)
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:s32LssQX:vpxSyOkf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s32LssQX:vpxSyOkf"
}

