Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

This isn't a bug as it's in my own code.

 

As a project to challenge myself with, I'm creating a custom Minecraft launcher. In short, when I am using forge, of course I need to download the libraries. I am aware the general format is \<package\>:\<name\>:\<version\> and the name of the library is just the name '-' version '.jar' appended to the above, replacing dots in the package name appended to "https://libraries.minecraft.net/ or for some forge libraries, "http://files.minecraftforge.net/maven/.

 

This code works. It downloads all the libraries for the vanilla game, and all but two for forge: com.typesafe.akka.akka_actor and com.typesafe.config. When attempting to download those adhering to the same format, I get a 404 error. Is there something I'm missing? The game launches, but I have not done much testing within it. Additionally, I know that the topmost library listed in the libraries list (or array in java I guess) uses the forge universal file itself located in /net/minecraftforge/forge/\<some version id\>/forge-\<version id\>.jar so I could only imagine the other two missing libraries must be installed in this way. Is this right? Thank you!

DO NOT create your own launcher, this is a very bad thing. Entering your own account details into random things is a BAD IDEA you should not be asking your users to do that.

Beyond that, we do not host uncompressed libraries, so they are not directly downloadable from our maven.

Our installer downloads a compressed version and installs it. So we ask people use our installer instead of installing Forge automatically. {Plus it is how we pay for the servers, and rent, and food... so...}

Using compressed version saves us ~10TB/day so it's kinda important.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author

Okay, well thank you for informing me! And don't fear, this is a private project and I do not intend to release it publicly, much less claim it should replace the default one. This is simply to learn how to program and will be kept between a few friends and me, so that I can be successful when starting to create mods. ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.