diff --git a/build.gradle.kts b/build.gradle.kts index 1c4b1c0b1..3f3d8513a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -114,9 +114,8 @@ subprojects { "minecraft"("com.mojang:minecraft:${"minecraft_version"()}") // layered mappings - Mojmap names, parchment and QM docs and parameters "mappings"(loom.layered { - mappings("org.quiltmc:quilt-mappings:${"minecraft_version"()}+build.${"qm_version"()}:intermediary-v2") - parchment("org.parchmentmc.data:parchment-${"minecraft_version"()}:${"parchment_version"()}@zip") officialMojangMappings { nameSyntheticMembers = false } + parchment("org.parchmentmc.data:parchment-${"minecraft_version"()}:${"parchment_version"()}@zip") }) // Used to decompile mixin dumps, needs to be on the classpath diff --git a/gradle.properties b/gradle.properties index 4aef17ecb..194f564a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,8 +27,6 @@ maven_group = com.railwayteam.railways minecraft_version = 1.20.1 # Mappings -# https://lambdaurora.dev/tools/import_quilt.html -qm_version = 23 # https://parchmentmc.org/docs/getting-started parchment_version = 2023.07.16