Minecraft mod that enhances the Resource Pack menu with folder support for easier pack organization, ability to search packs by name or description, new sorting options, and several other features. https://respacks.chylex.com/
Go to file
chylex 918f2b62f9 Release 1.1.0 for Minecraft 1.15.2+ (Fabric) 2020-02-24 08:22:58 +01:00
Fabric Release 1.1.0 for Minecraft 1.15.2+ (Fabric) 2020-02-24 08:22:58 +01:00
Forge Move Forge files to a separate folder 2020-02-24 05:42:48 +01:00
LICENSE Relicense to MPL-2.0 & update README 2020-02-23 10:15:18 +01:00
README.md Update README project setup guide 2020-02-24 08:12:24 +01:00

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.