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

So I've been doing a lot of research on adding additional mods to my dev environment, I've found some threads and a few blogs nothing that worked for me and most of the information was out of date.

 

I want to add mods like Thaumcraft 5, and Baubles to my project; Please note I don't want to create an addon I just want to add aspects to some of my items/blocks and have the ability to add features that are triggered by the mod being present if someone uses my mod with those mods.

 

I might also want to add other mods at some point such as blood magic, so I need something that works universally. If at all possible a method that allows me to build my mod without much hassle would be nice.

 

Any help would be appreciated! :)

If you need to run FULL mod in dev, you will need dev-release (not obfuscated) or source code (search for mod's git repo).

If you only need some reference you might wanna search for mod's API (if it has one).

1.7.10 is no longer supported by forge, you are on your own.

  • Author

Yes, I know that I need the deobf file, I have those already; the problem is I'm having trouble adding them to the environment. Such as what folder to put them, most of the research I've found mentioned a special folder that was nonexistent in my install.

If you want to compile against them, either add them as dependencies in build.gradle (the easiest way to do things if the mod has a Maven/Ivy repository hosted somewhere) or create a libs directory next to build.gradle and put them in there.

 

If you don't need to compile against them (e.g. you only need to do stuff via IMC), you can just put them in the mods directory like you would for normal Minecraft.

 

Recent versions of Forge (1.8.9-11.15.0.1696 and newer) can load SRG named mods in the development environment, so you don't have to use dev/deobf versions.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

You can compile against jars in the /mods folder as well if you add them manually to your referenced libraries, whereas they will be added automatically when you run 'gradlew eclipse' if they are in the /libs folder.

 

Unless gradle has had major upgrades, then whichever folder you put the mod binaries in (be they regular .jar or dev builds), you will need to also add them as dependencies in the build.gradle.

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.