-
Posts
2617 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ugdhar
-
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.
-
Version folder doesn't appear in game files
Ugdhar replied to CytrynQa22's topic in Support & Bug Reports
Which launcher are you using? You may have to create your own Installation and choose the new version of forge. -
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.
-
Please post the cmd window output from when you tried this. And your English appears fine so far!
-
Forge 1.15.2 installer not working on my pc
Ugdhar replied to Nanna's topic in Support & Bug Reports
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. -
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.
-
Its crashed When running forge 1.12.2 on minecraft
Ugdhar replied to ilovesong20's topic in Support & Bug Reports
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. -
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.
-
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.
-
game crash from launcher when lauching forge 31.1.1
Ugdhar replied to bluesnake2006's topic in Support & Bug Reports
Try deleting the config folder -
game crash from launcher when lauching forge 31.1.1
Ugdhar replied to bluesnake2006's topic in Support & Bug Reports
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. -
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.
-
game crash from launcher when lauching forge 31.1.1
Ugdhar replied to bluesnake2006's topic in Support & Bug Reports
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. -
game crash from launcher when lauching forge 31.1.1
Ugdhar replied to bluesnake2006's topic in Support & Bug Reports
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. -
Trouble loading up Minecraft Environment in Eclipse
Ugdhar replied to SPYROHAWK's topic in Modder Support
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. -
[1.14.4] How to add dimension checks to my mob spawning conditions?
Ugdhar replied to Zathrox's topic in Modder Support
Check that method out, then write your own and replace this in the EntitySpawnPlacementRegistry call. -
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.
-
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.
-
javac is the java compiler; just use java also, you need -jar before the filename.
-
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/
-
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.
-
java.lang.NullPointerException: Initializing game
Ugdhar replied to 0351usmc's topic in Modder Support
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. -
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.
-
It does not tell you to run setupDecompWorkspace idea Old unsupported versions of forge use setupDecompWorkspace
-
file is for an older version of forge and cannot be loaded
Ugdhar replied to Nefroti's topic in Support & Bug Reports
Post logs, there is a mismatch somewhere between the version of the mods you are using and the version of forge.