You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
chylex 4604f7c596 Release 1.2.0 for Minecraft 1.16.2/.3 (Forge) 3 years ago
.github Create FUNDING.yml 3 years ago
Fabric Update Gradle & git files 3 years ago
Forge Release 1.2.0 for Minecraft 1.16.2/.3 (Forge) 3 years ago
.gitignore Update Gradle & git files 3 years ago
LICENSE Relicense to MPL-2.0 & update README 3 years ago
README.md Update README project setup guide 3 years ago

README.md

Resource Pack Organizer

Project license

The source code and binaries are released under MPL 2.0.

The folder icon asset is made by FatCow (http://fatcow.com/free-icons) and licensed under CC BY 3.0 US.

Project setup guide

In order to setup a workspace to play around with the source code, first clone this repository using your Git client (make sure to select the correct branch, they are named by Minecraft versions; master is always the latest work in progress version).

Once you cloned the repository, import the Forge or Fabric project into your development environment. You may need to run gradlew genIntellijRuns or gradlew genEclipseRuns if there are no run configurations after importing the project.