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.
| Artifact | Contents |
|---|---|
dev.wyck:wyck:3.3.0 | Includes everything |
dev.wyck:wyck-api:3.3.0 | Public API |
dev.wyck:wyck-commons:3.3.0 | Common implementation; brings in wyck-api |
dev.wyck:wyck-decoders:3.3.0 | Optional decoders; brings in wyck-api and wyck-commons |
dev.wyck:wyck-26.2:3.3.0 | Minecraft 26.2 adapter; brings in wyck-commons |
dev.wyck:wyck-26.1.2:3.3.0 | Minecraft 26.1.2 adapter; brings in wyck-commons |
dev.wyck:wyck-1.21.11:3.3.0 | Minecraft 1.21.11 adapter; brings in wyck-commons |
dev.wyck:wyck-vanilla:3.3.0 | Shaded API, commons, and every Minecraft adapter |