mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 11:55:52 -04:00
update docs
This commit is contained in:
parent
f4d2eadf03
commit
949e1b28e3
@ -215,13 +215,15 @@ public class DefaultCacheRepository extends CacheRepository {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// ```json
|
/// ```json
|
||||||
/// "libraries": {
|
/// {
|
||||||
/// // allow a library has multiple hash code.
|
/// "libraries": {
|
||||||
|
/// // allow a library has multiple hash code.
|
||||||
/// [
|
/// [
|
||||||
/// "name": "net.minecraftforge:forge:1.11.2-13.20.0.2345",
|
/// "name": "net.minecraftforge:forge:1.11.2-13.20.0.2345",
|
||||||
/// "hash": "blablabla",
|
/// "hash": "blablabla",
|
||||||
/// "type": "forge"
|
/// "type": "forge"
|
||||||
/// ]
|
/// ]
|
||||||
|
/// }
|
||||||
/// }
|
/// }
|
||||||
///```
|
///```
|
||||||
/// assets and versions will not be included in index.
|
/// assets and versions will not be included in index.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user