Skip to content

Wyck Modules

Wyck includes a few publications allowing you to pick and choose what modules you need from Wyck and leaving out any unnecessary bloat. For example, if you have a plugin that only targets Minecraft 26.2 and doesn’t require Wyck’s decoders then you could include wyck-api, wyck-commons, and wyck-26.2 in your project and leave out the other modules.

ArtifactContents
dev.wyck:wyck:3.3.0Includes everything
dev.wyck:wyck-api:3.3.0Public API
dev.wyck:wyck-commons:3.3.0Common implementation; brings in wyck-api
dev.wyck:wyck-decoders:3.3.0Optional decoders; brings in wyck-api and wyck-commons
dev.wyck:wyck-26.2:3.3.0Minecraft 26.2 adapter; brings in wyck-commons
dev.wyck:wyck-26.1.2:3.3.0Minecraft 26.1.2 adapter; brings in wyck-commons
dev.wyck:wyck-1.21.11:3.3.0Minecraft 1.21.11 adapter; brings in wyck-commons
dev.wyck:wyck-vanilla:3.3.0Shaded API, commons, and every Minecraft adapter