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.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. How is this question different from your last thread ? Just curious.
  2. http://www.minecraftforge.net/forum/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/ No, 1.7.10 is not supported on these forums, you will need to update to get support here. Once a moderator sees this thread, it will likely be locked.
  3. 1.7.10 is no longer supported on these forums, you'll have to update to a more recent version (pref the latest) to get support.
  4. You will need to use a newer version to get support here, 1.7.10 is no longer supported on these forums.
  5. 1.7.10 is no longer supported, you will need to update to get support here.
  6. Ugdhar replied to leosavi25's topic in Modder Support
    I'm not seeing any errors in that log. And I suppose I should have clarified, if you're working in a development environment, the log will be in the run/logs directory of your project. Also, you still haven't elaborated on "it doesn't work", which I believe people have already told you saying that with no further information is unhelpful.
  7. Ugdhar replied to leosavi25's topic in Modder Support
    it's in the logs folder in your minecraft profile directory.
  8. Ugdhar replied to leosavi25's topic in Modder Support
    Need more info. What doesn't work? You should always post fml-client-latest.log (in spoiler tags)
  9. java -version at the commandline will tell you what version you have. If it does not say 64-bit somewhere in the output, you have 32 bit.
  10. You have no code in your serializeNBT and deserializeNBT methods. That's where you write/read the stuff you wamt to save.
  11. I believe you need a class that implements ICapabilitySerializable for your capability.
  12. Twilight Forest is open source: https://github.com/TeamTwilight/twilightforest
  13. It kinda looks like you installed your forge server into C:\Windows\System32. That would be a bad idea since it's a system folder, and probab;y doesn't want the server writing files in there. Install it somewhere else and give it a try.
  14. You have to create a launcher profile for it, and if you don't see your forge version on the top of the list of versions, try looking at the bottom as well
  15. I would probably follow these instructions: http://mcforge.readthedocs.io/en/latest/gettingstarted/
  16. I just look at vanilla code and try stuff, and if I get stuck post here for help.
  17. Just start with a 32x32 image, why start at 8x8 and then try to upscale it? *edit: https://minecraft.gamepedia.com/Tutorials/Creating_a_resource_pack
  18. Your modid is 11111114654g but your package setup is calling it tutorial.
  19. When you get an error, search through the log for the words "caused by", and read all those lines, not just the first one. A lot of times the real problem is a few errors in.
  20. Please do, as the error message that you typed indicates you are making typos on the commandline.
  21. Make sure you are using Java 8 and not Java 9. How exactly did you try installing it? What happened when you tried? Did the installer generate a log file? It should have, post it here in spoiler tags (the eyeball button)
  22. I believe at this point it requires java 8, but I know it does not yet support java 9
  23. Honestly not sure, from what I understand most stuff happens on a single thread, with a few things (networking I think for one) happening on a different thread.

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.