Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/der-fruhling/fireaspect
Automagically smelt ores when mined!
https://github.com/der-fruhling/fireaspect
minecraft minecraft-plugin paper
Last synced: about 18 hours ago
JSON representation
Automagically smelt ores when mined!
- Host: GitHub
- URL: https://github.com/der-fruhling/fireaspect
- Owner: der-fruhling
- Created: 2020-08-11T21:18:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T21:28:17.000Z (over 4 years ago)
- Last Synced: 2023-11-10T22:28:12.081Z (about 1 year ago)
- Topics: minecraft, minecraft-plugin, paper
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# what is this for
This is a simple plugin to make ores drop their ingots instead of ore blocks. There is fortune support, so that
youcan get more ingots from a single ore. Only works with Iron and Gold, as those ores drop ore blocks instead
of ingots.# building
To build FireAspect, run `mvn clean compile package` inside this directory. The plugin file created will be at
`target/FireAspect-.jar`