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
#### Note: At the moment Quilt Kotlin Libraries is not ready for general use. Please make an issue or talk to the QKL team on discord before writing any PRs.
4
-
5
-
6
3
### What are the Quilt Kotlin Libraries?
7
4
8
5
Quilt Kotlin Libraries is a wrapper and API provider for Minecraft written in Kotlin, and as such allows modders to
@@ -14,7 +11,6 @@ with QSL features.
14
11
15
12
16
13
### Repository Structure
17
-
* The `core` folder. This contains all the core functionality for the Quilt Kotlin Libraries.
18
-
* The `fatjar` folder. This contains the means for creating one Quilt Kotlin Libraries Jar that can be added to mods
19
-
folders and development environments.
20
-
* The `wrapper` folder. This contains all the Kotlin wrappers to both QSL and Minecraft features/functions.
14
+
*`core` contains the language adapter, kotlin standard library and kotlin reflect library
15
+
*`library` contains everything else including the rest of the kotlinx stuff brought in by FKL
16
+
* The root project is responsible for bundling both the submodules and some required dependencies into a single jar
0 commit comments