File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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} " )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments