Jump to content

Recommended Posts

Posted

So I HAVE to use a Mac, because I have to use it for my schoolwork (so no windows)

If you could, please put it in a video or give me a link to other people's video, or giving directions would work too.

Posted

I don't see how being required to use a specific computer for schoolwork means you need to use the same computer for modding,
unless that means your school has modding as part of their curriculum which is usually a bad thing as they basically never stay up to date.

Regardless, the process should be the same for all operating systems as long as you're using an IDE that has decent Gradle integration, just import the MDK as a Gradle project.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 6/5/2021 at 10:31 PM, DaemonUmbra said:

I don't see how being required to use a specific computer for schoolwork means you need to use the same computer for modding,
unless that means your school has modding as part of their curriculum which is usually a bad thing as they basically never stay up to date.

Regardless, the process should be the same for all operating systems as long as you're using an IDE that has decent Gradle integration, just import the MDK as a Gradle project.

Expand  

Because I can't get it to work because mac uses .sh files to run and i have .bat files so...

when i tried to set the gradle up it said that the command is invalid

Posted

What command did you use?
If I recall correctly OSX should use the Unix-like script that has no extension

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)
  On 6/5/2021 at 10:53 PM, GDViciou said:

Because I can't get it to work because mac uses .sh files to run and i have .bat files so...

when i tried to set the gradle up it said that the command is invalid

Expand  

This video might help: 

  Reveal hidden contents

Edited by DaemonUmbra
Large video moved to spoiler
Posted
  On 6/6/2021 at 8:15 PM, aritod said:

This video might help...

Expand  

No it won't, that's not the issue they're having.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

  • 1 month later...
Posted

Are you trying to execute the gradle tasks through the Terminal? You would first need to install gradle by following the install instructions on Gradle.org. Then, navigate to your project folder and run your desired gradle tasks.

My-Mac:~ user$ cd /Users/user/Documents/eclipse-workspace/forge-1
My-Mac:forge-1 user$ ./gradlew
My-Mac:forge-1 user$ ./gradlew build
My-Mac:forge-1 user$ ./gradlew runClient

It shouldn't be necessary to do this though as all the gradle tasks can be executed through Eclipse (I would recommend you stick with this since it seems you are a beginner). If you have properly imported your project folder as a Gradle Project, all gradle tasks are available in the "Gradle Tasks" tab in your workspace. Use these for when the Getting Started documentation tells you to run those tasks.

1977982263_ScreenShot2021-07-10at22_11_12.png.d839fa8cf67cd03f0c2a8b6ab4957192.png

 

Posted
  On 7/11/2021 at 2:38 AM, Swerewolf said:

You would first need to install gradle by following the install instructions on Gradle.org.

Expand  

This is exactly what the gradle wrapper(gradlew) negates the need for...

  On 7/11/2021 at 2:38 AM, Swerewolf said:

It shouldn't be necessary to do this though as all the gradle tasks can be executed through Eclipse

Expand  

gradle wrapper, not eclipse...

Please provide the command as you typed it and the response you got

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

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.