some fixes I assume

This commit is contained in:
Jonas_Jones 2023-03-04 21:40:09 +01:00
parent 385879c305
commit 8d9deef4a6
7 changed files with 149 additions and 118 deletions

View file

@ -31,6 +31,8 @@ dependencies {
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
implementation files('libs/java-curl-1.2.2.jar')
}
processResources {