@@ -8,7 +8,7 @@ plugins {
8
8
java
9
9
`maven- publish`
10
10
id(" architectury-plugin" ) version " 3.4.+"
11
- id(" dev.architectury.loom" ) version " 1.6 .+" apply false
11
+ id(" dev.architectury.loom" ) version " 1.8 .+" apply false
12
12
id(" me.modmuss50.mod-publish-plugin" ) version " 0.3.4" apply false // https://github.com/modmuss50/mod-publish-plugin
13
13
id(" com.github.johnrengelman.shadow" ) version " 8.1.1" apply false
14
14
id(" dev.ithundxr.silk" ) version " 0.11.+" // https://github.com/IThundxr/silk
@@ -67,7 +67,6 @@ subprojects {
67
67
maven(" https://maven.shedaniel.me/" ) // Cloth Config, REI
68
68
maven(" https://maven.blamejared.com/" ) // JEI, Carry On
69
69
maven(" https://maven.parchmentmc.org" ) // Parchment mappings
70
- maven(" https://maven.quiltmc.org/repository/release" ) // Quilt Mappings
71
70
maven(" https://maven.tterrag.com/" ) { // Flywheel
72
71
content {
73
72
// need to be specific here due to version overlaps
@@ -79,9 +78,7 @@ subprojects {
79
78
@Suppress(" UnstableApiUsage" )
80
79
dependencies {
81
80
" minecraft" (" com.mojang:minecraft:${" minecraft_version" ()} " )
82
- // layered mappings - Mojmap names, parchment and QM docs and parameters
83
81
" mappings" (loom.layered {
84
- mappings(" org.quiltmc:quilt-mappings:${" minecraft_version" ()} +build.${" qm_version" ()} :intermediary-v2" )
85
82
officialMojangMappings { nameSyntheticMembers = false }
86
83
parchment(" org.parchmentmc.data:parchment-${" minecraft_version" ()} :${" parchment_version" ()} @zip" )
87
84
})
0 commit comments