Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/excessiveamountsofzombies/professions

Fabric Mod that adds longterm progression through professions. Receive rewards by repeating actions (e.g break stone, get exp)
https://github.com/excessiveamountsofzombies/professions

fabric forge-mod minecraft minecraft-mod mod

Last synced: about 1 month ago
JSON representation

Fabric Mod that adds longterm progression through professions. Receive rewards by repeating actions (e.g break stone, get exp)

Awesome Lists containing this project

README

        

# Professions
A Fabric mod that provides for long-term progression through repeatable actions that provide the player with experience, and if applicable, money rewards. The mod can be used Server AND Client or just on the Server. If used with a client you gain access to a menu with the 'R' key by default. This menu allows you to do most of the main actions in the mod.

Alternatively, you can use the builtin commands if you aren't fond of the menu. All the commands can be found [here](https://github.com/ExcessiveAmountsOfZombies/Professions/wiki/Commands)

Additional information for mod developers and modpack makers can be found [here](https://github.com/ExcessiveAmountsOfZombies/Professions/wiki/Extensions)

If you want to build the mod yourself, you will need to get the OctoEconomyAPI, which can be found [here](https://github.com/ExcessiveAmountsOfZombies/OctoEconomyApi/packages/1348942) Follow the instructions there and then you should have access to everything.

Forge can be built with `./gradlew :forge:build`

Fabric can be built with `./gradlew :fabric:build`