Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/excessiveamountsofzombies/professions
- Owner: ExcessiveAmountsOfZombies
- License: other
- Created: 2022-03-29T02:58:14.000Z (over 2 years ago)
- Default Branch: 1.20
- Last Pushed: 2023-05-20T03:56:25.000Z (over 1 year ago)
- Last Synced: 2023-05-20T05:57:35.035Z (over 1 year ago)
- Topics: fabric, forge-mod, minecraft, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/professions-fabric
- Size: 1.22 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`