Skip to content

Commit

Permalink
Fix json lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Techjar committed Feb 11, 2020
1 parent 8cc824d commit 8c3218c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion installer/1.7.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "org.json:json:20140107",
"url": "http://central.maven.org/maven2/"
"url": "http://vivecraft.org/jar/"
},
{
"name": "net.minecraft:launchwrapper:1.12"
Expand Down
2 changes: 1 addition & 1 deletion installer/vivecraft-1.7.10-forge-shadersmod.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
{
"name": "org.json:json:20140107",
"url": "http://central.maven.org/maven2/"
"url": "http://vivecraft.org/jar/"
},
{
"name": "de.fruitfly.ovr:JRift:0.8.0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion installer/vivecraft-1.7.10-forge.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
{
"name": "org.json:json:20140107",
"url": "http://central.maven.org/maven2/"
"url": "http://vivecraft.org/jar/"
},
{
"name": "de.fruitfly.ovr:JRift:0.8.0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion installer/vivecraft-1.7.10-multimc-forge.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"libraries": [
{
"name": "org.json:json:20140107",
"url": "http://central.maven.org/maven2/"
"url": "http://vivecraft.org/jar/"
},
{
"name": "com.sun:jna:4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion installer/vivecraft-1.7.10-multimc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"libraries": [
{
"name": "org.json:json:20140107",
"url": "http://central.maven.org/maven2/"
"url": "http://vivecraft.org/jar/"
},
{
"name": "com.sun:jna:4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions installer/vivecraft-1.7.10-shadersmod.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "org.ow2.asm:asm-all:5.0.3"
},
{
"url": "http://central.maven.org/maven2/",
"url": "http://vivecraft.org/jar/",
"name": "org.json:json:20140107"
},
{
Expand All @@ -34,4 +34,4 @@
"type": "release",
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type} --tweakClass optifine.OptiFineTweaker --tweakClass shadersmodcore.loading.SMCTweaker --tweakClass com.mtbs3d.minecrift.tweaker.MinecriftVanillaTweaker",
"releaseTime": "1979-06-01T00:00:00-05:00"
}
}
4 changes: 2 additions & 2 deletions installer/vivecraft-1.7.10.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "org.ow2.asm:asm-all:5.0.3"
},
{
"url": "http://central.maven.org/maven2/",
"url": "http://vivecraft.org/jar/",
"name": "org.json:json:20140107"
},
{
Expand All @@ -31,4 +31,4 @@
"type": "release",
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type} --tweakClass optifine.OptiFineTweaker",
"releaseTime": "1979-06-01T00:00:00-05:00"
}
}

0 comments on commit 8c3218c

Please sign in to comment.