Last active
January 20, 2020 14:09
-
-
Save ScottoMotto/0a0f2e215de8e695d2b70b98f87c3927 to your computer and use it in GitHub Desktop.
JSON file for installing Rift Modloader in Minecraft 1.13.2 in MultiMC. Download Rift here: https://github.com/Chocohead/Rift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"+tweakers": [ | |
"org.dimdev.riftloader.launch.RiftLoaderClientTweaker" | |
], | |
"formatVersion": 1, | |
"+libraries": [ | |
{ | |
"name": "com.github.Chocohead:Rift:jitpack-SNAPSHOT", | |
"url": "https://www.jitpack.io/" | |
}, | |
{ | |
"name": "org.dimdev:mixin:0.7.11-SNAPSHOT", | |
"url": "https://www.dimdev.org/maven/" | |
}, | |
{ | |
"name": "org.ow2.asm:asm:6.2", | |
"url": "http://repo1.maven.org/maven2/" | |
}, | |
{ | |
"name": "org.ow2.asm:asm-commons:6.2", | |
"url": "http://repo1.maven.org/maven2/" | |
}, | |
{ | |
"name": "org.ow2.asm:asm-tree:6.2", | |
"url": "http://repo1.maven.org/maven2/" | |
}, | |
{ | |
"name": "net.minecraft:launchwrapper:1.12" | |
} | |
], | |
"mainClass": "net.minecraft.launchwrapper.Launch", | |
"name": "Rift", | |
"releaseTime": "2018-07-18T15:11:46+00:00", | |
"requires": [ | |
{ | |
"equals": "1.13.2", | |
"uid": "net.minecraft" | |
} | |
], | |
"uid": "org.dimdev.rift", | |
"version": "v1.0.4-77" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using https instead of http
http://repo1.maven.org/maven2/ -> https://repo1.maven.org/maven2/