Fixed up some listener stuff in the config

This commit is contained in:
coolGi
2022-09-25 12:24:41 +09:30
parent abf5ec313a
commit 4e226130df
4 changed files with 12 additions and 3 deletions
+3
View File
@@ -330,6 +330,9 @@ allprojects { p ->
// Required for Mixins & VanillaGradle
maven { url "https://repo.spongepowered.org/maven/" }
// Required for canvas
maven { url "https://maven.vram.io/" }
// These 2 are for importing mods that arnt on CursedForge, Modrinth, GitHub, GitLab or anywhere opensource
flatDir {
dirs "${rootDir}/mods/fabric"