Added File Uploading GUI, not Thread Safe

This commit is contained in:
Marius Metzger
2015-01-31 16:15:31 +01:00
parent f67e681825
commit c8918c933a
11 changed files with 541 additions and 76 deletions

View File

@@ -37,8 +37,6 @@ public final class MCPNames {
static {
if (use()) {
String mappingsDir = "./../build/unpacked/mappings/";
ResourceLocation fieldsLocation = new ResourceLocation("assets/replaymod/fields.csv");
ResourceLocation methodsLocation = new ResourceLocation("assets/replaymod/methods.csv");
InputStream fieldsIs = MCPNames.class.getClassLoader().getResourceAsStream("fields.csv");
InputStream methodsIs = MCPNames.class.getClassLoader().getResourceAsStream("methods.csv");