Skip to content

Instantly share code, notes, and snippets.

@ScottoMotto
Last active January 20, 2020 14:09
Show Gist options
  • Save ScottoMotto/0a0f2e215de8e695d2b70b98f87c3927 to your computer and use it in GitHub Desktop.
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
{
"+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"
}
@NasiuxDev
Copy link

ss

@enricocta
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment