Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. 1.7.10 is no longer supported on this forum due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  2. Which launcher are you using? You may have to create your own Installation and choose the new version of forge.
  3. 1.8 is no longer supported on this forum due to age. Please update to a modern version to receive support. More information can be found in the LTS link at the top of every page.
  4. Please post the cmd window output from when you tried this. And your English appears fine so far!
  5. Never download from 9minecraft, they are an illegal repost site. Only ever download forge from files.minecraftforge.net and only download mods from curseforge. If you downloaded from elsewhere, delete the files and redownload from legit sites See https://stopmodreposts.org for more info.
  6. First, rather than resurrect an almost 4 year old thread, you should start your own thread. However, 1.12 is no longer supported due to age, please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  7. 1.12 is no longer support on this forum due to age. Please update to a modern version to receive support. More information can be found in the LTS link at the top of every page.
  8. 1.7 is no longer supported due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  9. I have had to use it for any block that wasn't just a square so far, a flower, a crop, and a sapling I think I've come across so far If you update your mappings the RenderTypes have more useful names.
  10. Try deleting the config folder
  11. Dang then you have something really broken, because those don't look like plain txt files, which the logs should be. Make sure you're uploading the files that end with .log, and not any of the .gz ones, as those are compressed old/previous logs. They will just be named debug.log and latest.log no numbers or anything.
  12. RenderTypeLookup.setRenderLayer(<YOUR BLOCK>, RenderType.func_228643_e_()); in your FMLClientSetupEvent or if you have updated your mappings, RenderType.cutout() I had the same problem with a custom crop and found the answer around here somewhere with google.
  13. Once you have posted on pastebin, you should be able to copy the address in the addressbar and then paste it into a forum message here for someone to follow to see it.
  14. Those are not logfiles, or at least don't open as logfiles. Please post them on a site such as pastebin or github, and not as forum attachments.
  15. 1.12 is no longer supported on these forums due to age. That is probably why your last post got locked. Please update to a modern version to receive support. See the LTS link at the top of every page for more information. Oh, btw, when you format your post like that and make the txt black, it's impossible to read in the dark theme.
  16. Check that method out, then write your own and replace this in the EntitySpawnPlacementRegistry call.
  17. 1.12 is no longer supported due to age. In order to receive support on this site, please update to a modern version. See the LTS link at the top of every page for more information.
  18. Look at the source for the vanilla crops, and the CropsBlock, it pretty much does everything you're talking about, and isn't very hard to implement.
  19. javac is the java compiler; just use java also, you need -jar before the filename.
  20. Not 100% sure if this is 100% accurate, as some of the docs are outdated, and I've never tried doing it, but it will give you a good place to look for the correct classes/methods! https://mcforge.readthedocs.io/en/latest/concepts/internationalization/
  21. Make sure you are in the correct folder when running the java command from the cmd line. If you are, please post a screenshot or exactly what it shown in the console, as well as a screenshot of the folder showing the forge installer. This will help determine what is going wrong.
  22. 1.12 is no longer supported due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  23. Just keep in mind that 1.12 is no longer supported on these forums because it is old. If you need future help, update to a modern (preferrably the most recent) version.
  24. It does not tell you to run setupDecompWorkspace idea Old unsupported versions of forge use setupDecompWorkspace
  25. Post logs, there is a mismatch somewhere between the version of the mods you are using and the version of forge.
×
×
  • Create New...

Important Information

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