Jakz / rpw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%