Skip to content

Commit 5b2e5d5

Browse files
feat: port fabric to create 6 (new maven)
1 parent a343187 commit 5b2e5d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
// dependencies must also be pulled in to minimize problems, from remapping issues to compile errors.
2727
// All dependencies except Flywheel and Registrate are NOT safe to use!
2828
// Flywheel and Registrate must also be used carefully due to differences.
29-
modCompileOnly("com.simibubi.create:create-fabric-${minecraft_version}:${create_fabric_version}")
29+
modCompileOnly("com.simibubi.create:create-fabric:${create_fabric_version}")
3030

3131
modImplementation "dev.architectury:architectury:$rootProject.architectury_api_version"
3232
}

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_api_version}")
4646

4747
// Create - dependencies are added transitively
48-
modImplementation("com.simibubi.create:create-fabric-${minecraft_version}:${create_fabric_version}")
48+
modImplementation("com.simibubi.create:create-fabric:${create_fabric_version}")
4949

5050
// Development QOL
5151
modLocalRuntime("maven.modrinth:lazydfu:${lazydfu_version}")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ forge_version = 47.1.43
1919

2020
# Create - Fabric
2121
# https://modrinth.com/mod/create-fabric/versions
22-
create_fabric_version = 6.0.7.0+mc1.20.1-build.1716
22+
create_fabric_version = 6.0.7.0+build.1728-mc1.20.1
2323

2424
# Create - Forge
2525
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create

0 commit comments

Comments
 (0)