Skip to content

Commit 9815d8c

Browse files
committed
Update for launchwrapper 1.8
1 parent 1d902df commit 9815d8c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
<mkdir dir="${basedir}/target" />
149149
<path id="server.classpath">
150-
<pathelement path="${mcp.home}/jars/libraries/net/minecraft/launchwrapper/1.7/launchwrapper-1.7.jar"/>
150+
<pathelement path="${mcp.home}/jars/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar"/>
151151
<pathelement path="${mcp.home}/jars/libraries/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar"/>
152152
<pathelement path="${mcp.home}/jars/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar"/>
153153
<pathelement path="${mcp.home}/jars/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar"/>

eclipse-workspace-dev.zip

474 Bytes
Binary file not shown.

install/eclipse/Minecraft/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<classpathentry kind="output" path="bin"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
66
<classpathentry kind="lib" path="jars/libraries/org/ow2/asm/asm-debug-all/4.1/asm-debug-all-4.1.jar" sourcepath="jars/libraries/org/ow2/asm/asm-debug-all/4.1/asm-debug-all-4.1-sources.jar"/>
7-
<classpathentry kind="lib" path="jars/libraries/net/minecraft/launchwrapper/1.7/launchwrapper-1.7.jar"/>
7+
<classpathentry kind="lib" path="jars/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar"/>
88
<classpathentry kind="lib" path="jars/versions/1.6.4/1.6.4.jar">
99
<attributes>
1010
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Minecraft/jars/versions/1.6.4/1.6.4-natives"/>

jsons/1.6.4-dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"minimumLauncherVersion": 4,
99
"libraries": [
1010
{
11-
"name": "net.minecraft:launchwrapper:1.7",
11+
"name": "net.minecraft:launchwrapper:1.8",
1212
"comment" : "Important for FML, we add this"
1313
},
1414
{

jsons/1.6.4-rel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "http://files.minecraftforge.net/maven/"
2525
},
2626
{
27-
"name": "net.minecraft:launchwrapper:1.7",
27+
"name": "net.minecraft:launchwrapper:1.8",
2828
"serverreq":true
2929
},
3030
{

0 commit comments

Comments
 (0)