Skip to content

Commit

Permalink
Merge pull request #17 from Moulberry/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
Moulberry authored Aug 8, 2020
2 parents f7d3491 + 0d3a0d7 commit d313a5c
Show file tree
Hide file tree
Showing 219 changed files with 7,728 additions and 975 deletions.
81 changes: 60 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = "1.0"
version = "1.1-REL"
group= "io.github.moulberry"
archivesBaseName = "NotEnoughUpdates"
String modid = "notenoughupdates"
Expand Down Expand Up @@ -49,6 +49,7 @@ mixin {

jar {
manifest.attributes(
'Main-Class': 'NotSkyblockAddonsInstallerFrame',
'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
'MixinConfigs': "mixins.${modid}.json",
'FMLCorePluginContainsFMLMod': true,
Expand Down
Loading

0 comments on commit d313a5c

Please sign in to comment.