Jump to content

Ugdhar

Members
  • Posts

    2524
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Ugdhar

  1. TLDR: 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.
  2. Really really old versions are no longer supported because they are too old. Please update to a modern version (1.14.4/1.15.2) to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  3. When you say "change the name of the client of the development kit", what exactly do you mean? Example please
  4. Side note: you should probably update to 1.14.4 or 1.15.2, 1.13 isn't supported any longer I believe.
  5. idk, I think the minecraft forums have a mod section, but I don't really go there so no idea how good it is.
  6. in your en_us.lang: They don't match up, change the json to match what is displayed (ignore the III I think) and see if that makes a difference.
  7. Good catch figuring that out Yeah, I was thinking that, just hadn't mentioned it, that launch is probably not a great modid, it's somewhat generic. Not sure if that's causing the entire issue or not, but might be a place to start!
  8. Well, look at the error. FileNotFound, which means it can't find the file. Does that file exist? If so, is it in the right place? If it looks like it is, post a screenshot of your project layout showing this file
  9. I usually don't have people try to cherry pick their logs, if they're coming here and starting out with so little information right at the start, they really should post the whole thing, as it would be really easy for them to skip something useful. Just my opinion
  10. Is that the block that's not rendering? If so, that's the problem right there!
  11. Ugdhar

    Please Help

    There are a few options for obtaining mods. - Twitch launcher: the twitch launcher is probably the easiest way to get mods, but it is also prone to running into errors. You can get it from https://www.twitch.tv/downloads - Manually: a little more complicated, but more stable. Download forge from files.minecraftforge.net (I would get the latest version, when you click the download link, ignore EVERYTHING on the next page until you see a button in the top right corner say "Skip", then click that, and you will get your download.) The installer should be double-clickable to run it, if not come back here for more help After installing forge, you may need to create a new installation to use it. https://help.minecraft.net/hc/en-us/articles/360034754852-Changing-game-versions- for more information on creating installations. I would advise using a new folder for each version/set of mods you want to use, that way you won't accidentally ruin any existing worlds. If you don't care about that, you can just use the default one. Once you've done that, you can find mods at https://www.curseforge.com/minecraft/mc-mods. Just make sure you get them for the correct version of the game (currently we only support 1.14.4 and 1.15.2, so using any versions lower than that and we can't help you out). If you see a modPACK on curseforge, they require the twitch launcher I mentioned above. Regular mods will come as .jar files, and need to be placed in the mods folder of your chosen game directory. By default, this is %APPDATA%\.minecraft\mods *edit: Also, side note, I would not download mods from ANYWHERE else besides where I have mentioned. It is common practice for websites to steal mods and repost them for download, using old versions, and sometimes even tampered with mods containing viruses or spyware. Stick to curseforge/twitch and you should be fine. Give it a try, hope this helps!
  12. Also, if you are having an issue, you should really start your own thread, post what you've tried, as well as logs.
  13. I would try posting it as a github gist. https://gist.github.com/
  14. 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.
  15. How is that? Also, there is no resources/assets/launch/lang/en_us.json in that repository *edit: another tip, include the gradle stuff in your repo so someone could build your mod by downloading the zip/cloning it. You can see what's included in mine if you're not sure what to include: https://github.com/Ugdhar/structest
  16. Please post your debug.log, there are sure to be errors in there telling why
  17. 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?
  18. 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.
  19. I see it on the desktop though. Show the output of the command "dir" please *also, you want the installer, not the launcher.
  20. 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.
  21. 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.
×
×
  • Create New...

Important Information

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