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

I've made my mod, it works well in my dev environment, however it has a lot of dependencies meaning that if it were to be used on another client, all of the required dependencies would have to be separately installed onto that client. Is there a method or tutorial for setting up gradlew so that when the mod is compiled, specified jars using their file path are embedded into the mod? I did see the forge dependencies page on github but I didn't see anything about embedding using a file path.

 

Also, in case it is necessary, I'm modding in 1.8. After I know how to do this, I'll port to 1.8.9.

 

EDIT: I am aware of licensing and will not embed anything that causes a breach of that dependencies license.

Embedding .jars is a bad idea.

 

What if the client already has the dependencies for other mods? Then their game will crash due to two different versions of the same mod.

It's best just to link to the dependencies on your mod webpage.

  • Author

These dependencies aren't other forge mods but other projects made in java. However, I do understand what you mean and although I think it's unlikely that another mod will use those dependencies, I guess in the spirit of good coding practice, I'll just link them. Thanks.

 

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.