Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.32 KB

Minecraft Auto-Configuration Script

Useful links

Description

This project provides a simple script to automatically set up Minecraft's resourcepacks folder and options.txt file. It is particularly useful for players who frequently switch between computers and need a quick way to configure their Minecraft environment.
The script is written in Batch and is currently in development.

Installation

  1. Clone the repository:
git clone https://github.com/August7337/Minecraft-Auto-Configuration.git

Usage

  1. Put your resource packs in the resourcepacks folder of the project.
  2. To start the project, run the run.bat.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the project
  2. Create a branch for your feature (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -m 'Add my new feature')
  4. Push your branch (git push origin feature/my-new-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT license. See the LICENSE file for details.

Authors