-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f8fbf8
commit 2380df4
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Origin: Classes (Forge) | ||
A Forge port for Origin: Classes | ||
|
||
## Description | ||
This mod is an add-on to the Origins mod. In addition to choosing an origin, you now also choose a class. | ||
Classes available are the following: | ||
|
||
* Archer | ||
* Beastmaster | ||
* Blacksmith | ||
* Cleric | ||
* Cook | ||
* Explorer | ||
* Farmer | ||
* Lumberjack | ||
* Merchant | ||
* Miner | ||
* Nitwit | ||
* Rancher | ||
* Rogue | ||
* Warrior | ||
|
||
## Disclaimer | ||
1. This is **NOT** an official port. | ||
2. **DON'T** ask for backport, this mod relies on [EdwinMindcraft](https://github.com/EdwinMindcraft)'s [forge port](https://github.com/EdwinMindcraft/origins-forge) for [Origins](https://github.com/apace100/origins-fabric), and most features needs the latest version of that mod to work properly. | ||
3. Most of the code were rewritten to fit forge environment and extend customabilities, so keep in mind that some features may be slightly different from the fabric version. | ||
|
||
## Contributing | ||
1. For translation: **DON'T** simply copy translation from the fabric version. As what I mentioned in the disclaimer, some features are different, so always take en_us.json as your only reference. | ||
2. For issues: Version information of Minecraft, Forge, Origins and Origins: Classes are mandatory for an issue, crash reports and logs are also important. Only with enough information can other contributors or me find and fix the problem. | ||
3. For pull requests: I'm open to PRs. If you'd like to contribute with the mod, feel free to open a PR! | ||
|
||
## Further Infomation | ||
For more information and a download link, visit the CurseForge page. |