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.

Cadiboo

Members
  • Joined

  • Last visited

Everything posted by Cadiboo

  1. What are you trying to do, from an end-user perspective? Minecraft#getInstance is setup very, very early and shouldn’t be null in that event.
  2. Are you able to see the Minecraft source code in your IDE or are you just going off that website?
  3. This error is likely caused by one of these mods. It isn’t possible to tell which one from that error alone.
  4. BetterFoliage is broken.
  5. Sorry we don't support 1.7.10 (it's 4+ years old!) or any version under 1.10 on this forum anymore due to their age. We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
  6. Any .jar file is a "java executable program". Delete everything from/Library/Java/JavaVirtualMachines/ and then download and install Java 8 from https://www.java.com/en/download/mac_download.jsp
  7. That isn't the full log. Please post your debug log as described in my signature and the EAQ
  8. You're launching a vanilla server. How are you launching the server?
  9. That error means that you need to select a run config because you haven't selected one before.
  10. Make sure you have the latest NEI
  11. Just a note: 1.14.2 is out, you might want to skip 1.13.2
  12. If you want to do that, you can use Reflection. You'll need to find something to put into your blocks constructor when the mod isn't installed though
  13. If you're running gradlew.bat setupDecompWorkspace it should work.
  14. Sorry we don't support 1.7.10 (it's 4+ years old!) or any version under 1.10 on this forum anymore due to their age. We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
  15. What version? The "most recent version of Minecraft" is 1.14.2 and that command was removed between 1.12.2 and 1.13.
  16. Don't use runClient, use the run/launch config from your IDE
  17. A soft dependency uses Reflection to do its stuff. A hard dependency directly references the other mod's code. Right now you've got a hard dependency.
  18. Sorry we don't support 1.8.9 or any version under 1.10 on this forum anymore due to their age. We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
  19. Forge below 1.13.2 requires Java 8. You have Java 12.0.1
  20. I specifically did not tell you to go use IntelliJ. I'm not sure whats wrong, it works perfectly for me. I would recommend refreshing the gradle project and if that doesn't work, making a GitHub repo.
  21. Depends what you’re using them for.
  22. What version. Override getCapability (and hasCapability if you’re on an outdated version) and return your energy storage
  23. In 1.13.2 item models are registered for you, it’s dead simple. Just have a model json in your assets/<modid>/models/item/ folder

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.