https://github.com/ftbteam/ftb-guides
https://github.com/ftbteam/ftb-guides
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftbteam/ftb-guides
- Owner: FTBTeam
- License: bsd-2-clause
- Created: 2017-12-18T23:04:18.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:36:42.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:01:40.371Z (about 1 year ago)
- Language: Java
- Size: 791 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FTB Guides 3 [  ](https://www.curseforge.com/minecraft/mc-mods/ftb-guides-2)
FTB Guides 3 is your very own in-game guidebook framework for creating in-game guides, support docs, instructions, to-lists, etc. With rich in-built markdown support ([CommonMark](https://spec.commonmark.org/0.31.2/#introduction)), categories with nesting, Minecraft item rendering, resource pack based, multi-language supported and more, it's a great choice for your next modpack!
Much more information is available in the in-game guide, which can be also [browsed here](common/src/main/resources/assets/ftbguides/guides/en_us/index.md).
## License
Please see our license [here](https://go.ftb.team/mod-license)
## Reporting bugs / requesting features
If you find a bug or have a feature request, please report it on the [issue tracker](https://go.ftb.team/support-mod-issues)
## Contributing
Due to our license, all contributions must sign a CLA. Upon creating a pull request, you will be prompted to sign the CLA. If you do not sign the CLA, your pull request will be closed within due time.
Our CLA is available [here](https://go.ftb.team/doc-mod-dev-cla).
## Support
If you need help with FTB Guides, please use our [support system](https://go.ftb.team/support-mod-issues). You could always join our [Discord](https://go.ftb.team/discord) and ask for help there but please note this is a community server and is not intended for direct support.
## Commonmark
FTB Guides includes the public [commonmark-java](https://github.com/commonmark/commonmark-java) project. See [Commmonmark-LICENSE](Commonmark-LICENSE.md) for legal information.