From 152ec1efd15b062ef2953f9e1ecdc4a3a4884e3c Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 1 Jul 2023 00:09:03 -0300 Subject: [PATCH] Bump dependencies --- build.gradle | 44 ++---------------- gradle.properties | 4 +- .../resources/assets/chipmunkmod/icon.png | Bin 453 -> 695 bytes src/main/resources/fabric.mod.json | 5 +- 4 files changed, 8 insertions(+), 45 deletions(-) diff --git a/build.gradle b/build.gradle index 68c9007..7e33b6f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'fabric-loom' version '1.2-SNAPSHOT' id 'maven-publish' } @@ -10,16 +10,6 @@ archivesBaseName = project.archives_base_name version = project.mod_version group = project.maven_group -repositories { - // Add repositories to retrieve artifacts from in here. - // You should only use this when depending on other mods because - // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. - // See https://docs.gradle.org/current/userguide/declaring_repositories.html - // for more information about repositories. - - mavenCentral() -} - dependencies { // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" @@ -34,11 +24,11 @@ dependencies { // modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}" - compileOnly 'org.projectlombok:lombok:1.18.24' - annotationProcessor 'org.projectlombok:lombok:1.18.24' + compileOnly 'org.projectlombok:lombok:1.18.28' + annotationProcessor 'org.projectlombok:lombok:1.18.28' - testCompileOnly 'org.projectlombok:lombok:1.18.24' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.24' + testCompileOnly 'org.projectlombok:lombok:1.18.28' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.28' } processResources { @@ -54,32 +44,8 @@ tasks.withType(JavaCompile).configureEach { it.options.release = 17 } -java { - // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task - // if it is present. - // If you remove this line, sources will not be generated. - withSourcesJar() -} - jar { from("LICENSE") { rename { "${it}_${project.archivesBaseName}"} } } - -// configure the maven publication -publishing { - publications { - mavenJava(MavenPublication) { - from components.java - } - } - - // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. - repositories { - // Add repositories to publish to here. - // Notice: This block does NOT have the same function as the block in the top level. - // The repositories here will be used for publishing your artifact, not for - // retrieving dependencies. - } -} diff --git a/gradle.properties b/gradle.properties index 5749210..861ccac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20.1 - yarn_mappings=1.20.1+build.2 + yarn_mappings=1.20.1+build.9 loader_version=0.14.21 # Mod Properties @@ -14,4 +14,4 @@ org.gradle.parallel=true archives_base_name = chipmunkmod # Dependencies - fabric_version=0.83.1+1.20.1 + fabric_version=0.84.0+1.20.1 diff --git a/src/main/resources/assets/chipmunkmod/icon.png b/src/main/resources/assets/chipmunkmod/icon.png index 047b91f2347de5cf95f23284476fddbe21ba23fe..b5f5f81f362825e40cbad5d191f0e9d31a931e9c 100644 GIT binary patch delta 666 zcmV;L0%iTh1Gfc`DS!X}{{R30Rl?JL0007PNklBF%(y!zbI(iTy1{pHu6Y?WP!yrROe?qx+EW2qi#NLq-DSB$rsX*w(e5Pm~c}D^K zKg|Ig;HLB&e}EQz0p;5o&wNF~Y+heB&t;n41XOzw{9t<%JD~y9{~hdcKKJ_TvmS zpn!5ZLo;81m{Ya_u*!a{02%{-+ivPE8DE2b@%6O&b-q%zhE6&4rN9pXoHGmz4a0SY zz~FH{DuC+>(0?@Xxju}1{t@UBh6Gb5aGucwU&DPmoqp;gczjHW)%P1br6{|$6$l=m zQ$*vTm30Kao#zM%9Gy4N9Xf&afIlz zd;_#RT(9txdIrun&8HgSvE>5bTWEvRQv^-|E_{Kv?=AnxMW115Vc5g#qPZ7uvqXEt(mp8+4reE^y( zmY(<{907*qoM6N<$g5>Bd Ae*gdg delta 422 zcmV;X0a^aH1;qo9DSrR}0RR90rP-g|0004cNklM;tzC4&VLg$Tj;_AR4XJ50QA(s z2?;lfjc5lWTq)EI)Qi=i2e86fqC|j@ufU}P0Bpbmge;s7FcPwa4sQVPM}1PCUU&dfN2deoPoqRM z0GT=h8kx2MHh-{~0OXK=0.14.11", + "fabricloader": ">=0.14.21", "fabric-api": "*", "minecraft": "~1.20.1", "java": ">=17" - }, - "suggests": { - "another-mod": "*" } }