when I click on the green arrow button this show up in the console:
Error: Could not find or load main class GradleStart
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
This is all that shows up,
plus: How should eclipse know that it should start minecraft in general, is it something in the forge folder?
Thank you all in advance!
You may need to change or add run configurations. Forge should automatically add run configurations, so re-setting up your workspace by running the commands again may fix this. If not, you'll need to manually add them.
Thank you so much for helping me this much, I know you must be very busy and I appreciate it. but...
If both of these finish without errors, everything should be fully set up! To test, open up eclipse, then click “Browse” when that window appears. Navigate to your mods folder, then to forge, then to eclipse, and press enter. This should pull up Eclipse; there should also be a “Minecraft” folder in the Project Explorer on the far left. If all of this checks up, everything has been setup correctly!
"Browse"?? The commands both finished without errors.
The Meaning of Life, the Universe, and Everything.
Join Date:
12/29/2014
Posts:
54
Member Details
no when you click eclipse a window pops up before that that says "where do you want to save your stuff?" and you click browse and choose the eclipse folder in the forge folder and that is what makes it have the minecraft things on eclipse. i hope this helps!
The Meaning of Life, the Universe, and Everything.
Join Date:
12/29/2014
Posts:
54
Member Details
hi, i dont know if you read my earlier post but I have been doing the tutorial and you say "import whatever errors you get" what do you mean bu import?
hi, i dont know if you read my earlier post but I have been doing the tutorial and you say "import whatever errors you get" what do you mean bu import?
Import... if you have an error, chances are, it could be because you are importing a class. Hover over it and import it that way, or press CTRL-Shift-O (I think, I use a Mac).
Error: Could not find or load main class GradleStart
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I just finished the basic items course and when I run it this happens
Hmm, not sure what exactly would cause that. Google around a bit and see if anything pops up.
Hello, you're tutorials are great and I'm really looking forward to making my very first mod!
Unfortunately the ore spawn tutorial seems to be lacking in pictures and such. In the end I really screwed up my mod trying to follow it
Could you embellish a bit or at least show your finished code?
Here is my world gen class for one of my mods; you'll have to ignore a few things (structure gen, config stuff), but hopefully this will help you.
Thanks a ton, I was able to fix things up using some sections of code from this
You may need to change or add run configurations. Forge should automatically add run configurations, so re-setting up your workspace by running the commands again may fix this. If not, you'll need to manually add them.
Try running "gradlew --refresh-dependencies setupDecompWorkspace".
Sorry to bother you again, but in the tutorial you mention to register the generation class below the 'our' instance in the main file?
I think that's probably a typo, but what exactly did you mean?
THIS IS AWESOME SO FAR but i have no idea what you mean by "import" on the 3rd tutorial and i have errors!
Thank you so much for helping me this much, I know you must be very busy and I appreciate it. but...
If both of these finish without errors, everything should be fully set up! To test, open up eclipse, then click “Browse” when that window appears. Navigate to your mods folder, then to forge, then to eclipse, and press enter. This should pull up Eclipse; there should also be a “Minecraft” folder in the Project Explorer on the far left. If all of this checks up, everything has been setup correctly!
"Browse"?? The commands both finished without errors.
Why do I stuggle so much lol
no when you click eclipse a window pops up before that that says "where do you want to save your stuff?" and you click browse and choose the eclipse folder in the forge folder and that is what makes it have the minecraft things on eclipse. i hope this helps!
Just instantiate your WorldGenClass as a variable (declare a new WorldGenClass variable).
hi, i dont know if you read my earlier post but I have been doing the tutorial and you say "import whatever errors you get" what do you mean bu import?
Import... if you have an error, chances are, it could be because you are importing a class. Hover over it and import it that way, or press CTRL-Shift-O (I think, I use a Mac).
Then it may not be an issue with importing.
ok, thats good but what is importing?!? for future refrence
You may find yourself calling a function from another class. In order to do that, you need to import the class the function is in.
hi this is a great tutorial but is there a video tutorial
There is not.
Error: Could not find or load main class GradleStart
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I just finished the basic items course and when I run it this happens