diff --git a/build.gradle b/build.gradle index e6faa37..1713b7a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.11-SNAPSHOT' + id 'fabric-loom' version "${loom_version}" id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 5a4a5d9..c152eed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,12 +6,13 @@ org.gradle.jvmargs=-Xmx1G minecraft_version=1.21.10 yarn_mappings=1.21.10+build.2 loader_version=0.17.3 +loom_version=1.12-SNAPSHOT # Mod Properties - mod_version = 1.5 - maven_group = com.kasetoatz - archives_base_name = BoatJump +mod_version = 2.0 +maven_group = com.kasetoatz +archives_base_name = BoatJump # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.135.0+1.21.10 +fabric_version=0.136.0+1.21.10 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c84f20c..5d6b612 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,12 +3,16 @@ "id": "boatjump", "version": "${version}", "name": "BoatJump", - "description": "", - "authors": [], + "description": "Literally jump with boats", + "authors": ["KaseToatz"], "contact": { - "repo": "https://git.kasetoatz.com/KaseToatz/BoatJump" + "email": "kasetoatz@kasetoatz.com", + "homepage": "https://modrinth.com/mod/joatbump", + "issues": "https://git.kasetoatz.com/KaseToatz/BoatJump/issues", + "sources": "https://git.kasetoatz.com/KaseToatz/BoatJump" }, "license": "MIT", + "icon": "icon.png", "environment": "*", "mixins": [ "boatjump.mixins.json" diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png new file mode 100644 index 0000000..3bf6be7 Binary files /dev/null and b/src/main/resources/icon.png differ