From d115e4365d0a5a492a55e56a7a4dcf034419e1b4 Mon Sep 17 00:00:00 2001 From: Maximusbarcz Date: Sun, 15 Jan 2023 18:40:24 +0100 Subject: More stuff! The Mercenary gui is basically done other than the translations, I tried and failed to add modrinth publishing thing to gradle, I redid some stuff, I added stuff, I removed stuff and mainly... I broke the reset command (it works but says it broke) and I have no idea how to fix it! --- gradle.properties | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 869f018..259df37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,19 +3,22 @@ org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Fabric Properties -# check these on https://fabricmc.net/develop -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.1 -loader_version=0.14.11 + minecraft_version=1.19.3 + yarn_mappings=1.19.3+build.1 + loader_version=0.14.11 # Mod Properties - mod_version = 0.0.1 + mod_version = 0.0.1-ALPHA maven_group = dev.mayaqq archives_base_name = youve-got-a-skill-issue modid = ygasi # Dependencies -fabric_version=0.68.1+1.19.3 -sgui_version=1.2.0+1.19.3 -polymer_version=0.3.6+1.19.3 -sta_version=1.4.19+1.19.3 + fabric_version=0.68.1+1.19.3 + sgui_version=1.2.0+1.19.3 + polymer_version=0.3.6+1.19.3 + sta_version=1.4.19+1.19.3 + revelationary_version=1.19.3-SNAPSHOT + +# Modrinth + modrinth_id = -- cgit