Compare commits
16 Commits
9f6220b508
...
Mechanical
| Author | SHA1 | Date | |
|---|---|---|---|
| 08713d3e93 | |||
| 64afb86a5c | |||
| 1dcd978443 | |||
| cd24fae886 | |||
| ae05537a4e | |||
| 63c05e528d | |||
| 539a5b9efb | |||
|
|
90588dd23c | ||
|
|
5f6c58d863 | ||
|
|
b783e4784d | ||
|
|
76ab09a010 | ||
|
|
8b528959bc | ||
|
|
318452e44e | ||
|
|
1a537e33f4 | ||
|
|
11f8a72e8a | ||
|
|
5da3d6cf5f |
@@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
|
.eslintrc.cjs
|
||||||
54
.eslintrc.cjs
Normal file
54
.eslintrc.cjs
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
module.exports = {
|
||||||
|
root: true,
|
||||||
|
plugins: [
|
||||||
|
'@typescript-eslint'
|
||||||
|
],
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
|
parserOptions: {
|
||||||
|
project: true,
|
||||||
|
tsconfigRootDir: __dirname
|
||||||
|
},
|
||||||
|
extends: [
|
||||||
|
'eslint:recommended',
|
||||||
|
'plugin:@typescript-eslint/recommended-type-checked',
|
||||||
|
'plugin:@typescript-eslint/stylistic-type-checked'
|
||||||
|
],
|
||||||
|
rules: {
|
||||||
|
semi: 'off',
|
||||||
|
'@typescript-eslint/semi': [
|
||||||
|
'error',
|
||||||
|
'never'
|
||||||
|
],
|
||||||
|
quotes: 'off',
|
||||||
|
'@typescript-eslint/quotes': [
|
||||||
|
'error',
|
||||||
|
'single'
|
||||||
|
],
|
||||||
|
indent: 'off',
|
||||||
|
'@typescript-eslint/indent': [
|
||||||
|
'error',
|
||||||
|
4
|
||||||
|
],
|
||||||
|
'@typescript-eslint/member-delimiter-style': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
multiline: {
|
||||||
|
delimiter: 'none',
|
||||||
|
requireLast: false
|
||||||
|
},
|
||||||
|
singleline: {
|
||||||
|
delimiter: 'comma',
|
||||||
|
requireLast: false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||||
|
'@typescript-eslint/explicit-function-return-type': ['warn'],
|
||||||
|
'@typescript-eslint/restrict-template-expressions': 'off',
|
||||||
|
'@typescript-eslint/require-await': 'off',
|
||||||
|
'@typescript-eslint/no-unsafe-member-access': 'off',
|
||||||
|
'@typescript-eslint/no-unsafe-call': 'off',
|
||||||
|
'@typescript-eslint/consistent-indexed-object-style': 'off',
|
||||||
|
'@typescript-eslint/prefer-nullish-coalescing': 'off'
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
"root": true,
|
|
||||||
"parser": "@typescript-eslint/parser",
|
|
||||||
"plugins": [
|
|
||||||
"@typescript-eslint"
|
|
||||||
],
|
|
||||||
"extends": [
|
|
||||||
"eslint:recommended",
|
|
||||||
"plugin:@typescript-eslint/recommended"
|
|
||||||
],
|
|
||||||
"rules": {
|
|
||||||
"semi": "off",
|
|
||||||
"@typescript-eslint/semi": [
|
|
||||||
"error",
|
|
||||||
"never"
|
|
||||||
],
|
|
||||||
"quotes": "off",
|
|
||||||
"@typescript-eslint/quotes": [
|
|
||||||
"error",
|
|
||||||
"single"
|
|
||||||
],
|
|
||||||
"indent": "off",
|
|
||||||
"@typescript-eslint/indent": [
|
|
||||||
"error",
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"@typescript-eslint/member-delimiter-style": [
|
|
||||||
"error",
|
|
||||||
{
|
|
||||||
"multiline": {
|
|
||||||
"delimiter": "none",
|
|
||||||
"requireLast": false
|
|
||||||
},
|
|
||||||
"singleline": {
|
|
||||||
"delimiter": "comma",
|
|
||||||
"requireLast": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"@typescript-eslint/no-non-null-assertion": "off",
|
|
||||||
"@typescript-eslint/explicit-function-return-type": ["warn"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -24,7 +24,7 @@
|
|||||||
"name": "Install Dev Distribution",
|
"name": "Install Dev Distribution",
|
||||||
"program": "${workspaceFolder}\\src\\index.ts",
|
"program": "${workspaceFolder}\\src\\index.ts",
|
||||||
"args": [
|
"args": [
|
||||||
"g", "distro", "dev_distribution", "--installLocal"
|
"g", "distro", "distribution_dev", "--installLocal"
|
||||||
],
|
],
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
"outFiles": [
|
"outFiles": [
|
||||||
|
|||||||
10
MechanicalLauncher/cache/neoforge/21.1.193/launcher_profiles.json
vendored
Normal file
10
MechanicalLauncher/cache/neoforge/21.1.193/launcher_profiles.json
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/google/guava/guava/20.0/guava-20.0.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/google/guava/guava/20.0/guava-20.0.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/mojang/logging/1.2.7/logging-1.2.7.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/mojang/logging/1.2.7/logging-1.2.7.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/opencsv/opencsv/4.4/opencsv-4.4.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/com/opencsv/opencsv/4.4/opencsv-4.4.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/jodah/typetools/0.6.3/typetools-0.6.3.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/jodah/typetools/0.6.3/typetools-0.6.3.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
Input: 30c73b1c5da787909b2f73340419fdf13b9def88
|
||||||
|
Srg: e4f52c8fd55aa6aa2b4d0e2b36d4327b9991b2c5
|
||||||
|
Output: db5c59932751d66c2f57c1c2de41b48712620975
|
||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
Input: 30c73b1c5da787909b2f73340419fdf13b9def88
|
||||||
|
Srg: e4f52c8fd55aa6aa2b4d0e2b36d4327b9991b2c5
|
||||||
|
Output: b4fb33003ee0975bc4511ff09d5d4a268b33fc2b
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/neoforged/bus/8.0.5/bus-8.0.5.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/neoforged/bus/8.0.5/bus-8.0.5.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/neoforged/srgutils/1.0.0/srgutils-1.0.0.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/net/neoforged/srgutils/1.0.0/srgutils-1.0.0.jar
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm/9.3/asm-9.3.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm/9.3/asm-9.3.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm/9.8/asm-9.8.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/ow2/asm/asm/9.8/asm-9.8.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/libraries/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/neoforge-21.1.193-installer.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/neoforge-21.1.193-installer.jar
vendored
Normal file
Binary file not shown.
BIN
MechanicalLauncher/cache/neoforge/21.1.193/versions/1.21.1/1.21.1.jar
vendored
Normal file
BIN
MechanicalLauncher/cache/neoforge/21.1.193/versions/1.21.1/1.21.1.jar
vendored
Normal file
Binary file not shown.
1
MechanicalLauncher/cache/neoforge/21.1.193/versions/1.21.1/1.21.1.json
vendored
Normal file
1
MechanicalLauncher/cache/neoforge/21.1.193/versions/1.21.1/1.21.1.json
vendored
Normal file
File diff suppressed because one or more lines are too long
558
MechanicalLauncher/cache/neoforge/21.1.193/versions/neoforge-21.1.193/neoforge-21.1.193.json
vendored
Normal file
558
MechanicalLauncher/cache/neoforge/21.1.193/versions/neoforge-21.1.193/neoforge-21.1.193.json
vendored
Normal file
@@ -0,0 +1,558 @@
|
|||||||
|
{
|
||||||
|
"id": "neoforge-21.1.193",
|
||||||
|
"time": "2025-07-17T22:08:38.862483767",
|
||||||
|
"releaseTime": "2025-07-17T22:08:38.862483767",
|
||||||
|
"type": "release",
|
||||||
|
"mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher",
|
||||||
|
"inheritsFrom": "1.21.1",
|
||||||
|
"arguments": {
|
||||||
|
"game": [
|
||||||
|
"--fml.neoForgeVersion",
|
||||||
|
"21.1.193",
|
||||||
|
"--fml.fmlVersion",
|
||||||
|
"4.0.41",
|
||||||
|
"--fml.mcVersion",
|
||||||
|
"1.21.1",
|
||||||
|
"--fml.neoFormVersion",
|
||||||
|
"20240808.144430",
|
||||||
|
"--launchTarget",
|
||||||
|
"forgeclient"
|
||||||
|
],
|
||||||
|
"jvm": [
|
||||||
|
"-Djava.net.preferIPv6Addresses=system",
|
||||||
|
"-DignoreList=client-extra,${version_name}.jar",
|
||||||
|
"-DlibraryDirectory=${library_directory}",
|
||||||
|
"-p",
|
||||||
|
"${library_directory}/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar${classpath_separator}${library_directory}/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar${classpath_separator}${library_directory}/org/ow2/asm/asm/9.8/asm-9.8.jar${classpath_separator}${library_directory}/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar",
|
||||||
|
"--add-modules",
|
||||||
|
"ALL-MODULE-PATH",
|
||||||
|
"--add-opens",
|
||||||
|
"java.base/java.util.jar=cpw.mods.securejarhandler",
|
||||||
|
"--add-opens",
|
||||||
|
"java.base/java.lang.invoke=cpw.mods.securejarhandler",
|
||||||
|
"--add-exports",
|
||||||
|
"java.base/sun.security.util=cpw.mods.securejarhandler",
|
||||||
|
"--add-exports",
|
||||||
|
"jdk.naming.dns/com.sun.jndi.dns=java.naming"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"libraries": [
|
||||||
|
{
|
||||||
|
"name": "net.neoforged.fancymodloader:earlydisplay:4.0.41",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "53dfbd387ed1b88c7d144bdb6551b7f57d5da6d7",
|
||||||
|
"size": 261715,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/fancymodloader/earlydisplay/4.0.41/earlydisplay-4.0.41.jar",
|
||||||
|
"path": "net/neoforged/fancymodloader/earlydisplay/4.0.41/earlydisplay-4.0.41.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged.fancymodloader:loader:4.0.41",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "3aebc81b9347fa87bb629ffaed20276f2a4c944e",
|
||||||
|
"size": 504881,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/fancymodloader/loader/4.0.41/loader-4.0.41.jar",
|
||||||
|
"path": "net/neoforged/fancymodloader/loader/4.0.41/loader-4.0.41.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged.accesstransformers:at-modlauncher:10.0.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "5aba50202aceead086bc09fbc2751c9f05cb4890",
|
||||||
|
"size": 2347,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar",
|
||||||
|
"path": "net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:accesstransformers:10.0.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "fd83b5725f76eae9115e9355fa1c456a6a441400",
|
||||||
|
"size": 67234,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar",
|
||||||
|
"path": "net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:bus:8.0.5",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "5b2d33285ab5d1554e9798ad98c40d6ea3868bd5",
|
||||||
|
"size": 30340,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/bus/8.0.5/bus-8.0.5.jar",
|
||||||
|
"path": "net/neoforged/bus/8.0.5/bus-8.0.5.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:coremods:7.0.3",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "09147e6f638b4272b3bd5fc8f92ad37802512c6c",
|
||||||
|
"size": 22659,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar",
|
||||||
|
"path": "net/neoforged/coremods/7.0.3/coremods-7.0.3.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cpw.mods:modlauncher:11.0.5",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "b8f0d49294f733fdb6173931b263553e943dc950",
|
||||||
|
"size": 116486,
|
||||||
|
"url": "https://maven.neoforged.net/releases/cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar",
|
||||||
|
"path": "cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:mergetool:2.0.0:api",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "52fe1949be64e3303aabaaa21e315f551db9c9f4",
|
||||||
|
"size": 2550,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar",
|
||||||
|
"path": "net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.electronwill.night-config:toml:3.8.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "c128842f759692f613ea6c3ef0ef052273bbb38c",
|
||||||
|
"size": 39516,
|
||||||
|
"url": "https://maven.neoforged.net/releases/com/electronwill/night-config/toml/3.8.2/toml-3.8.2.jar",
|
||||||
|
"path": "com/electronwill/night-config/toml/3.8.2/toml-3.8.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.electronwill.night-config:core:3.8.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "94eee571e1524129804d08c75f6416a3be380ad4",
|
||||||
|
"size": 380967,
|
||||||
|
"url": "https://maven.neoforged.net/releases/com/electronwill/night-config/core/3.8.2/core-3.8.2.jar",
|
||||||
|
"path": "com/electronwill/night-config/core/3.8.2/core-3.8.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:JarJarSelector:0.4.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "fb3cc7a58af22ad2880adb98af6d518128c47dae",
|
||||||
|
"size": 17168,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar",
|
||||||
|
"path": "net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:JarJarMetadata:0.4.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "f8da03683dc81694556dc3e177c5e3bb77ae6fcb",
|
||||||
|
"size": 15648,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar",
|
||||||
|
"path": "net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.maven:maven-artifact:3.8.5",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "4433f50c07debefaed0553bd0068f4f48d449313",
|
||||||
|
"size": 58077,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar",
|
||||||
|
"path": "org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.jodah:typetools:0.6.3",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "a01aaa6ddaea9ec07ec4f209487b7a46a526283a",
|
||||||
|
"size": 18281,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/jodah/typetools/0.6.3/typetools-0.6.3.jar",
|
||||||
|
"path": "net/jodah/typetools/0.6.3/typetools-0.6.3.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.minecrell:terminalconsoleappender:1.3.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "b562e9bb61235c9520e26282cdee71f8f802d1fc",
|
||||||
|
"size": 16949,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar",
|
||||||
|
"path": "net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.fabricmc:sponge-mixin:0.15.2+mixin.0.8.7",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "2af2f021d8e02a0220dc27a7a72b4666d66d44ca",
|
||||||
|
"size": 1494751,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar",
|
||||||
|
"path": "net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.openjdk.nashorn:nashorn-core:15.4",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5",
|
||||||
|
"size": 2167292,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar",
|
||||||
|
"path": "org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.commons:commons-lang3:3.14.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "1ed471194b02f2c6cb734a0cd6f6f107c673afae",
|
||||||
|
"size": 657952,
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar",
|
||||||
|
"path": "org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cpw.mods:bootstraplauncher:2.0.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "1a2d076cbc33b0520cbacd591224427b2a20047d",
|
||||||
|
"size": 11116,
|
||||||
|
"url": "https://maven.neoforged.net/releases/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar",
|
||||||
|
"path": "cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cpw.mods:securejarhandler:3.0.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "c0ef95cecd8699a0449053ac7d9c160748d902cd",
|
||||||
|
"size": 103765,
|
||||||
|
"url": "https://maven.neoforged.net/releases/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar",
|
||||||
|
"path": "cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm-commons:9.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "36e4d212970388e5bd2c5180292012502df461bb",
|
||||||
|
"size": 73498,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar",
|
||||||
|
"path": "org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm-util:9.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "395f1c1f035258511f27bc9b2583d76e4b143f59",
|
||||||
|
"size": 94559,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar",
|
||||||
|
"path": "org/ow2/asm/asm-util/9.8/asm-util-9.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm-analysis:9.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "b9747a320844b6cb1eacd90d8ecfd260a16c01d3",
|
||||||
|
"size": 35151,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar",
|
||||||
|
"path": "org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm-tree:9.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "018419ca5b77a2f81097c741e7872e6ab8d2f40d",
|
||||||
|
"size": 51934,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar",
|
||||||
|
"path": "org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm:9.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "dc19ecb3f7889b7860697215cae99c0f9b6f6b4b",
|
||||||
|
"size": 126113,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/ow2/asm/asm/9.8/asm-9.8.jar",
|
||||||
|
"path": "org/ow2/asm/asm/9.8/asm-9.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.neoforged:JarJarFileSystems:0.4.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "78f59f89defcd032ed788b151ca6a0d40ace796a",
|
||||||
|
"size": 31807,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar",
|
||||||
|
"path": "net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.sf.jopt-simple:jopt-simple:5.0.4",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c",
|
||||||
|
"size": 78146,
|
||||||
|
"url": "https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar",
|
||||||
|
"path": "net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.slf4j:slf4j-api:2.0.9",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "7cf2726fdcfbc8610f9a71fb3ed639871f315340",
|
||||||
|
"size": 64579,
|
||||||
|
"url": "https://libraries.minecraft.net/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar",
|
||||||
|
"path": "org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.antlr:antlr4-runtime:4.13.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "17125bae1d965624e265ef49552f6465a2bfa307",
|
||||||
|
"size": 326305,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar",
|
||||||
|
"path": "org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.mojang:logging:1.2.7",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "24cb95ffb0e3433fd6e844c04e68009e504ca1c0",
|
||||||
|
"size": 15343,
|
||||||
|
"url": "https://libraries.minecraft.net/com/mojang/logging/1.2.7/logging-1.2.7.jar",
|
||||||
|
"path": "com/mojang/logging/1.2.7/logging-1.2.7.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "d7e6693c2606cb7e7335047d7bb96dec52db5665",
|
||||||
|
"size": 27364,
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar",
|
||||||
|
"path": "org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.logging.log4j:log4j-core:2.22.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4",
|
||||||
|
"size": 1900022,
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar",
|
||||||
|
"path": "org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.logging.log4j:log4j-api:2.22.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "bea6fede6328fabafd7e68363161a7ea6605abd1",
|
||||||
|
"size": 335001,
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar",
|
||||||
|
"path": "org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.jline:jline-reader:3.20.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "8f15415b022a25b473e8e16c28ae913186ffb9c4",
|
||||||
|
"size": 171052,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar",
|
||||||
|
"path": "org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.jline:jline-terminal:3.20.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "d0ddcc708ddf527a3454c941b7b9225cc83a15ff",
|
||||||
|
"size": 228481,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar",
|
||||||
|
"path": "org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "commons-io:commons-io:2.15.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "f11560da189ab563a5c8e351941415430e9304ea",
|
||||||
|
"size": 501218,
|
||||||
|
"url": "https://libraries.minecraft.net/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar",
|
||||||
|
"path": "commons-io/commons-io/2.15.1/commons-io-2.15.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.minecraftforge:srgutils:0.4.15",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "ca408b131759478f164e010fae0d73997e125fb5",
|
||||||
|
"size": 69393,
|
||||||
|
"url": "https://maven.neoforged.net/releases/net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar",
|
||||||
|
"path": "net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.guava:guava:32.1.2-jre",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318",
|
||||||
|
"size": 3041591,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar",
|
||||||
|
"path": "com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.guava:failureaccess:1.0.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "1dcf1de382a0bf95a3d8b0849546c88bac1292c9",
|
||||||
|
"size": 4617,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar",
|
||||||
|
"path": "com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "b421526c5f297295adef1c886e5246c39d4ac629",
|
||||||
|
"size": 2199,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar",
|
||||||
|
"path": "com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.code.findbugs:jsr305:3.0.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "25ea2e8b0c338a877313bd4672d3fe056ea78f0d",
|
||||||
|
"size": 19936,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
|
||||||
|
"path": "com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.checkerframework:checker-qual:3.33.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "de2b60b62da487644fc11f734e73c8b0b431238f",
|
||||||
|
"size": 223979,
|
||||||
|
"url": "https://libraries.minecraft.net/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar",
|
||||||
|
"path": "org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.errorprone:error_prone_annotations:2.18.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "89b684257096f548fa39a7df9fdaa409d4d4df91",
|
||||||
|
"size": 16017,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar",
|
||||||
|
"path": "com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.j2objc:j2objc-annotations:2.8",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "c85270e307e7b822f1086b93689124b89768e273",
|
||||||
|
"size": 9301,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar",
|
||||||
|
"path": "com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.code.gson:gson:2.10.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "b3add478d4382b78ea20b1671390a858002feb6c",
|
||||||
|
"size": 283367,
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar",
|
||||||
|
"path": "com/google/code/gson/gson/2.10.1/gson-2.10.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.codehaus.plexus:plexus-utils:3.3.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "cf43b5391de623b36fe066a21127baef82c64022",
|
||||||
|
"size": 263253,
|
||||||
|
"url": "https://maven.neoforged.net/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar",
|
||||||
|
"path": "org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.machinezoo.noexception:noexception:1.7.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"sha1": "b65330c98e38a1f915fa54a6e5eca496505e3f0a",
|
||||||
|
"size": 250861,
|
||||||
|
"url": "https://maven.neoforged.net/releases/com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar",
|
||||||
|
"path": "com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
592
MechanicalLauncher/distribution.json
Normal file
592
MechanicalLauncher/distribution.json
Normal file
@@ -0,0 +1,592 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"rss": "<LINK TO RSS FEED>",
|
||||||
|
"discord": {
|
||||||
|
"clientId": "1399765767645429890",
|
||||||
|
"smallImageText": "Mechanical SMP",
|
||||||
|
"smallImageKey": "sealCircle"
|
||||||
|
},
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"id": "MechanicalSMP-1.21.1",
|
||||||
|
"name": "MechanicalSMP (Minecraft 1.21.1)",
|
||||||
|
"description": "MechanicalSMP Running Minecraft 1.21.1 (NeoForge v21.1.193)",
|
||||||
|
"icon": null,
|
||||||
|
"version": "1.0.0",
|
||||||
|
"address": "mechanical.oier.ovh",
|
||||||
|
"minecraftVersion": "1.21.1",
|
||||||
|
"discord": {
|
||||||
|
"shortId": "<FILL IN OR REMOVE DISCORD OBJECT>",
|
||||||
|
"largeImageText": "Mechanical SMP",
|
||||||
|
"largeImageKey": "title"
|
||||||
|
},
|
||||||
|
"mainServer": true,
|
||||||
|
"autoconnect": false,
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:neoforge:21.1.193:universal",
|
||||||
|
"name": "Minecraft NeoForge (universal jar)",
|
||||||
|
"type": "ForgeHosted",
|
||||||
|
"classpath": false,
|
||||||
|
"artifact": {
|
||||||
|
"size": 3047295,
|
||||||
|
"MD5": "82cbb264f5ecd72e0fdf14c612944723",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/neoforge/21.1.193/neoforge-21.1.193-universal.jar"
|
||||||
|
},
|
||||||
|
"subModules": [
|
||||||
|
{
|
||||||
|
"id": "21.1.193",
|
||||||
|
"name": "Minecraft NeoForge (version.json)",
|
||||||
|
"type": "VersionManifest",
|
||||||
|
"artifact": {
|
||||||
|
"size": 21148,
|
||||||
|
"MD5": "418e8cb29322abcecfd1ad9ab4adb21b",
|
||||||
|
"url": "http://localhost:3000/repo/versions/neoforge-21.1.193/neoforge-21.1.193.json"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:neoforge:21.1.193:client",
|
||||||
|
"name": "Minecraft NeoForge (client jar)",
|
||||||
|
"type": "Library",
|
||||||
|
"classpath": false,
|
||||||
|
"artifact": {
|
||||||
|
"size": 5643391,
|
||||||
|
"MD5": "d303f567c31acd657e065ed5e9d9b8cc",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/neoforge/21.1.193/neoforge-21.1.193-client.jar"
|
||||||
|
},
|
||||||
|
"subModules": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.minecraft:client:1.21.1-20240808.144430:extra",
|
||||||
|
"name": "Minecraft NeoForge (client extra)",
|
||||||
|
"type": "Library",
|
||||||
|
"classpath": false,
|
||||||
|
"artifact": {
|
||||||
|
"size": 12372293,
|
||||||
|
"MD5": "973b9700852b66bb7b74df75b0113db2",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-extra.jar"
|
||||||
|
},
|
||||||
|
"subModules": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.minecraft:client:1.21.1-20240808.144430:slim",
|
||||||
|
"name": "Minecraft NeoForge (client slim)",
|
||||||
|
"type": "Library",
|
||||||
|
"classpath": false,
|
||||||
|
"artifact": {
|
||||||
|
"size": 14464635,
|
||||||
|
"MD5": "21a31126d805df21389e0b2ff8cb7411",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-slim.jar"
|
||||||
|
},
|
||||||
|
"subModules": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.minecraft:client:1.21.1-20240808.144430:srg",
|
||||||
|
"name": "Minecraft NeoForge (client srg)",
|
||||||
|
"type": "Library",
|
||||||
|
"classpath": false,
|
||||||
|
"artifact": {
|
||||||
|
"size": 18725656,
|
||||||
|
"MD5": "24d790d385dff0146020f1875b969e52",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/minecraft/client/1.21.1-20240808.144430/client-1.21.1-20240808.144430-srg.jar"
|
||||||
|
},
|
||||||
|
"subModules": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged.fancymodloader:earlydisplay:4.0.41",
|
||||||
|
"name": "Minecraft NeoForge (earlydisplay)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 261715,
|
||||||
|
"MD5": "75827860b30b162b43a937b9330cff8f",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/fancymodloader/earlydisplay/4.0.41/earlydisplay-4.0.41.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged.fancymodloader:loader:4.0.41",
|
||||||
|
"name": "Minecraft NeoForge (loader)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 504881,
|
||||||
|
"MD5": "9060c908cf4a8effeaa790dc337f1b0c",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/fancymodloader/loader/4.0.41/loader-4.0.41.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged.accesstransformers:at-modlauncher:10.0.1",
|
||||||
|
"name": "Minecraft NeoForge (at-modlauncher)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 2347,
|
||||||
|
"MD5": "f65434f122b97b1ac8fe56ff54873b5f",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/accesstransformers/at-modlauncher/10.0.1/at-modlauncher-10.0.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:accesstransformers:10.0.1",
|
||||||
|
"name": "Minecraft NeoForge (accesstransformers)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 67234,
|
||||||
|
"MD5": "3a01a09a2b0900381dce48e118882849",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/accesstransformers/10.0.1/accesstransformers-10.0.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:bus:8.0.5",
|
||||||
|
"name": "Minecraft NeoForge (bus)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 30340,
|
||||||
|
"MD5": "95eee080d9de7cb764adcb8fa2ecf3fb",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/bus/8.0.5/bus-8.0.5.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:coremods:7.0.3",
|
||||||
|
"name": "Minecraft NeoForge (coremods)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 22659,
|
||||||
|
"MD5": "4527abf6b7116dae1c2178f7beab0ba2",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/coremods/7.0.3/coremods-7.0.3.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cpw.mods:modlauncher:11.0.5",
|
||||||
|
"name": "Minecraft NeoForge (modlauncher)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 116486,
|
||||||
|
"MD5": "70fa994f64b2620d20dc325bab758d1b",
|
||||||
|
"url": "http://localhost:3000/repo/lib/cpw/mods/modlauncher/11.0.5/modlauncher-11.0.5.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:mergetool:2.0.0:api",
|
||||||
|
"name": "Minecraft NeoForge (mergetool)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 2550,
|
||||||
|
"MD5": "818b398f65b8dc5af802b721fd1d0b56",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/mergetool/2.0.0/mergetool-2.0.0-api.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.electronwill.night-config:toml:3.8.2",
|
||||||
|
"name": "Minecraft NeoForge (toml)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 39516,
|
||||||
|
"MD5": "9bc7366ba0f0f364b3d9d1fcd853b235",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/electronwill/night-config/toml/3.8.2/toml-3.8.2.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.electronwill.night-config:core:3.8.2",
|
||||||
|
"name": "Minecraft NeoForge (core)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 380967,
|
||||||
|
"MD5": "d6a1f12dee450edefaadb23275828947",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/electronwill/night-config/core/3.8.2/core-3.8.2.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:JarJarSelector:0.4.1",
|
||||||
|
"name": "Minecraft NeoForge (JarJarSelector)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 17168,
|
||||||
|
"MD5": "20d1fe8972655189f69845554ee1a4d1",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/JarJarSelector/0.4.1/JarJarSelector-0.4.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:JarJarMetadata:0.4.1",
|
||||||
|
"name": "Minecraft NeoForge (JarJarMetadata)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 15648,
|
||||||
|
"MD5": "c2f30969dd8b1dc8e3f78c731bd2c5c8",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/JarJarMetadata/0.4.1/JarJarMetadata-0.4.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.apache.maven:maven-artifact:3.8.5",
|
||||||
|
"name": "Minecraft NeoForge (maven-artifact)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 58077,
|
||||||
|
"MD5": "ce473b0d9fbfd10fe147f03fe8707d67",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.jodah:typetools:0.6.3",
|
||||||
|
"name": "Minecraft NeoForge (typetools)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 18281,
|
||||||
|
"MD5": "d4a375bf382f726cf1a650ccb38a736c",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/jodah/typetools/0.6.3/typetools-0.6.3.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.minecrell:terminalconsoleappender:1.3.0",
|
||||||
|
"name": "Minecraft NeoForge (terminalconsoleappender)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 16949,
|
||||||
|
"MD5": "179d3abaf9736dbd8fbd4fa98e1c6ea1",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.fabricmc:sponge-mixin:0.15.2+mixin.0.8.7",
|
||||||
|
"name": "Minecraft NeoForge (sponge-mixin)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 1494751,
|
||||||
|
"MD5": "4808c070bf19415a5cb4a0cb5e569b12",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/sponge-mixin-0.15.2+mixin.0.8.7.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.openjdk.nashorn:nashorn-core:15.4",
|
||||||
|
"name": "Minecraft NeoForge (nashorn-core)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 2167292,
|
||||||
|
"MD5": "a9b3360e6a486cf62c1952c7816b7d97",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.apache.commons:commons-lang3:3.14.0",
|
||||||
|
"name": "Minecraft NeoForge (commons-lang3)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 657952,
|
||||||
|
"MD5": "4e5c3f5e6b0b965ef241d7d72ac8971f",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cpw.mods:bootstraplauncher:2.0.2",
|
||||||
|
"name": "Minecraft NeoForge (bootstraplauncher)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 11116,
|
||||||
|
"MD5": "169bd8c006e69d83267466e311d4049d",
|
||||||
|
"url": "http://localhost:3000/repo/lib/cpw/mods/bootstraplauncher/2.0.2/bootstraplauncher-2.0.2.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cpw.mods:securejarhandler:3.0.8",
|
||||||
|
"name": "Minecraft NeoForge (securejarhandler)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 103765,
|
||||||
|
"MD5": "eb0d5290a2681c2dbeb8088b82e0fbf9",
|
||||||
|
"url": "http://localhost:3000/repo/lib/cpw/mods/securejarhandler/3.0.8/securejarhandler-3.0.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.ow2.asm:asm-commons:9.8",
|
||||||
|
"name": "Minecraft NeoForge (asm-commons)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 73498,
|
||||||
|
"MD5": "c8c3d9ccf240144e74d94ff658b024c9",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.ow2.asm:asm-util:9.8",
|
||||||
|
"name": "Minecraft NeoForge (asm-util)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 94559,
|
||||||
|
"MD5": "62498ef324bdab15f407d703f7d78d19",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.ow2.asm:asm-analysis:9.8",
|
||||||
|
"name": "Minecraft NeoForge (asm-analysis)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 35151,
|
||||||
|
"MD5": "3d63508405f5610fc2ea673ff5471553",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.ow2.asm:asm-tree:9.8",
|
||||||
|
"name": "Minecraft NeoForge (asm-tree)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 51934,
|
||||||
|
"MD5": "4ab1aaec43c77a2d9b56e6d6d496f705",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.ow2.asm:asm:9.8",
|
||||||
|
"name": "Minecraft NeoForge (asm)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 126113,
|
||||||
|
"MD5": "f5adf3bfc54fb3d2cd8e3a1f275084bc",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/ow2/asm/asm/9.8/asm-9.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.neoforged:JarJarFileSystems:0.4.1",
|
||||||
|
"name": "Minecraft NeoForge (JarJarFileSystems)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 31807,
|
||||||
|
"MD5": "8d75021e5aeb04652b4b9ae3df500b9e",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/neoforged/JarJarFileSystems/0.4.1/JarJarFileSystems-0.4.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.sf.jopt-simple:jopt-simple:5.0.4",
|
||||||
|
"name": "Minecraft NeoForge (jopt-simple)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 78146,
|
||||||
|
"MD5": "eb0d9dffe9b0eddead68fe678be76c49",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.slf4j:slf4j-api:2.0.9",
|
||||||
|
"name": "Minecraft NeoForge (slf4j-api)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 64579,
|
||||||
|
"MD5": "45630e54b0f0ac2b3c80462515ad8fda",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.antlr:antlr4-runtime:4.13.1",
|
||||||
|
"name": "Minecraft NeoForge (antlr4-runtime)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 326305,
|
||||||
|
"MD5": "dd465ddb2a8dbf69eb6c94e69a0d5f0f",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.mojang:logging:1.2.7",
|
||||||
|
"name": "Minecraft NeoForge (logging)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 15343,
|
||||||
|
"MD5": "d01ea99740509a58222a426cc36f5456",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/mojang/logging/1.2.7/logging-1.2.7.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1",
|
||||||
|
"name": "Minecraft NeoForge (log4j-slf4j2-impl)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 27364,
|
||||||
|
"MD5": "82cc94f378ffb853efe084ee9bf4c463",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/apache/logging/log4j/log4j-slf4j2-impl/2.22.1/log4j-slf4j2-impl-2.22.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.apache.logging.log4j:log4j-core:2.22.1",
|
||||||
|
"name": "Minecraft NeoForge (log4j-core)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 1900022,
|
||||||
|
"MD5": "b5987ee449d4be4244e2e214683c45af",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.apache.logging.log4j:log4j-api:2.22.1",
|
||||||
|
"name": "Minecraft NeoForge (log4j-api)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 335001,
|
||||||
|
"MD5": "27db0eb89ae965179480df00d8d1cf03",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.jline:jline-reader:3.20.0",
|
||||||
|
"name": "Minecraft NeoForge (jline-reader)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 171052,
|
||||||
|
"MD5": "9ece57ca56a1688d1d09fe2c48e7a292",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.jline:jline-terminal:3.20.0",
|
||||||
|
"name": "Minecraft NeoForge (jline-terminal)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 228481,
|
||||||
|
"MD5": "e45dace437743e6b5e75c81eb455fd3e",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/jline/jline-terminal/3.20.0/jline-terminal-3.20.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "commons-io:commons-io:2.15.1",
|
||||||
|
"name": "Minecraft NeoForge (commons-io)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 501218,
|
||||||
|
"MD5": "84351f7991a0e6722f00e96a4ccc376f",
|
||||||
|
"url": "http://localhost:3000/repo/lib/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.minecraftforge:srgutils:0.4.15",
|
||||||
|
"name": "Minecraft NeoForge (srgutils)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 69393,
|
||||||
|
"MD5": "79812fd073afe1c046bc1ea46ad28095",
|
||||||
|
"url": "http://localhost:3000/repo/lib/net/minecraftforge/srgutils/0.4.15/srgutils-0.4.15.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.guava:guava:32.1.2-jre",
|
||||||
|
"name": "Minecraft NeoForge (guava)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 3041591,
|
||||||
|
"MD5": "5fe031b3b35ed56182478811a931d617",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.guava:failureaccess:1.0.1",
|
||||||
|
"name": "Minecraft NeoForge (failureaccess)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 4617,
|
||||||
|
"MD5": "091883993ef5bfa91da01dcc8fc52236",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava",
|
||||||
|
"name": "Minecraft NeoForge (listenablefuture)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 2199,
|
||||||
|
"MD5": "d094c22570d65e132c19cea5d352e381",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.code.findbugs:jsr305:3.0.2",
|
||||||
|
"name": "Minecraft NeoForge (jsr305)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 19936,
|
||||||
|
"MD5": "dd83accb899363c32b07d7a1b2e4ce40",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.checkerframework:checker-qual:3.33.0",
|
||||||
|
"name": "Minecraft NeoForge (checker-qual)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 223979,
|
||||||
|
"MD5": "fc9418b779d9d57dcd52197006cbdb9b",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.errorprone:error_prone_annotations:2.18.0",
|
||||||
|
"name": "Minecraft NeoForge (error_prone_annotations)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 16017,
|
||||||
|
"MD5": "64145d0e7fee5a69ed7b84cf402de998",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.j2objc:j2objc-annotations:2.8",
|
||||||
|
"name": "Minecraft NeoForge (j2objc-annotations)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 9301,
|
||||||
|
"MD5": "c50af69b704dc91050efb98e0dff66d1",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.code.gson:gson:2.10.1",
|
||||||
|
"name": "Minecraft NeoForge (gson)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 283367,
|
||||||
|
"MD5": "df6097815738cb31fc56391553210843",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "org.codehaus.plexus:plexus-utils:3.3.0",
|
||||||
|
"name": "Minecraft NeoForge (plexus-utils)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 263253,
|
||||||
|
"MD5": "3ae76ff0195ada460d495efe1fb50d17",
|
||||||
|
"url": "http://localhost:3000/repo/lib/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.machinezoo.noexception:noexception:1.7.1",
|
||||||
|
"name": "Minecraft NeoForge (noexception)",
|
||||||
|
"type": "Library",
|
||||||
|
"artifact": {
|
||||||
|
"size": 250861,
|
||||||
|
"MD5": "fcc3e4df4990088c964f687b62f7c448",
|
||||||
|
"url": "http://localhost:3000/repo/lib/com/machinezoo/noexception/noexception/1.7.1/noexception-1.7.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "authlibinjector-1.2.5.jar",
|
||||||
|
"name": "authlibinjector-1.2.5.jar",
|
||||||
|
"type": "File",
|
||||||
|
"artifact": {
|
||||||
|
"size": 341970,
|
||||||
|
"url": "http://localhost:3000/servers/MechanicalSMP-1.21.1/files/authlibinjector-1.2.5.jar",
|
||||||
|
"MD5": "c60d3899b711537e10be33c680ebd8ae",
|
||||||
|
"path": "authlibinjector-1.2.5.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "packwiz-installer-bootstrap.jar",
|
||||||
|
"name": "packwiz-installer-bootstrap.jar",
|
||||||
|
"type": "File",
|
||||||
|
"artifact": {
|
||||||
|
"size": 98989,
|
||||||
|
"url": "http://localhost:3000/servers/MechanicalSMP-1.21.1/files/packwiz-installer-bootstrap.jar",
|
||||||
|
"MD5": "51454da9ed9625bd3ca5cdc7a402b43b",
|
||||||
|
"path": "packwiz-installer-bootstrap.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
11
MechanicalLauncher/meta/distrometa.json
Normal file
11
MechanicalLauncher/meta/distrometa.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"$schema": "file:///home/oier/projects/mc-mods/Nebula/MechanicalLauncher/schemas/DistroMetaSchema.schema.json",
|
||||||
|
"meta": {
|
||||||
|
"rss": "<LINK TO RSS FEED>",
|
||||||
|
"discord": {
|
||||||
|
"clientId": "1399765767645429890",
|
||||||
|
"smallImageText": "Mechanical SMP",
|
||||||
|
"smallImageKey": "sealCircle"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user