silk icon indicating copy to clipboard operation
silk copied to clipboard

Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper

Results 26 silk issues
Sort by recently updated
recently updated
newest added

**Server** - [x] preStart - [x] postStart - [x] preStop - [x] postStop - [x] preHalt **Player** - [x] join - [x] quit **Entity** - [ ] damage - [...

enhancement
dev-list

Currently mutable events are implemented via subclasses of `EventScope` which need to use `EventScopeProperty` in order to make mutation impossible without access to a `MutableEventScope`. This PR explores a different...

The following features are needed: - [ ] an API which allows to wait for player input, this should just be a general fabrikmc feature - [ ] entity extensions...

enhancement

Current: ```kotlin nbtCompound { put("id", "minecraft:grass") put("Count", 5.toByte()) put("tag", nbtCompound { put("foo", "bar") }) } nbtList { add(1) add("foo") } // Should be renamed to `toTag` 1.toByte().toNbt() "foo".toNbt() ``` New:...

- [ ] Serializers for `Tag`s. Useful for describe the other class for serialize #40 **More mc classes** - [ ] ItemStack #40 - [ ] BlockPos #39

dev-list

Add a packet serial format to network module and use it instead of cbor. And maybe the network should register channel standalone instead of "subchannel" of silk