Jump to content

Ugdhar

Members
  • Posts

    2531
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Ugdhar

  1. Can you show a screenshot or exact copy/paste of what you mean? You either need to install Java 8 (if that is what it cannot find) or need to use cd to change directory into the folder that contains the forge installer. Do you know where you saved it?
  2. Then you probably got the filename wrong. Leave out the < and > they're usually just placeholders. Once you start typing the filename (i.e. "forge", no quotes) then pressing tab should auto-complete for you. If it does not, you may not be in the correct folder, typing "dir" (again, no quotes) will give you the list of files in the folder you are currently in.
  3. I see it on the desktop though. Show the output of the command "dir" please *also, you want the installer, not the launcher.
  4. I'll start with 1.13 no longer being supported, so please update to a modern version. That being said, the issue you are having is likely not related to anyone else's problem, you have mods from about 5 different versions trying to load in there, that's probably it.
  5. If you check the optifine changelog for the version you download (the link is on the optifine download page) it will tell you what version of forge, if any, it is compatible with.
  6. Nope, it is all support, if it's before 1.14.4, there is no support here regardless of what it is for. There are just too many versions, and a choice had to be made what to support, and the current and previous versions are what was chosen to be supported. If I'm wrong, then this thread won't get locked by a moderator
  7. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  8. I don't use it myself, so I don't know for sure, but maybe if you match up the version of optifine and the version of forge that it says it is compatible with (in the optifine changelog). This could then introduce the potential issue that the mods you want to use require a newer version of forge, then you may have to use older versions of them if available. Again, I don't use optifine myself, so this is purely speculation. *edit: And you should make your own thread if you have an issue, instead of hijacking someone elses thread
  9. Really old versions are no longer supported, only modern (1.14.4/1.15.2) versions. See the LTS link at the top of every page for more information on supported versions.
  10. Show your updated code whenever you change something and need more help Also, be more descriptive with your errors, does the code compile? Run? Does it crash? Is there a log? The more detail you provide, the less time people will have to spend asking you questions My suggestion when you are trying to do something, is to look through vanilla code for something that does something similar to what you are trying to do, and use it as an example. Find something that sets blockstates and look to see how it does it. Part of the problem I can see, is that you are not using setBlockState correctly. Where did you get your parameters from? I've never seen setBlockState used like that. Look at the method signature to see what parameters it wants.
  11. When developing, use the latest version of the MDK, it has bugfixes and more current mappings out of the box. So is this the entire log, or did you leave some out? Just wondering if there was more after that.
  12. No, curseforge is probably the only place on the internet I would trust to download mods, most other places are hosting without permission. https://stopmodreposts.org/ is the actual URL to the website you want to check out.
  13. The jar installer is what you want, it is executable if you have Java and jar files are associated properly.
  14. Please post your debug.log, it should have information in it that will explain what's going on.
  15. Yeah, I can't help you with 1.7.10, it's no longer supported here, and I only work with current stuff myself, sorry.
  16. With 1.15.2, import as a gradle project, then you should be able to run the genEclipseRuns gradle task after its done with the import.
  17. How are you starting the server? Looks like you are passing invalid commandline arguments to it.
  18. Don't download the launcher, use the installer. And here's a link to get Java: https://adoptopenjdk.net/ Make sure to get Java 8 Hotspot. *edit: also, just FYI, only 1.14.4 and 1.15.2 are supported here, so if you're trying for older versions, while they should work, you won't get any help from here with them.
  19. I think they mean to say gait not gate.
  20. That would indicate you are trying to download a modpack (which you would need the twitch client to install them) as opposed to individual mods.
×
×
  • Create New...

Important Information

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