Links
Tags
Creators
Details
All versions
1.3.0
Release
Create Repair 1.3.0last month 202
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Repaired:
- Fix crash with latest versions of Journeymap [Forge: Requires Journeymap version of NOT beta.1 or beta.2]. Older versions of JM will also still function with Create Repair
- Turntable now uses getOnPos instead of blockPosition
- Mechanical Arms and Item Drains no longer drop items when replaced by commands
- Fix even more blocks not accounting for in/decreased reach
- Fix ejectors not working properly at high distances
- Fix Ponder's services being susceptible to threading issues
- Fix Ponder's connected texture system thread-safe
- Fix Ponder's config screen system crashing when modifying String-valued configs
Known Issues:
- Trains/Station hover information doesn't show up/only shows up when mouse is offset when using JM 6.0.0 (seems to be inherited from Create 1.21.1)
Supplementary resources
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:G3K7UdxY:vad6B14j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G3K7UdxY:vad6B14j"
}

