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

Hi,

ย 

I've just finished my mod for 1.7.2 and followed ScratchForFun's tutorial on exporting it (using gradlew build), but after putting the .jar file into my mods folder in my .minecraft folder, and launching my forge 1.7.2 profile, it will not register it as a mod, it won't show up on the mods screen on the title page and none of my mod's item/blocks are in the game. I believe this is something to do with the way my src folders are set up in my workspace, but you can judge for your self with this video showing you my folder setup and what happens when I export my mod: https://www.youtube.com/watch?v=hgfzS4B8iZg

ย 

Thanks for helping!!

For practice you could go and setup forge in a different location from scratch and try to compile and load the example mod that comes with it.

  • Author

Your folder setup is a bit weird.

When you download the forge src distribution, you get a pre-made src/main/java and a src/main/resources.

Your stuff must go directly in there, nowhere else.

ย 

I tried that, and even made a clean install of forge in a new workspace but the same thing still happens, any ideas?

Didn't click on your link to see if you were planning on multiple mods, but I highly recommend the multiple mod seperate project setup.ย  I recently made that change and it makes updating, building, and testing so much easier.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

You should post a description of your exact folder layout (not within eclipse).

ย 

After following your previous instructions my folder path for all my code is C:\Users\User\Documents\Mods\Dan's Misc Mod 1.7.2\forge-1.7.2-10.12.0.1024-src\src\main\java

and the folder path for my all assets and mcmod.info file is: C:\Users\User\Documents\Mods\Dan's Misc Mod 1.7.2\forge-1.7.2-10.12.0.1024-src\src\main\resources

ย 

Hope this helps!

  • Author

First of all try updating forge, your version is quite old.

Also... This should work... :/

ย 

I've updated to the latest recommended version (10.12.1.1060) but still nothing unfortunately. Any more ideas?

First the extra path you have on src/main/java is not needed so kill that folder your code should go into /src/main/java/{package} nothing else.

Second, we need your log file so we can see what forge is doing, seriously, logs.

But it looks to me like you've derped up the build file somehow

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

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.