silk-core

The core module contains simple, stable and lightweight extensions for some Minecraft classes. It does not use any unstable mixins.

Here you will find an ItemStack builder, position and math utilities, a Text builder and coroutine task functions.

Dependency

modImplementation("net.silkmc:silk-core:1.10.4")

Packages

Link copied to clipboard

Contains the global Silk object

Link copied to clipboard
Link copied to clipboard

General extensions for entities

Link copied to clipboard
Link copied to clipboard

ItemStack builder and ItemStack modification extensions

Link copied to clipboard

Utilities related to the Kotlin language itself

Link copied to clipboard

Simple logging, integrated into Minecraft's logging system

Link copied to clipboard

Generators for circles, spheres and more

Link copied to clipboard

Operator functions and extensions for working with vectors

Link copied to clipboard

Simple extensions for sending packets

Link copied to clipboard

Temporary serialization package, will get replaced with another solution in the future

Link copied to clipboard

General extensions for the Minecraft server

Link copied to clipboard

Coroutine utilities (for example a Minecraft main thread dispatcher) and coroutine task functions

Link copied to clipboard

Text builder for building literal text objects

Link copied to clipboard

Helper functions to get more information from blocks and block states

Link copied to clipboard

Contains position classes which are more simple or special and therefore fitting for specific use cases