Tags
Creators
Details
1.20.1-1.6.2
Compatibility
Required content
Changes
-
Belts can be encased with copper, train, creative casings & industrial iron block
- Particles are buged, I know I don't find how to fix them
-
New configs to :
- Dis/Enable the swap of casing between different blocks (mixer, press...)
- Dis/Enable the swap of types of wood & materials (Wood types, andesite alloy, brass, glass...) between different blocks (shaft,cogwheel and large cogwheel)
Other infos
Some people will ask why I didn't make a release for 1.18.2 and 1.19.2, I have two reasons for this, the first is the time it takes to make backport for 1.18.2 & 1.19.2, the second reason is to stay aligned with the Development status of Create, I know that some people still uses 1.18.2 & 1.19.2 but I don't have the time to make backport. Also I know that the dev status indicates that 1.18.2 & 1.19.2 are still in 0.5.1 but I wait for 0.5.2/0.6 to make bigger update and rewrite. Fixes can be release on 1.18.2 and 1.19.2 but bigger features will stay on 1.20.1
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:hSSqdyU1:4MpIYxcS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hSSqdyU1:4MpIYxcS"
}

