Skip to content

Maven Setup

C1200 edited this page Dec 11, 2025 · 7 revisions
  1. Add the repository URL to your repositories list:
    repositories {
      maven {
        url = "https://purplecreate.github.io/maven/"
      }
    }
  2. Add Create: Tramways as a dependency:
    • Common (for multiloader setups)
      modCompileOnly("purplecreate.tramways:tramways-common:0.3.3-mc1.20.1-common")
    • Fabric
      modCompileOnly("purplecreate.tramways:tramways-fabric:0.3.3-mc1.20.1-fabric")
    • Forge
      modCompileOnly("purplecreate.tramways:tramways-forge:0.3.3-mc1.20.1-forge")

Clone this wiki locally