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 setupDecompWorkspacein a command prompt (Andgradlew eclipseif you use Eclipse) - Start developing!
- Develop some more!
- Run
gradlew runClientorgradlew runServerto test the mod in action - Run
gradlew buildto 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