Skip to content

Commit

Permalink
r3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Sep 16, 2020
1 parent 6b29256 commit bcd273f
Show file tree
Hide file tree
Showing 39 changed files with 1,735 additions and 265 deletions.
2 changes: 1 addition & 1 deletion installer/1.16.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@
]
},
{
"name": "cpw.mods:modlauncher:6.1.1",
"name": "cpw.mods:modlauncher:7.0.1",
"url": "https://files.minecraftforge.net/maven/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion installer/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Installer extends JPanel implements PropertyChangeListener
private static final String OF_FILE_NAME = "1.16.2_HD_U_G3";
private static final String OF_MD5 = "0ecd18144e547a40dfae70fa58edc842";
private static final String OF_VERSION_EXT = ".jar";
private static String FORGE_VERSION = "33.0.22";
private static String FORGE_VERSION = "33.0.61";
private static final String HOMEPAGE_LINK = "http://www.vivecraft.org";
private static final String DONATION_LINK = "https://www.patreon.com/jrbudda";
private static final String PROJECT_NAME = "Vivecraft";
Expand Down
10 changes: 5 additions & 5 deletions installer/vivecraft-forge.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
}
},
{
"name": "cpw.mods:modlauncher:6.1.1",
"name": "cpw.mods:modlauncher:7.0.1",
"downloads": {
"artifact": {
"path": "cpw/mods/modlauncher/6.1.1/modlauncher-6.1.1.jar",
"url": "https://files.minecraftforge.net/maven/cpw/mods/modlauncher/6.1.1/modlauncher-6.1.1.jar",
"sha1": "aa2b9b88c70e6857009de2143ddf2a6d27a39bdd",
"size": 117621
"path": "cpw/mods/modlauncher/7.0.1/modlauncher-7.0.1.jar",
"url": "https://files.minecraftforge.net/maven/cpw/mods/modlauncher/7.0.1/modlauncher-7.0.1.jar",
"sha1": "e66e347c2a4c61781198f86be5cc43f19c1dfb92",
"size": 122080
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions minecriftversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
of_file_md5 = "0ecd18144e547a40dfae70fa58edc842"
of_build_md5 = "022b6ec80273f681a9a8d827b0c55548"
minecrift_version_num = "1.16.2"
minecrift_build = "jrbudda-4-r2"
minecrift_build = "jrbudda-4-r3"
of_file_extension = ".jar"
mcp_version = "mcp940"
mcp_uses_generics = True
mcp_download_url = "http://www.modcoderpack.com/files/mcp940.zip"
forge_version = "33.0.22"
forge_version = "33.0.61"
allow_forge = True
forge_default = False
allow_katvr = True
Expand Down
Loading

0 comments on commit bcd273f

Please sign in to comment.