File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 label : SBA Version
3030 multiple : false
3131 options :
32+ - 1.7.3
3233 - 1.7.2
3334 - 1.7.1
3435 - 1.7.0
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ git checkout -b development --track origin/development
6060 > so the access transformers are applied to the source code!
6161 >
6262 > The build process produces three artifacts:
63- > - SkyblockAddons-1.7.2 .jar (mod code and resources)
64- > - SkyblockAddons-1.7.2 -all.jar (above + shaded libraries)
65- > - SkyblockAddons-1.7.2 -for-MC-1.8.9.jar (above + remapped for obfuscated environment)
63+ > - SkyblockAddons-1.7.3 .jar (mod code and resources)
64+ > - SkyblockAddons-1.7.3 -all.jar (above + shaded libraries)
65+ > - SkyblockAddons-1.7.3 -for-MC-1.8.9.jar (above + remapped for obfuscated environment)
6666 >
67672. (Optional) Run the **Minecraft Forge** client
6868 - Using IntelliJ IDEA
Original file line number Diff line number Diff line change 33org.gradle.jvmargs =-Xmx2G
44
55# SkyblockAddons Properties
6- version =1.7.2
6+ version =1.7.3
77# Set by CI
88buildNumber =0
99acceptedMinecraftVersions =[1.8.9]
Original file line number Diff line number Diff line change 22 "bannerImageURL" : null ,
33 "bannerLink" : null ,
44
5- "latestVersion" : " 1.7.2 " ,
5+ "latestVersion" : " 1.7.3 " ,
66 "latestBeta" : " 1.7.0-beta.3" ,
7- "videoLink" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.2 " ,
8- "directDownload" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.2 /SkyblockAddons-1.7.2 -for-MC-1.8.9.jar" ,
7+ "videoLink" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.3 " ,
8+ "directDownload" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.3 /SkyblockAddons-1.7.3 -for-MC-1.8.9.jar" ,
99
1010 "updateInfo" : {
11- "latestRelease" : " 1.7.2 " ,
12- "releaseDownload" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.2 /SkyblockAddons-1.7.2 -for-MC-1.8.9.jar" ,
13- "releaseChangelog" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.2 " ,
11+ "latestRelease" : " 1.7.3 " ,
12+ "releaseDownload" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/download/v1.7.3 /SkyblockAddons-1.7.3 -for-MC-1.8.9.jar" ,
13+ "releaseChangelog" : " https://github.com/BiscuitDevelopment/SkyblockAddons/releases/tag/v1.7.3 " ,
1414 "releaseShowcase" : " " ,
1515 "latestBeta" : " 1.7.0-beta.3" ,
1616 "betaDownload" : " https://discord.gg/zWyr3f5GXz" ,
You can’t perform that action at this time.
0 commit comments