diff --git a/build.gradle b/build.gradle index da1d728..b0deeab 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 aeba159..198cb88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,11 @@ 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.1 +mod_version=1.2 maven_group=com.kasetoatz archives_base_name=OIIA # 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/assets/oiia/sounds/oiia.mp3 b/src/main/resources/assets/oiia/sounds/oiia.mp3 deleted file mode 100644 index 8289cc2..0000000 Binary files a/src/main/resources/assets/oiia/sounds/oiia.mp3 and /dev/null differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 147fb0a..01f0914 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,9 +3,14 @@ "id": "oiia", "version": "${version}", "name": "OIIA", - "description": "", - "authors": [], - "contact": {}, + "description": "Makes mobs spin when you look at them", + "authors": ["KaseToatz"], + "contact": { + "email": "kasetoatz@kasetoatz.com", + "homepage": "https://modrinth.com/mod/o-i-i-a", + "issues": "https://git.kasetoatz.com/KaseToatz/OIIA/issues", + "sources": "https://git.kasetoatz.com/KaseToatz/OIIA" + }, "license": "MIT", "environment": "client", "entrypoints": {