aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-10-14 19:54:52 +0800
committershedaniel <daniel@shedaniel.me>2021-10-14 19:54:52 +0800
commite3eebe08fac49d1924670565bc4e34b151ef395d (patch)
treecd75c43024c1b51b8ef4c3db27cb7c1660729493
parent47f541ef0166caad1cb1906f237a2ff3cf8cd115 (diff)
downloadRoughlyEnoughItems-e3eebe08fac49d1924670565bc4e34b151ef395d.tar.gz
RoughlyEnoughItems-e3eebe08fac49d1924670565bc4e34b151ef395d.tar.bz2
RoughlyEnoughItems-e3eebe08fac49d1924670565bc4e34b151ef395d.zip
Add parchment
-rwxr-xr-xbuild.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 4d9d09784..9cc28a806 100755
--- a/build.gradle
+++ b/build.gradle
@@ -32,6 +32,7 @@ subprojects {
minecraft("com.mojang:minecraft:${rootProject.minecraft_version}")
mappings(loom.layered {
officialMojangMappings()
+ parchment("org.parchmentmc.data:parchment-1.17.1:2021.10.10@zip")
crane("dev.architectury:crane:1.17+build.11")
})
}
@@ -46,6 +47,7 @@ allprojects {
repositories {
maven { url "https://maven.shedaniel.me" }
+ maven { url "https://maven.parchmentmc.org" }
maven { url "https://maven.terraformersmc.com/releases" }
}