-
-
Notifications
You must be signed in to change notification settings - Fork 9
Maven Setup
C1200 edited this page Dec 11, 2025
·
7 revisions
- Add the repository URL to your repositories list:
repositories { maven { url = "https://purplecreate.github.io/maven/" } }
- 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")
- Common (for multiloader setups)