diff --git a/build.gradle b/build.gradle index ead73320..26f3ac70 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { apply plugin: 'org.spongepowered.mixin' group = 'org.embeddedt' -version = '1.4.4' +version = '1.5.0' java { archivesBaseName = 'modernfix-mc' + minecraft_version diff --git a/gradle.properties b/gradle.properties index c71fb324..af8f725a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,5 +8,5 @@ parchment_version=2022.03.06 jei_version=7.7.1.153 # dev-time options -include_optimization_mods=false -include_content_mods=false \ No newline at end of file +include_optimization_mods=true +include_content_mods=true \ No newline at end of file