forked from Automat-GH/minecrift
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a64052
commit 8556988
Showing
50 changed files
with
3,859 additions
and
2,737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ releases/ | |
*.class | ||
*install*.jar | ||
*install*.exe | ||
patches/Start.java.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
@echo off | ||
|
||
.\mcp\runtime\bin\python\python_mcp applychanges.py | ||
REM.\mcp\runtime\bin\python\python_mcp applychanges.py | ||
python applychanges.py | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@echo off | ||
.\mcp\runtime\bin\python\python_mcp build.py | ||
REM.\mcp\runtime\bin\python\python_mcp build.py | ||
python build.py | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env python | ||
from build import create_install | ||
create_install("mcp804") | ||
create_install("mcp811") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@echo off | ||
.\mcp\runtime\bin\python\python_mcp getchanges.py | ||
REM.\mcp\runtime\bin\python\python_mcp getchanges.py | ||
python getchanges.py | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,225 @@ | ||
{ | ||
"id": "1.6.4-minecrift-$VERSION", | ||
"time": "2013-07-17T13:59:42-05:00", | ||
"releaseTime": "2013-07-17T08:09:02-05:00", | ||
"type": "release", | ||
"processArguments": "username_session_version", | ||
"minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker", | ||
"libraries": [ | ||
{ | ||
"name": "com.paulscode:codecjorbis:20101023" | ||
}, | ||
{ | ||
"name": "com.paulscode:codecwav:20101023" | ||
}, | ||
{ | ||
"name": "com.paulscode:libraryjavasound:20101123" | ||
}, | ||
{ | ||
"name": "com.paulscode:librarylwjglopenal:20100824" | ||
}, | ||
{ | ||
"name": "com.paulscode:soundsystem:20120107" | ||
}, | ||
{ | ||
"name": "argo:argo:2.25_fixed" | ||
}, | ||
{ | ||
"name": "org.bouncycastle:bcprov-jdk15on:1.47" | ||
}, | ||
{ | ||
"name": "com.google.guava:guava:14.0" | ||
}, | ||
{ | ||
"name": "org.apache.commons:commons-lang3:3.1" | ||
}, | ||
{ | ||
"name": "commons-io:commons-io:2.4" | ||
}, | ||
{ | ||
"name": "net.java.jinput:jinput:2.0.5" | ||
}, | ||
{ | ||
"name": "net.java.jutils:jutils:1.0.0" | ||
}, | ||
{ | ||
"name": "com.google.code.gson:gson:2.2.2" | ||
}, | ||
{ | ||
"name": "optifine:OptiFine:1.6.4_HD_U_C6" | ||
}, | ||
{ | ||
"name": "de.fruitfly.ovr:JRift:0.2.5.1", | ||
"url": "http://repo.minecraft-vr.com/" | ||
}, | ||
{ | ||
"name": "net.minecraftforge:minecraftforge:$FORGE_VERSION", | ||
"url": "http://files.minecraftforge.net/maven/" | ||
}, | ||
{ | ||
"name": "net.minecraft:launchwrapper:1.7", | ||
"serverreq": true | ||
}, | ||
{ | ||
"name": "org.ow2.asm:asm-all:4.1", | ||
"serverreq": true | ||
}, | ||
{ | ||
"name": "net.sf.jopt-simple:jopt-simple:4.5", | ||
"serverreq": true | ||
}, | ||
{ | ||
"name": "lzma:lzma:0.0.1", | ||
"serverreq": true | ||
}, | ||
{ | ||
"name": "net.aib42.mumblelink:JMumble:1.0", | ||
"url": "http://repo.minecraft-vr.com/" | ||
}, | ||
{ | ||
"name": "org.lwjgl.lwjgl:lwjgl:2.9.0", | ||
"rules": [ | ||
{ | ||
"action": "allow" | ||
}, | ||
{ | ||
"action": "disallow", | ||
"os": { | ||
"name": "osx", | ||
"version": "^10\\.5\\.\\d$" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0", | ||
"rules": [ | ||
{ | ||
"action": "allow" | ||
}, | ||
{ | ||
"action": "disallow", | ||
"os": { | ||
"name": "osx", | ||
"version": "^10\\.5\\.\\d$" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0", | ||
"rules": [ | ||
{ | ||
"action": "allow" | ||
}, | ||
{ | ||
"action": "disallow", | ||
"os": { | ||
"name": "osx", | ||
"version": "^10\\.5\\.\\d$" | ||
} | ||
} | ||
], | ||
"natives": { | ||
"linux": "natives-linux", | ||
"windows": "natives-windows", | ||
"osx": "natives-osx" | ||
}, | ||
"extract": { | ||
"exclude": [ | ||
"META-INF/" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3", | ||
"rules": [ | ||
{ | ||
"action": "allow", | ||
"os": { | ||
"name": "osx", | ||
"version": "^10\\.5\\.\\d$" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3", | ||
"rules": [ | ||
{ | ||
"action": "allow", | ||
"os": { | ||
"name": "osx", | ||
"version": "^10\\.5\\.\\d$" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3", | ||
"rules": [ | ||
{ | ||
"action": "allow", | ||
"os": { | ||
"name": "osx", | ||
"version": "^10\\.5\\.\\d$" | ||
} | ||
} | ||
], | ||
"natives": { | ||
"linux": "natives-linux", | ||
"windows": "natives-windows", | ||
"osx": "natives-osx" | ||
}, | ||
"extract": { | ||
"exclude": [ | ||
"META-INF/" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "net.java.jinput:jinput-platform:2.0.5", | ||
"natives": { | ||
"linux": "natives-linux", | ||
"windows": "natives-windows", | ||
"osx": "natives-osx" | ||
}, | ||
"extract": { | ||
"exclude": [ | ||
"META-INF/" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "de.fruitfly.ovr:JRiftLibrary:0.2.5.1", | ||
"url": "http://repo.minecraft-vr.com/", | ||
"natives": { | ||
"linux": "natives-linux", | ||
"windows": "natives-windows", | ||
"osx": "natives-osx" | ||
}, | ||
"extract": { | ||
"exclude": [ | ||
"META-INF/" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "net.aib42.mumblelink:JMumbleLibrary:1.1", | ||
"url": "http://repo.minecraft-vr.com/", | ||
"natives": { | ||
"linux": "natives-linux", | ||
"windows": "natives-windows", | ||
"osx": "natives-osx" | ||
}, | ||
"extract": { | ||
"exclude": [ | ||
"META-INF/" | ||
] | ||
} | ||
} | ||
], | ||
"mainClass": "net.minecraft.launchwrapper.Launch", | ||
"minimumLauncherVersion": 4, | ||
"synced": false | ||
} |
Oops, something went wrong.