Silk Compose
作者:rebot | 分类:模组
Minecraft 版本: 1.19.1 1.19.2
平台: fabric
标签: library
silk-compose
Silk Compose is a module for SilkMC which makes it possible to use Compose
Multiplatform inside Minecraft, both on the server- and the client-side (the latter only planned).
Demo
Dependency
Development Environment
Silk Compose is available on Maven Central.
modImplementation("net.silkmc:silk-compose:$version")
As a normal user
Download silk-compose from Modrinth to provide it at runtime and add it as a mod.
Usage
The docs can be found on GitHub.
To display a basic UI for a player, do the following:
player.displayComposable(8, 6) {
YourComposableFunction()
}请登录后举报
暂无评论,抢个沙发吧~