feat: added liquid xp
This commit is contained in:
parent
3b3bfbd694
commit
719e0f7349
2 changed files with 29 additions and 0 deletions
15
addon.json
15
addon.json
|
@ -1280,6 +1280,21 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"qualifier": "mod-liquidxp",
|
||||
"link": [
|
||||
"http://immibis.com/mcmoddl/files/liquid-xp-59.0.2.jar"
|
||||
],
|
||||
"flags": {
|
||||
"both": ["required"]
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"action": "move",
|
||||
"args": ["./mods"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"qualifier": "mod-matmos",
|
||||
"link": [
|
||||
|
|
|
@ -1186,6 +1186,20 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mod-liquidxp",
|
||||
"file": {
|
||||
"link": "http://immibis.com/mcmoddl/files/liquid-xp-59.0.2.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"server",
|
||||
"client",
|
||||
"required",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mod-matmos",
|
||||
"file": {
|
||||
|
|
Loading…
Reference in a new issue