Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
0.5.1-f-build.1417+mc1.20.1
Beta
Create 1.20.1 v0.5.1.f Patch 12 years ago 2.61M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
- fix crashes with fluid and item schedule conditions (#1363, #1391, #1392)
- fix crashes viewing recipes in REI (#1378, #1379, #1380, #1382, #1395)
- fix ingredients of sequenced assembly recipes not being properly linked to their uses (#1394)
- marked known outdated broken addon versions as incompatible
- marked Sound Physics Remastered as broken due to calling non thread safe code off thread
- add cycling to the block displayed in manual item application in EMI
- fix manual item application recipes in emi rendering the shadow in front (#1383)
- make hidden items not show up in REI & EMI
- fix log spam with Continuity (#1370)
- fix backtanks not updating neighboring blocks (#1396)
- fix basin tooltips not updating when removing fluid (#1411)
- fix outputs of draining recipes not being indexed (#1409)
- fix incorrect chances being shown on fan recipes (#1393)
- fix stress tooltips not being shown until entering singleplayer (#1265)
- fix creative crates on contraptions causing crashes
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:Xbc0uyRg:h2HgGyvA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xbc0uyRg:h2HgGyvA"
}

