diff options
author | ftbsc <dev@fantabos.co> | 2023-02-15 22:29:56 +0100 |
---|---|---|
committer | ftbsc <dev@fantabos.co> | 2023-02-15 22:29:56 +0100 |
commit | b484c6ddcd1161526982ffbf0c3dcc091be8067a (patch) | |
tree | c28f6713a82839bd2ae3040da8da582e519ea31a /README.md | |
parent | 4f7baa6f87e6dff127fa18ab67bde49990c57acf (diff) |
fix: no need to apply patches only once
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -36,24 +36,25 @@ Edit your target instance and go into "Versions". Select "Forge", click "Customi { "downloads": { "artifact": { - "sha1": "2af308a2026453c4bfe814b42bb71cb579c32a40", - "size": 1502, - "url": "https://maven.fantabos.co/ftbsc/lll/0.0.5/lll-0.0.5.jar" + "sha1": "7d94cad0cc7e787fe9a2197e60058bd67b74f471", + "size": 13076, + "url": "https://maven.fantabos.co/ftbsc/lll/0.1.2/lll-0.1.2.jar" } }, - "name": "ftbsc:lll:0.0.5" + "name": "ftbsc:lll:0.1.2" }, { "downloads": { "artifact": { - "sha1": "fe23393f61060cacdc2a767ad82057006a923007", - "size": 4568, - "url": "https://maven.fantabos.co/ftbsc/lll/loader/0.0.7/loader-0.0.7.jar" + "sha1": "a11968731cb3400535bde46b387b8e7f9375bb5b", + "size": 4779, + "url": "https://maven.fantabos.co/ftbsc/lll/loader/0.1.2/loader-0.1.2.jar" } }, - "name": "ftbsc.lll:loader:0.0.7" + "name": "ftbsc.lll:loader:0.1.2" }, + ``` ### Vanilla launcher -Not documented yet, but should be possible by messing in a similar way with the version json files.
\ No newline at end of file +Not documented yet, but should be possible by messing in a similar way with the version json files. |