Skip to content

Commit 0d33159

Browse files
committed
Add Dependencies Section to README
1 parent 8f66887 commit 0d33159

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ to see how much is already implemented.
1515
- Discord and Minecraft chat synchronization
1616
- FAQ commands using Markdown files without needing to restart the server
1717

18+
## Dependencies
19+
20+
This mod has a few dependencies, some of which are not specified directly as they're technically optional:
21+
- The Kotlin Implementation for the platform you're running. (e.g. [Kotlin For Forge](https://modrinth.com/mod/kotlin-for-forge) or [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin))
22+
- The Forge Config API (Included in Forge, [extra mod for Fabric](https://modrinth.com/mod/forge-config-api-port))
23+
- The SQLite Database Driver. (This is included in [Ledger](https://modrinth.com/mod/ledger) but also [available separately](https://modrinth.com/plugin/sqlite-jdbc))
24+
1825
## Implementation
1926
- [JDA](https://jda.wiki) library to communicate with the Discord API.
2027
- Kotlin for the improved development experience over Java

0 commit comments

Comments
 (0)