Skip to content
/ GradleMCP Public
forked from Hippo/GradleMCP

1.8.8 Minecraft Client Base, gradle-5.2.1. (Minecraft Coder Pack 'mcp918')

License

Notifications You must be signed in to change notification settings

7owh/GradleMCP

This branch is 31 commits ahead of Hippo/GradleMCP:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44add4a Β· Mar 17, 2025

History

49 Commits
Jan 27, 2025
Jan 25, 2025
Mar 17, 2025

Repository files navigation

MIT License

GradleMCP

Build your own Minecraft Client for 1.8.8 easily. (Gradle 5.2.1 included!)

Should work on Linux, MacOS and Windows!

(there are plans to port the new easier-to-use .bat files to .sh)

This is a fork!

This is a modification to an already good repository to make it even easier to setup and get into coding right away.

I only simplified the setup process, pre-included Gradle and wrote some simple code on top of what already was there.

This means that the repository's license is MIT and not Unlicense which I always choose.

The original repository can be found at Hippo/GradleMCP, MIT License.

πŸ”§ SETUP

Windows Logo Click here to watch a tutorial for Windows.

Step 1: Download the repo.

Step 2: Choose the platform you are on, delete the other folder. (For example, remove 'MacOS or Linux' folder if you are on Windows)

  • Windows Logo Windows Users

Step 3: Open 'SETUP PROJECT.bat' and follow the instructions in the command prompt

ps.: You can change the client name later by opening 'ChangeName.bat'

  • Windows Logo Linux Users / Mac Users

Step 3: Edit 'build.gradle': give your client a name and an id.

ps.: You can change the client name later by just modifying the file again.

Step 4: Open the folder in terminal and type 'chmod +x BuildProject.sh' and hit enter

Step 5: Type into the terminal './BuildProject.sh' and hit enter.

After building

You will be asked 'Would you like to install optifine aswell?' (y/n)

Just press Y or N on your keyboard.

πŸ”¨ COMPILE

  • Windows Logo Windows Users

Step 1 : Run CompileClient.bat

  • Windows Logo Linux Users / Mac Users

Step 1: Open your client folder with terminal and type 'chmod +x CompileClient.sh'

Step 2: Type in the terminal './CompileClient.sh'

After compiling

There will appear a folder in your project directory named after what you have set in build.gradle.

That's the 'version' folder that you should put into %appdata%/.minecraft/versions

πŸ“« Contact?

Don't hesitate to reach out, I respect everyone!

Discord logo Let's talk on Discord: @sevenow

YouTube logo I have a YouTube channel: @sevenowh

About

1.8.8 Minecraft Client Base, gradle-5.2.1. (Minecraft Coder Pack 'mcp918')

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.9%
  • Batchfile 21.1%