Everything posted by Ugdhar
-
I can't open my server
1.7 is no longer supported on these forums 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.
-
Render issue
1.8 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
Just for grins did you double check the top of the list? On mine, 1.12 is at the bottom, but the 1.15 versions are at the top. Just wanna make sure!
-
Mods rejection fml
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
Which launcher are you using? You may have to create your own Installation and choose the new version of forge.
-
1.8.9 Crash Report
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.
-
Problems with forge installer
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
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.
-
Project 'MDKExample' is missing required library
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
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.
-
Resources Missing Build Failed
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.
-
why my tulip appears in a black square?
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
Try deleting the config folder
-
game crash from launcher when lauching forge 31.1.1
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.
-
why my tulip appears in a black square?
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
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
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
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?
Check that method out, then write your own and replace this in the EntitySpawnPlacementRegistry call.
-
Crash!
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.
-
Make a Plant That Grows???
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.
-
Installing Forge
javac is the java compiler; just use java also, you need -jar before the filename.
-
(SOLVED)[1.15.2]How do I name chests?
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/
-
Installing Forge
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
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.