Re-add trove and vecmath. Mojang no longer ship them.
This commit is contained in:
parent
059ba15b5a
commit
aeff5272f3
1 changed files with 12 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
"minimumLauncherVersion": 14,
|
"minimumLauncherVersion": 14,
|
||||||
"assets": "1.8",
|
"assets": "1.8",
|
||||||
"inheritsFrom": "1.8.8",
|
"inheritsFrom": "1.8.8",
|
||||||
"jar": "1.8",
|
"jar": "1.8.8",
|
||||||
"libraries": [
|
"libraries": [
|
||||||
{
|
{
|
||||||
"name": "@artifact@",
|
"name": "@artifact@",
|
||||||
|
@ -123,7 +123,17 @@
|
||||||
{
|
{
|
||||||
"name": "net.sf.jopt-simple:jopt-simple:4.6",
|
"name": "net.sf.jopt-simple:jopt-simple:4.6",
|
||||||
"serverreq":true
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "java3d:vecmath:1.5.2",
|
||||||
|
"clientreq":true,
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.sf.trove4j:trove4j:3.0.3",
|
||||||
|
"clientreq":true,
|
||||||
|
"serverreq":true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue