simple api

This commit is contained in:
Jonas_Jones 2023-09-05 20:53:48 +02:00
parent ca0be55429
commit 8f8820db65
14 changed files with 437 additions and 39 deletions

View file

@ -19,6 +19,9 @@ repositories {
}
dependencies {
implementation 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
@ -33,6 +36,7 @@ dependencies {
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
implementation files('libs/java-curl-1.2.2.jar')
implementation 'com.google.code.gson:gson:2.10.1'
}
processResources {