Mod where enchantments are made on the crafting table.
You can get the latest version from Curse You can see the project page from CurseForge
As best of an attempt to document the mod on the Wiki
If you find a bug, exploit, or issue with using the mod open a topic on the Issue Tracker
In order to contribute to this repository (repo), do the following:
- Fork this repo
- Clone your forked repo
- Open command prompt/terminal within the Craftable-Enchantments folder
- Run one of the following commands:
- Windows:
gradlew.bat setupDecompWorkspace eclipse - OSX:
bash gradlew setupDecompWorkspace eclipse - Linux:
./gradlew setupDecompWorkspace eclipse
- Click Pull Request
- Click Edit
- Select our repo as the base fork and version branch
- Select your repo as the head fork with branch you're working on
- Review your commits and differences
- Click Create Pull Request
- Title it what your goal in changing the code.
- Comment with specifics and reasons it should merge with our repo
After that, the changes will be reviewed. We may make comments on its acceptance, why it won't be accepted, or what would make it better before making the merge.
Unless otherwise specified, source code in this repository is licensed under GNU Lesser General Public License version 3 or later. Any assets incorporated from the source code (text, textures, et cetera), are licensed under Creative Commons Attribution 4.0 unless otherwise specified.