Use correct decompile repo
This commit is contained in:
parent
658047cb4a
commit
721986c9c8
|
@ -58,7 +58,7 @@ paperweight {
|
||||||
|
|
||||||
paramMappingsRepo.set("https://maven.fabricmc.net/")
|
paramMappingsRepo.set("https://maven.fabricmc.net/")
|
||||||
remapRepo.set("https://maven.fabricmc.net/")
|
remapRepo.set("https://maven.fabricmc.net/")
|
||||||
decompileRepo.set("https://maven.quiltmc.org/repository/snapshot/")
|
decompileRepo.set("https://maven.quiltmc.org/repository/release/")
|
||||||
|
|
||||||
paper {
|
paper {
|
||||||
spigotApiPatchDir.set(layout.projectDirectory.dir("patches/api"))
|
spigotApiPatchDir.set(layout.projectDirectory.dir("patches/api"))
|
||||||
|
|
Loading…
Reference in New Issue