Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 years ago
Updated 2 months ago
All versions
1.20.1-beta-0.1.1
Beta
Create: Pantographs & Wires 1.20.1-beta-0.1.110 months ago 5,996
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
THIS IS THE CREATE 0.5.1 COMPATIBLE VERSION!
- Added: Catenary headspans can be connected Concrete Pillars
- Fixed several performance issues
- Fixed: Catenary headspans and support wires disappear randomly
- Fixed: Random game and server crashes
- Fixed: Rare crash when loading cantilevers
- Fixed: Items are consumed in creative mode
- Fixed: Cantilever bracing cannot be enabled
- Fixed: Any block can be used as wire decoration on energy wires
- Fixed: Too many wire (re)calculations on the client-side
- Fixed: Catenary wires cannot be attached to headspans when clicking on the upper dropper part
- Fixed: Unused wire nodes do not disappear on catenary headspans
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:VzdCnMqW:NF1ePMRT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VzdCnMqW:NF1ePMRT"
}




