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.

SVMoondog

Members
  • Joined

  • Last visited

Everything posted by SVMoondog

  1. OK, thanks. FML is looking at my JAR and deciding it doesn't contain a mod. So I'm still trying to figure out what I've missed. I see a subsequent load attempt which may illuminate the problem better: And it has. Solved! Needed to clean up my mcmod.info modelling it after TGG's example: https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/resources/mcmod.info diesieben07, thanks for helping me work through this!
  2. I think I'm close to answering my own question. I have someone else's mod in there as well as control and it is getting loaded. In the FML log I notice that after it examines that mod it says: However it apparently hasn't found that marker in mine although I have the @Mod annotation since it doesn't say the same thing about modid-1.0.jar . So, I think I just need to figure out what that marker is it's looking for.
  3. Simply ./gradlew build in a terminal in my forge directory.
  4. It wasn't my intention to modify core behaviour, just add a few items. My mod doesn't show up on the mods list when I load it from JAR, but does show up, and add the items I expect, when I launch from the IDE. I'm thinking that I've missed a build flag or a resource that only matters when running the compiled code.
  5. This is clearly a rookie problem, but I couldn't find any previous asking of it. I have my mod working just fine when I launch from Eclipse, however when I build a JAR (which appears to have the right stuff in it) and put it in the mods folder, Forge passes it over without loading and says in the log: It seems I've missed something basic. Really appreciate if anyone could clue me in. Thanks!

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.