Download Silk Compose — Minecraft Mods — MetaMods

Silk Compose

Active

Downloads

3

Last update

3 years ago

Versions

1.19 — 1.19.2
Client
Fabric
Libraries

Silk Compose

Silk Compose is a specialized module for the SilkMC platform that enables developers to use Compose Multiplatform technology directly within Minecraft. This solution works both on the server side and on the client side (client-side functionality is currently in development).

Capabilities Demonstration

Module functionality demonstration

Dependency Installation

For Developers

The Silk Compose module is available for download via Maven Central.

modImplementation("net.silkmc:silk-compose:$version")

For Regular Users

To use the module in the game, you need to download it and add it to the list of mods.

Practical Application

Complete documentation on using the module is available for study.

To display a simple user interface for a player, execute the following code:

player.displayComposable(8, 6) {
    YourComposableFunction()
}
Project members
jakobkmar

jakobkmar

Developer

Created: 25 Jun 2022

ID: 12836