Jump to content

tehftw

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by tehftw

  1. I'm running Linux Mint 19, and tried to install forge 1.12.2-14.23.5.2768 (recommended), but the same problem happens with latest version( 1.12.2-14.23.5.2808 ). I ran How can i make the installation process faster? Currently, it has taken up an absurd amount of time, and I don't think I even got to 40% of installation process. What argument do I have to pass, in order for it to download libraries uncompressed? Or to have it use my system's xz decompressor instead of whatever it is using currently? The unpacking process has already taken up a completely ridiculous amount of time without getting any big progress. Currently I'm stuck on scala-library-2.11.1 - this library has 6 megabytes. With my system's xz decompression, it was unpacked in less than 30 seconds. forge installer was unpacking it for 5 minutes, and got only 100 kilobytes of it out. I tried manipulating the memory with -Xms1G -Xmx2G, but it didn't help either. I'm almost certain there is something really wrong with the forge installer, as it straight up doesn't make sense what happens. I already downloaded a few libraries manually and inserted them into directories, but that didn't work with all. Each time, it downloads the .jar.pack.xz, checks the hashes, and starts unpacking it. The time it takes to do so is completely absurd. Unpacking progresses at a rate of up to a few kilobytes per second. One example of what I did manually: the installer was unpacking com.typesafe.config, after 20 minutes I didn't see it even close to finishing. In that time, I found the library, downloaded uncompressed .jar, and inserted the file into proper directory. With each library, I had to restart the launcher, wait until it redownloads and checks things, and only then can i look for the missing library. If at the very least, it gave a full list of all the libraries and places so I could painstakingly download everything from maven repository myself. But no, it only downloads them one at a time. Log: https://pastebin.com/AeZ2WcZ0
  2. Is there a way to modify vanilla block's properties without coremods? I would like to lower Cobblestone from Stone drops and I can't find a way to modify Stone's properties. If there was an API for 1.7.10 fulfilling this purpose, I'd also be happy with that.
  3. This error was fixed by reinstalling Java, both JRE and JDK. If this still doesn't work for you, know that I also installed gradle.
  4. This error was fixed by reinstalling Java, both JRE and JDK. I also installed Gradle, if reinstalling this doesn't work. After building the code in Eclipse and trying to start a new world, everything crashes. For some reason a Superflat doesn't crash, so I suspect it's a problem with world generator. Logs:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.