Jump to content

Ugdhar

Moderators
  • Posts

    2792
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by Ugdhar

  1. Please post your debug.log, it should have information in it that will explain what's going on.
  2. 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.
  3. 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.
  4. You need to use Java 8
  5. What version is this for?
  6. How are you starting the server? Looks like you are passing invalid commandline arguments to it.
  7. 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.
  8. I think they mean to say gait not gate.
  9. 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.
  10. I'm not 100% sure what you mean. You should now be able to create an installation (if one was not already created) in your Minecraft Launcher for forge, then download mods from curseforge.com and put them in the mods folder of the game directory (%APPDATA%\.minecraft by default unless you create a new one when you set up your installation).
  11. Try Jarfix: https://johann.loefflmann.net/en/software/jarfix/index.html
  12. Did you even read my reply to your other post? You shouldn't just create another post about the same issue. Do you have Java installed?
  13. Just a thought (I haven't done any packet sending myself yet), you're sending the packet in the server start event, but are there even any clients connected at that point? Who is it sending the packet to? I'd check into that first!
  14. I've never seen an error say "can't even open forge", you should post exactly what it says on the screen, or better yet, a screenshot, so there won't be confusion about what your actual error/problem is. After downloading forge, you should have an installer jar file, and double clicking it should open the installer program. If it does not, the next step is to make sure you have Java installed.
  15. Make sure you are only installing Forge mods when using Forge. I see some fabric mods in there you will need to remove. Also make sure the mods you are downloading are for 1.15, I can't really tell just by looking if they all are or not. I would get rid of anviltweaks, it looks like it's broken or the wrong version or something, there's a bunch of errors for it in there.
  16. Posting is absolutely allowed! However, this is more an issue for Support & Bug Reports, as opposed to Modder Support (which is for programmers making mods). Please post your debug.log it should have more information than the crash reports.
  17. You may be using a different version of mappings, so the names could potentially be different. Look at method signatures in the class that method belongs to to figure out what it has been renamed. When reporting errors, you should really share the full log, and your code, because without them, every attempt to help is 100% guesswork *edit: Also, you should probably just start a new thread with your issue, as this thread is someone elses, and has already been resolved, and is basically just here for reference.
  18. Ugdhar

    Please Help

    If the version of Minecraft is the actual Windows 10/Bedrock edition of Minecraft (purchased through the Windows 10 Store I believe), then you cannot use forge with it. Forge is for the Java version of Minecraft, which is available from www.minecraft.net Hope this helps clear things up!
  19. No problem, when it was in english it wasn't too hard to understand, I just haven't seen this yet, I don't play with a lot of mods very much, so wasn't sure if it was JEI doing it or not
  20. Pleae keep this forum in english. So since I can't read your original post anymore, I'm guessing it's the "Colori:" entry on the tooltip you're asking about. My best guess would be JEI doing it, if you remove JEI to test, is it still there?
  21. This happened to me when I created json files from the commandline, it created an invisible character at the beginning for some reason. Rename your file, create a new one within your IDE with the original name, and copy/paste your json into it, and it should work.
  22. Can you be more specific? Maybe a screenshot? Not totaly sure what you mean, and I haven't heard of anything described like that.
  23. Have you made any other recipes (in this same mod workspace) that work? Just wondering if your package name/folders are good, I've been seeing a lot of broken package names lately, i.e. package data.modid.recipes which should be resources/data/modid/recipes, I've seen it end up being resources/data.modid.recipes instead. Your json looks right as far as I can tell, and if the items were missing/not registered, pretty sure it would throw errors in the log.
  24. https://windowsreport.com/jar-file-windows/#2
  25. Really really really old versions of Minecraft/Forge are no longer supported. 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.
×
×
  • Create New...

Important Information

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