Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.1
1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 4 months ago
Changelog
- updated to Minecraft 1.20.5 by @MushroomMif
- Added
setItemName
function inItemBuilder
to easily setminecraft:item_name
item component using Silk text builder setPotion
function inItemBuilder
now takesHolder<Potion>
instead ofPotion
as potions are now registered usingregisterForHolder
method which returnsHolder<Potion>
- Sideboard internals was updated to remove scoreboard teams hack and use new
display
field instead - You can now specify which number format sideboard will use by new
numberFormat
property in thesideboard
function, it isBlankFormat
by default
- Added
- now using Kotlin 1.9.23
setSkullPlayer
now accepts a playeruuid
and/or playername
and/ortexture
(notably allowing you to set a skull texture just by name)- you can now specify any
BinaryFormat
insilk-network
(previously only Cbor)
Internal Changes
silk-network
now uses a FallbackProvider to inject a stream codec provided by each type of packet definition- each custom silk-network packet still corresponds exactly to a custom payload packet with the given idea
- duplicated packet IDs will now result in a warning if they clash on lookup
silk-persistence
now migrates the legacyfabrikmcData
tag from nbt and level data to the newsilkmc_persistent_data
tag
Dependencies
Files
Metadata
Release channel
AlphaVersion number
1.10.4Loaders
Game versions
1.20.5–1.20.6Downloads
320Publication date
April 26, 2024 at 2:36 AMPublisher
jakobkmar
Owner