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.

[1.11.2] [SOLVED] Required-after keyword no longer working

Featured Replies

Posted

Hi,

 

I'm currently working on my mod and ran now into this problem:

 

 

The FML Log says this:

[16:14:46] [main/INFO] [FML/]: Forge Mod Loader version 13.20.0.2201 for Minecraft 1.11.2 loading

 

My code in Constants.java:

public static final String FORGE_VERSION		 = "required-after:Forge@[13.20.0.2201,);";

 

My code in the main class:

@Mod(modid = Constants.MOD_ID, 
version = Constants.VERSION,
dependencies = Constants.FORGE_VERSION,
acceptedMinecraftVersions = Constants.MC_VERSION,
useMetadata = false,
canBeDeactivated = false,
guiFactory = Constants.GUI_FACTORY_LOCATION,
updateJSON = Constants.UPDATE)

 

Cause I can't remember something has changed there in 1.11 I'm posting this here. In 1.10.2 it worked quite fine for me. ;)

 

Tested with:

  • Minecraft 1.11.2
  • Forge Mod Loader version 13.20.0.2201
  • Java 8 JRE & JDK Update 112 64bit
  • Eclipse Neon IDE

I also executed these commands gradlew cleanCache setupDecompWorkspace --refresh-dependencies eclipse just in case that my Forge MDK Installation for eclipse was broken, but this didn't resolve the problem.

 

Would be nice to have this working again. ;)

 

Thx in advance.

 

Bektor

Developer of Primeval Forest.

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.