You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ to see how much is already implemented.
15
15
- Discord and Minecraft chat synchronization
16
16
- FAQ commands using Markdown files without needing to restart the server
17
17
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
+
18
25
## Implementation
19
26
-[JDA](https://jda.wiki) library to communicate with the Discord API.
20
27
- Kotlin for the improved development experience over Java
0 commit comments