Awesome
Quiver
<a href="https://www.codefactor.io/repository/github/deflatedpickle/quiver"><img src="https://www.codefactor.io/repository/github/deflatedpickle/quiver/badge" alt="CodeFactor" /></a> <a href="https://codebeat.co/projects/github-com-deflatedpickle-quiver-rewrite"><img alt="codebeat badge" src="https://codebeat.co/badges/65a2da8a-28b9-4cd4-ac82-c521cc531a63" /></a> <a href="https://www.codacy.com/gh/DeflatedPickle/Quiver/dashboard?utm_source=github.com&utm_medium=referral&utm_content=DeflatedPickle/Quiver&utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/ed4a4e2eb4d844eba3f8897869406128"/></a> <a href="https://snyk.io/test/github/DeflatedPickle/Quiver"><img src="https://snyk.io/test/github/DeflatedPickle/Quiver/badge.svg"/></a> <a href="https://codeclimate.com/github/DeflatedPickle/Quiver/maintainability"><img src="https://api.codeclimate.com/v1/badges/0f980169bbebf3f680b4/maintainability" /></a>
A resource pack creator and manager for Minecraft.
Downloading
You can find pre-built versions of Quiver here. The most recent
build will be labeled as such. Any of the older builds will not be supported, especially v0.*.*
, so please
stay up-to-date.
Running
You will first need to download a version (hopefully the latest) of Quiver (it should be a zip), you will then need
to unzip it and then run either Quiver.bat
or Quiver
(depending on if you're on Windows or Linux/MacOS)
This program requires a Java 8 JRE. It is not compatible with anything higher, as I'm old and lazy.
If everything works, great! If not, please submit an issue here.
Building
In order to build this program, you will need a Java 8 JDK
You will then want to clone this repository into a directory, cd
into it and run gradlew distZip
Extending
This program uses the haruhi framework, allowing it to have plugins and configs.
Though there isn't an official way to develop external plugins, there are two routes I can think of;
- Clone this repository and develop your plugin as a submodule
- Pro: Easier to debug
- Con: Harder to distribute
- Develop your plugin in its own repository, then build it and place the build in your install of Quiver's
/plugins
directory when you want to test it- Pro: Doesn't require the Quiver source
- Con: Harder to test
Credits
Libraries
- core
- launcher
- markdownviewer
- treeviewer
- docxviewer