https://github.com/kessokuteatime/kessoku-lib
[WIP] [Minecraft Mod] [Library] The next generation cross-platform modular Minecraft modding library.
https://github.com/kessokuteatime/kessoku-lib
api cross-platform minecraft minecraft-fabric minecraft-neoforge minecraft-quilt
Last synced: 2 months ago
JSON representation
[WIP] [Minecraft Mod] [Library] The next generation cross-platform modular Minecraft modding library.
- Host: GitHub
- URL: https://github.com/kessokuteatime/kessoku-lib
- Owner: KessokuTeaTime
- License: lgpl-3.0
- Created: 2024-07-26T10:35:25.000Z (11 months ago)
- Default Branch: dev/1.21
- Last Pushed: 2025-04-05T10:50:46.000Z (3 months ago)
- Last Synced: 2025-04-12T09:13:48.853Z (2 months ago)
- Topics: api, cross-platform, minecraft, minecraft-fabric, minecraft-neoforge, minecraft-quilt
- Language: Java
- Homepage: https://modrinth.com/mod/kessoku-lib
- Size: 1.08 MB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###
[`→` Docs](https://kessokuteatime.github.io/documentation/lib-docs/) [`→` CurseForge](https://www.curseforge.com/minecraft/mc-mods/kessoku-lib) [`→` Modrinth](https://modrinth.com/mod/kessoku-lib)
# Kessoku Lib
###### The next generation cross-platform modular Minecraft modding API.
[](https://fabricmc.net/)
[](https://neoforged.net/)
[](https://minecraftforge.net/)
Our package repository hosting is graciously provided by Cloudsmith.
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables organizations to create, store and share packages in any format, to any place, with total confidence.
## What is this?
KessokuLib is a cross-platform modular library for Minecraft: Java Edition.It is intended to provide a unified intermediate API between mod loaders (we don't provide anything like Connector, I don't see the benefit of providing something like Connector, on the contrary it would probably bother mod developers more).
We have incorporated the benefits of each platform's API into this mod's API in order to simplify mod development.
## Why do you need a cross-platform API?
This means that most of your code is generic and only some of it is individually specific to a platform, which is even more important for developing.One Code, Each Platform. -- By H2Sxxa
## What is the current stage of development of this library?
Still in WIP.## What about the language loader?
Kessoku Languages is currently in EAP status, but all we can guarantee at the moment is that we can provide language loaders with Kotlin/Scala/Groovy.