Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 8 months ago
All versions
0.5.1-f-build.1335+mc1.20.1
Beta
Create 1.20.1 v0.5.1.f2 years ago 610.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- update to patch F
- fix schematic-printing deployers consuming double the resources they should (#1273)
- fix invalid auto-shapeless recipes from appearing in EMI (#1148)
- potential fix for a rare belt-related crash (#941)
- potential fix for errors/crashes due to a missing locale (#1120)
- fix emptying and filling recipes across JEI, REI, and EMI
- fix crash with belts and funnels (#1246)
- add in-world interaction EMI recipes for Create's fluid interactions (#1170)
- fix some errors in REI with chanced recipe outputs (#646, #902)
- fix a crash with Jade and Deployers (#1139)
- fix the Wand of Symmetry always placing double slabs (#1086)
- fix switched inputs in clipboard tooltip (#1212)
- fix copycats having bad translucency (#1167)
- fix intense fog underwater with Sodium (#1045)
- fix piston extension poles being considered unmovable (#1307)
- fix running on the edge of copycats producing missing texture particles (#1084)
- fix backtanks being damageable (#1217)
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:A8R3Be5A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xbc0uyRg:A8R3Be5A"
}

