diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-08-11 22:08:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 22:08:36 +0100 |
commit | 159e573cade48ee649fc0dc2c9111cda77dd7816 (patch) | |
tree | 4eecc9f893056dd29a946a852f162579427351e5 /src/test/resources/projects/parchment | |
parent | 2b5d3d4a3a7ba5d1fcc85e890267157faa09291b (diff) | |
download | architectury-loom-159e573cade48ee649fc0dc2c9111cda77dd7816.tar.gz architectury-loom-159e573cade48ee649fc0dc2c9111cda77dd7816.tar.bz2 architectury-loom-159e573cade48ee649fc0dc2c9111cda77dd7816.zip |
Fix #469 (#470)
Diffstat (limited to 'src/test/resources/projects/parchment')
-rw-r--r-- | src/test/resources/projects/parchment/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/projects/parchment/build.gradle b/src/test/resources/projects/parchment/build.gradle index 2401e1b7..7636ef08 100644 --- a/src/test/resources/projects/parchment/build.gradle +++ b/src/test/resources/projects/parchment/build.gradle @@ -4,7 +4,7 @@ plugins { repositories { maven { - name = "ldtteam" + name = "ParchmentMC" url = "https://maven.parchmentmc.net/" } } @@ -13,7 +13,7 @@ dependencies { minecraft "com.mojang:minecraft:1.16.5" mappings loom.layered() { officialMojangMappings() - parchment("org.parchmentmc.data:parchment-1.16.5:20210608-SNAPSHOT@zip") + parchment("org.parchmentmc.data:parchment-1.16.5:2021.08.08@zip") } modImplementation "net.fabricmc:fabric-loader:0.11.3" |