Skip to content

Commit

Permalink
I am going insane
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Jul 11, 2022
1 parent 2fdc288 commit d3cea44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
//file:noinspection GroovyAccessibility
//file:noinspection GradlePackageVersionRange
plugins {
id "fabric-loom" version "0.12.38" // FIXME newer versions break mappings
id "fabric-loom" version "0.12-SNAPSHOT"
id "maven-publish"
id "io.github.juuxel.loom-quiltflower" version "1.+" // Quiltflower, a better decompiler
id "org.quiltmc.quilt-mappings-on-loom" version "4.2.+" // Quilt Mappings, for parameters and javadoc. Also hashed mojmap.
id "org.quiltmc.quilt-mappings-on-loom" version "4.2.0" // Quilt Mappings, for parameters and javadoc. Also hashed mojmap.
id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build
}

Expand Down Expand Up @@ -49,8 +49,8 @@ dependencies {
// dev env
minecraft("com.mojang:minecraft:${project.minecraft_version}")
mappings loom.layered {
it.addLayer(quiltMappings.mappings("org.quiltmc:quilt-mappings:1.18.2+build.24:v2")) // https://lambdaurora.dev/tools/import_quilt.html
it.parchment("org.parchmentmc.data:parchment-1.18.2:2022.07.10@zip") // https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/parchment-1.18.1/BLEEDING-SNAPSHOT
// it.addLayer(quiltMappings.mappings("org.quiltmc:quilt-mappings:1.18.2+build.24:v2")) // https://lambdaurora.dev/tools/import_quilt.html
// it.parchment("org.parchmentmc.data:parchment-1.18.2:2022.07.10@zip") // https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/parchment-1.18.1/BLEEDING-SNAPSHOT
it.officialMojangMappings {
setNameSyntheticMembers(false)
}
Expand Down

1 comment on commit d3cea44

@scotus-1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

evangelion-clapping

Please sign in to comment.