/rpw

Resource Pack Workbench, tool for editing and managing Minecraft resource packs

Primary LanguageJavaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ResourcePack Workbench

This project is a standalone application for manupulating Minecraft resource packs.

img

Here's some links where you can find more:

If you want to help, you are welcome. Feel free to fork it!

Getting it work with eclipse / netbeans / whatever

  • Install some Maven plugin (!important)

  • Checkout the repo to some folder

    git init
    git remote add origin https://github.com/MightyPork/rpw.git
    git pull origin master
    

    Or use some Eclipse GIT plugin

  • Import as a Maven project

  • Add any jars in the /libs folder to build path (those could not be taken from Maven)