Update for launchwrapper 1.11. Fixes java 6 compatibility.

This commit is contained in:
cpw 2014-08-20 23:02:27 -04:00
parent c87a11e165
commit bd8bd65ca1
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
"assets": "1.7.10", "assets": "1.7.10",
"libraries": [ "libraries": [
{ {
"name": "net.minecraft:launchwrapper:1.10" "name": "net.minecraft:launchwrapper:1.11"
}, },
{ {
"name": "org.ow2.asm:asm-debug-all:5.0.3", "name": "org.ow2.asm:asm-debug-all:5.0.3",

View file

@ -24,7 +24,7 @@
"url": "http://files.minecraftforge.net/maven/" "url": "http://files.minecraftforge.net/maven/"
}, },
{ {
"name": "net.minecraft:launchwrapper:1.10", "name": "net.minecraft:launchwrapper:1.11",
"serverreq":true "serverreq":true
}, },
{ {