Skip 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.

LexManos

Forge Code God
  • Joined

  • Last visited

Everything posted by LexManos

  1. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. You dont, this screen isn't in 1.14+
  3. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  4. Its exactly as useful as the normal Java Optional. isPresent replaces the null check if you just want to check if something is present. It also doesn't call the resolve function so that's where the Lazy part comes in. Your examples are also pretty bad. The way you would want to do it is like: cap.map(e -> e.amount() * e.amountMultiplier()).orElse(0) But ya the point is that LazyOptional gives you metadata about if it's present if all you care about is if it exists and delays the actual creation of the object you want until someone actually wants it.
  5. We only support/endorse the official Mojang launcher here. Any others that require you to enter your credentials are not to be trusted.
  6. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  7. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. Run the installer not the launcher.
  9. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. https://github.com/MinecraftForge/MinecraftForge/commit/1a317a7306a0ff2283a59b57ef3e1b8262301c1c
  11. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  14. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. If a modder writes things correctly, then there is no functional difference between the two. As DeferredRegistry is just a proper implementation of using ObjectHolders and Register event. DeferredRegister was literally created as a helper for people who can't get it around their head to NOT statically initialize things. So it moves the thing that is bad to statically initialize {the registry objects} to the Register event behind the scenes. That's it. It's nothing special.
  16. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. By "minor tweak" you mean "Major re-write of the entire loading system of both Mods and Vanilla itself." Lucky for you, that was actually done in 1.13, which is one of the many reasons why we did the major re-write. So update to a supported version and you can have this cool feature!
  21. You don't need to use any code at all, the entire point of datapacks is that you can control them all from json.
  22. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  23. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  24. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  25. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.