A simple mod that adds some money-like items, These items are best used as currency on a server.
The items in this mod are not craftable with vanilla or modded resources, they only have recipes to add up and break down money into pieces.
You can download this mod in these places:
- https://minecraft.curseforge.com/projects/currency/files
- https://github.com/Ionaru/Currency/releases
Want to contribute to this mod? Awesome! Just follow these simple steps to get started:
- Clone this repository into a directory of your choice
- Checkout the branch you with to contribute to
- Run
gradlew setupDecompWorkspace
in a command prompt (Andgradlew eclipse
if you use Eclipse) - Start developing!
- Develop some more!
- Run
gradlew runClient
orgradlew runServer
to test the mod in action - Run
gradlew build
to build the .jar file, the output can be found in the ./build/libs folder - If everything is working fine, create a pull request on your chosen branch