Included content
| Name | |
|---|---|
-Once and for all fixed all Pipe and Fitting transport issues, with the help of Fabric API's Transfer API.
-This also means that Simple Copper Pipes is now compatible with mods like Tom's Simple Storage and Create.
-All Colored and Glowing Pipes and Fittings can now be re-dyed.
-Copper Pipes and Copper Fittings now finally oxidize properly, using Vanilla's system.
-Fittings now split the flow of items evenly among the Pipeline.
-Fixed particles and sounds when reverting oxidization on pipes and fittings.
-Added a config, found at "./config/simple_copper_pipes.json5."
-Contains toggles for Fittings having an inventory GUI, Pipes dispensing items (shooting,) and Pipes dispensing special effects (like Ink fountains.)
-This works alongside Cloth Config.
-Changed the mod id to "simple_copper_pipes." The old mod id, "copper_pipe," is still temporarily provided alongside the new one via the mod's .json file.
-Added integration with Create's Wrenches.
-Added FrozenLib as a required dependency.
-Internally added structures for use with Mojang's GameTest Framework.
| Name | |
|---|---|
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.
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:9r4ZkgSN:2wG0N40d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9r4ZkgSN:2wG0N40d"
}