Skip to content

Instantly share code, notes, and snippets.

@Losiel
Created May 23, 2024 18:27
Show Gist options
  • Save Losiel/d19c54b43add8febc40473579094a8e0 to your computer and use it in GitHub Desktop.
Save Losiel/d19c54b43add8febc40473579094a8e0 to your computer and use it in GitHub Desktop.
JSON file that allows TLauncher (or other cracked minecraft launchers) to play Better Than Wolves Community Edition
{
"id": "BTW-CE",
"inheritsFrom": "1.5.2",
"releaseTime": "2024-05-23T17:51:19Z",
"time": "2024-05-23T17:51:19Z",
"type": "release",
"mainClass": "net.fabricmc.loader.launch.knot.KnotClient",
"arguments": {
"game": ["--assetsDir", "${assets_root}"],
"jvm": ["-cp", "${classpath}", "-Djava.library.path=${natives_directory}"]
},
"libraries": [
{
"name": "net.fabricmc:intermediary:1.5.2",
"url": "https://maven.legacyfabric.net/"
},
{
"name": "com.github.minecraft-cursed-legacy:cursed-fabric-loader:master-SNAPSHOT",
"url": "https://jitpack.io/"
},
{
"name": "net.fabricmc:tiny-mappings-parser:0.2.2.14",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.8+build.18",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.3.0.70",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:fabric-loader-sat4j:2.3.5.4",
"url": "https://maven.fabricmc.net/"
},
{
"name": "com.google.jimfs:jimfs:1.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm:9.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-analysis:9.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-commons:9.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-tree:9.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-util:9.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.apache.logging.log4j:log4j-api:2.8.1",
"url": "https://libraries.minecraft.net/"
},
{
"name": "org.apache.logging.log4j:log4j-core:2.8.1",
"url": "https://libraries.minecraft.net/"
},
{
"name": "com.google.code.gson:gson:2.8.6",
"url": "https://repo1.maven.org/maven2/"
},
{
"name": "net.fabricmc:access-widener:1.0.0",
"url": "https://maven.fabricmc.net/"
},
{
"_comment": "jimfs in fabric-server-launch requires guava on the system classloader",
"name": "com.google.guava:guava:21.0",
"url": "https://maven.fabricmc.net/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment