Skip to content

Commit 840b7e9

Browse files
committed
Remove quilt mappings
1 parent 504c60c commit 840b7e9

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
java
99
`maven-publish`
1010
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
1212
id("me.modmuss50.mod-publish-plugin") version "0.3.4" apply false // https://github.com/modmuss50/mod-publish-plugin
1313
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
1414
id("dev.ithundxr.silk") version "0.11.+" // https://github.com/IThundxr/silk
@@ -67,7 +67,6 @@ subprojects {
6767
maven("https://maven.shedaniel.me/") // Cloth Config, REI
6868
maven("https://maven.blamejared.com/") // JEI, Carry On
6969
maven("https://maven.parchmentmc.org") // Parchment mappings
70-
maven("https://maven.quiltmc.org/repository/release") // Quilt Mappings
7170
maven("https://maven.tterrag.com/") { // Flywheel
7271
content {
7372
// need to be specific here due to version overlaps
@@ -79,9 +78,7 @@ subprojects {
7978
@Suppress("UnstableApiUsage")
8079
dependencies {
8180
"minecraft"("com.mojang:minecraft:${"minecraft_version"()}")
82-
// layered mappings - Mojmap names, parchment and QM docs and parameters
8381
"mappings"(loom.layered {
84-
mappings("org.quiltmc:quilt-mappings:${"minecraft_version"()}+build.${"qm_version"()}:intermediary-v2")
8582
officialMojangMappings { nameSyntheticMembers = false }
8683
parchment("org.parchmentmc.data:parchment-${"minecraft_version"()}:${"parchment_version"()}@zip")
8784
})

gradle.properties

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ minecraft_version = 1.20.1
99
enabled_platforms = fabric,forge
1010

1111
# Mappings
12-
# https://lambdaurora.dev/tools/import_quilt.html
13-
qm_version = 23
1412
# https://parchmentmc.org/docs/getting-started
1513
parchment_version = 2023.07.16
1614

@@ -25,14 +23,14 @@ forge_version = 47.1.43
2523

2624
# Create - Fabric
2725
# https://modrinth.com/mod/create-fabric/versions
28-
create_fabric_version = 0.5.1-f-build.1417+mc1.20.1
26+
create_fabric_version = 0.5.1-j-build.1600+mc1.20.1
2927

3028
# Create - Forge
3129
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
32-
create_forge_version = 0.5.1.f-26
30+
create_forge_version = 0.5.1.j-55
3331
registrate_forge_version = MC1.20-1.3.3
3432
flywheel_forge_minecraft_version = 1.20.1
35-
flywheel_forge_version = 0.6.10-8
33+
flywheel_forge_version = 0.6.11-13
3634

3735
# Mixin Extras
3836
# https://github.com/LlamaLad7/MixinExtras

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pluginManagement {
33
maven("https://maven.fabricmc.net/")
44
maven("https://maven.architectury.dev/")
55
maven("https://maven.minecraftforge.net/")
6-
maven("https://maven.quiltmc.org/repository/release")
76
gradlePluginPortal()
87
}
98
}

0 commit comments

Comments
 (0)