Re-add trove and vecmath. Mojang no longer ship them.

This commit is contained in:
cpw 2015-11-21 13:23:39 -05:00
parent 059ba15b5a
commit aeff5272f3
1 changed files with 12 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"minimumLauncherVersion": 14,
"assets": "1.8",
"inheritsFrom": "1.8.8",
"jar": "1.8",
"jar": "1.8.8",
"libraries": [
{
"name": "@artifact@",
@ -123,7 +123,17 @@
{
"name": "net.sf.jopt-simple:jopt-simple:4.6",
"serverreq":true
},
{
"name": "java3d:vecmath:1.5.2",
"clientreq":true,
"serverreq":true
},
{
"name": "net.sf.trove4j:trove4j:3.0.3",
"clientreq":true,
"serverreq":true
}
]
}
}
}