https://github.com/renbinden/averiandroprates
Alters drop rates
https://github.com/renbinden/averiandroprates
Last synced: about 1 year ago
JSON representation
Alters drop rates
- Host: GitHub
- URL: https://github.com/renbinden/averiandroprates
- Owner: renbinden
- License: agpl-3.0
- Created: 2013-11-16T23:46:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T23:54:36.000Z (over 12 years ago)
- Last Synced: 2025-03-01T23:11:39.638Z (over 1 year ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AverianDropRates
===========
Averian's drop rate plugin.
Modifies drops on Averian - e.g. can be configured to make logs drop sticks or planks.
Compilation
===========
First clone the repository using git:
```
git clone https://github.com/Averian/AverianDropRates.git;
```
Then use Maven to compile it:
```
cd AverianDropRates;
mvn clean install;
```
This will create a ready-to-run JAR inside the /target directory.
If you don't have Maven, install it using your OS's package manager (Homebrew reccommended for OS X users, Yum pre-installed on Fedora, Apt on Debian-based distributions, or Pacman on Arch-based distributions).
If this is not possible, get it [here.](http://maven.apache.org/download.cgi)
If you don't have Git, again, your OS's package manager is probably the best choice.
If this isn't possible, Git can be obtained [here.](http://git-scm.com/downloads)
Obtaining pre-compiled JARs
===========
Click on the "releases" tab at the top of the screen.
This will show you any JARs I've tagged as releases, which should be stable to run.