mirror of https://github.com/cabaletta/baritone
funny number
This commit is contained in:
parent
2fc282477d
commit
6277c20e4c
|
@ -59,7 +59,7 @@ public class Determinizer {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
JarEntry clone = new JarEntry(entry.getName());
|
JarEntry clone = new JarEntry(entry.getName());
|
||||||
clone.setTime(0);
|
clone.setTime(42069);
|
||||||
jos.putNextEntry(clone);
|
jos.putNextEntry(clone);
|
||||||
if (entry.getName().endsWith(".refmap.json")) {
|
if (entry.getName().endsWith(".refmap.json")) {
|
||||||
JsonObject object = new JsonParser().parse(new InputStreamReader(jarFile.getInputStream(entry))).getAsJsonObject();
|
JsonObject object = new JsonParser().parse(new InputStreamReader(jarFile.getInputStream(entry))).getAsJsonObject();
|
||||||
|
|
Loading…
Reference in New Issue