Skip to content

Commit

Permalink
Update flywheel again
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 17, 2024
1 parent 0348f45 commit 9f66655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//file:noinspection GrMethodMayBeStatic
plugins {
id "fabric-loom" version "1.6.+"
id "fabric-loom" version "1.7.+"

id "io.github.p03w.machete" version "1.1.4" // automatic jar compressing on build

Expand All @@ -20,7 +20,6 @@ group = project.maven_group
archivesBaseName = "create-fabric"

repositories {
maven { url = "https://maven.quiltmc.org/repository/release" } // QM
maven { url = "https://maven.parchmentmc.org" } // Parchment
maven { url = "https://maven.fabricmc.net/" } // FAPI, Loader
maven { url = "https://mvn.devos.one/snapshots/" } // Registrate, Forge Tags, Milk Lib
Expand Down Expand Up @@ -75,9 +74,8 @@ def dependencies(DependencyHandler deps) {
def setup(DependencyHandler deps) {
deps.minecraft("com.mojang:minecraft:$minecraft_version")
deps.mappings(loom.layered {
it.mappings("org.quiltmc:quilt-mappings:$minecraft_version+build.$qm_version:intermediary-v2")
it.parchment("org.parchmentmc.data:parchment-$minecraft_version:$parchment_version@zip")
it.officialMojangMappings { nameSyntheticMembers = false }
it.parchment("org.parchmentmc.data:parchment-$minecraft_version:$parchment_version@zip")
})
deps.modImplementation("net.fabricmc:fabric-loader:$loader_version")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parchment_version = 2023.09.03
forge_config_api_port_version = 8.0.0
# https://ci.tterrag.com/job/Flywheel/job/Fabric/
flywheel_minecraft_version = 1.20.1
flywheel_version = 0.6.11-3
flywheel_version = 0.6.11-4
# https://maven.jamieswhiteshirt.com/libs-release/com/jamieswhiteshirt/reach-entity-attributes/
reach_entity_attributes_version = 2.4.0

Expand Down

0 comments on commit 9f66655

Please sign in to comment.