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;
|
||||
}
|
||||
JarEntry clone = new JarEntry(entry.getName());
|
||||
clone.setTime(0);
|
||||
clone.setTime(42069);
|
||||
jos.putNextEntry(clone);
|
||||
if (entry.getName().endsWith(".refmap.json")) {
|
||||
JsonObject object = new JsonParser().parse(new InputStreamReader(jarFile.getInputStream(entry))).getAsJsonObject();
|
||||
|
|
Loading…
Reference in New Issue