Created
May 23, 2024 18:27
-
-
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
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
{ | |
"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