Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make a thing that shows you how to install it #1

Closed
notpoiu opened this issue Aug 8, 2022 · 4 comments
Closed

make a thing that shows you how to install it #1

notpoiu opened this issue Aug 8, 2022 · 4 comments

Comments

@notpoiu
Copy link

notpoiu commented Aug 8, 2022

like this:

Setting up

Make sure a java 8 jre is in your path

Clone the repository on your machine using

C:\Users\hello\Desktop>git clone https://github.com/applesfruit/EZStats

Then go into the directory

C:\Users\hello\Desktop>cd EZStats

and then run these commands command:

C:\Users\hello\Desktop\EzStats>.\gradlew
C:\Users\hello\Desktop\EzStats>.\gradlew setupDecompWorkspace

And then now it depends on you, if you want to use eclipse then type:
Eclipse IDE

C:\Users\hello\Desktop\EzStats>.\gradlew eclipse

If you want to use IntelliJ then type this (also you need to install a plugin called Minecraft Developement):
IntelliJ IDEA

C:\Users\hello\Desktop\EzStats>.\gradlew genIntellijRuns

If you want to debug run this argument (--debug-jvm) :

Without

C:\Users\hello\Desktop\EzStats>.\gradlew runClient

With

C:\Users\hello\Desktop\EzStats>.\gradlew runClient --debug-jvm
@applesfruit
Copy link
Owner

That's for users that want to modify/fork this mod, however most end users will not want to do that and they can get the latest release here: https://github.com/applesfruit/EZStats/releases

@applesfruit
Copy link
Owner

It's just a forge mod that you drag into your "(MC DIRECTORY)\mods" folder, however for now make sure you are on a 1.7.10 Forge client.

@notpoiu
Copy link
Author

notpoiu commented Aug 8, 2022

i meant like modifying the mod lol

@notpoiu notpoiu closed this as completed Aug 8, 2022
@applesfruit
Copy link
Owner

mb lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants