Jump to content

Recommended Posts

Posted

I am getting errors related to these args, and was wondering what they are so I can use them and get minecraft to launch in intelliJ. This is what I am currently trying

-userProperties tuhkljfs --userType mojang

at the end of the normal launch config program args. This causes this crash.

 

https://gist.github.com/alix-the-alicorn/67f122c1166bd636cf47

I have read the log, so please don't lock this lex.

Posted

what exactly are you trying to do? move an existing project to intellij or create a new project?

 

if you are moving an existing project to intellij download the latest forge src and and create a new blank project the same way as you will have done with ecplise except run gradlew idea instead of gradlew eclipse.

 

now if you open the project with intellij it should work and the game should launch.

 

to move an existing project in to the new project you just created copy the src file from your existing project into the one you just created and it should work.

 

If the game loads but your mod dosnt show up go to File/Project structure navigate to your java and resources folders and make sure both are marked as "Sources"

I am the author of Draconic Evolution

Posted

Have you tried creating the default IDEA workspace? It generates those configurations for you. Then, you can copy/paste them into your custom workspace.

We all stuff up sometimes... But I seem to be at the bottom of that pot.

Posted

I tried setting up a fresh project with the latest build but i couldnt even get setupDecompWorkspace to work... is that what you meant by "you can only test with gradle build and install into your game" you cant actually setup the workspace?

I am the author of Draconic Evolution

Posted

So i ran gradlew idea and that worked. I opened up the project and started the game without any trouble. I copied in my src folder set java and resources as sources. Then i had to remove some methods that no longer exist and i started the game. The game started just fine my mod loaded and the only problem i have is there is no sound.

 

 

I am the author of Draconic Evolution

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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