Properly shade libraries when using Java version Ω

This commit is contained in:
Cutiepie
2024-05-21 11:53:00 +10:00
parent c4a9e7a2a7
commit e274c9e004
+1 -1
View File
@@ -285,7 +285,7 @@ subprojects { p ->
relocate "com.seibel.distanthorizons.fabriclike", "loaderCommon.${p.name}.com.seibel.distanthorizons.fabriclike" // Move the loader files to a different location
}
}
def librariesLocation = "distanthorizons.libraries"
def librariesLocation = "DistantHorizons.libraries"
// LWJGL
// Only ever shadow the dependencies we use otherwise some stuff would break when running on an external client