diff --git a/README.md b/README.md index a743169d..21f9ad79 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [Modrinth](https://modrinth.com/mod/majruszs-enchantments) ## Current Mod Releases (Source Code) -- [v1.7.8 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.19.X) +- [v1.8.0 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.19.X) - [v1.6.3 for Minecraft 1.18.2](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.18.X) *(not supported anymore)* - [v1.5.2 for Minecraft 1.17.1](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.17.1) *(not supported anymore)* - [v1.3.5 for Minecraft 1.16.5](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.16.4) *(not supported anymore)* diff --git a/build.gradle b/build.gradle index c604183f..d526201a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'eclipse' apply plugin: 'maven-publish' apply plugin: 'org.spongepowered.mixin' -version = '1.7.8-unfinished' +version = '1.8.0' group = 'com.majruszsenchantments' archivesBaseName = 'majruszs-enchantments-1.19.3' @@ -98,7 +98,7 @@ repositories { dependencies { minecraft 'net.minecraftforge:forge:1.19.3-44.0.18' - implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0-unfinished' ) + implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.1.0' ) annotationProcessor 'org.spongepowered:mixin:0.8.5:processor' } diff --git a/libs/majrusz-library-1.19.3-3.1.0-unfinished.jar b/libs/majrusz-library-1.19.3-3.1.0.jar similarity index 84% rename from libs/majrusz-library-1.19.3-3.1.0-unfinished.jar rename to libs/majrusz-library-1.19.3-3.1.0.jar index d475a832..dde1ad02 100644 Binary files a/libs/majrusz-library-1.19.3-3.1.0-unfinished.jar and b/libs/majrusz-library-1.19.3-3.1.0.jar differ diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index d557427e..891ca5ff 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/Majrusz/MajruszsEnchantmentsMod/issues" [[mods]] modId="majruszsenchantments" - version="1.7.8-unfinished" + version="1.8.0" displayName="Majrusz's Enchantments" updateJSONURL="https://raw.githubusercontent.com/Majrusz/MinecraftCommon/main/Enchantments/update.json" displayURL="https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments"