mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
* feat: convert Fabric to use essential-multi-version * fix: populate compatibility.yml with mc version * feat: start WIP work on doing the same for bukkit * refactor: use preprocessor plugin to multi-version bukkit * docs: update README to mention multi-version stuff * build: also include javadocs for Bukkit * build: update CI workflows also slightly simplifies buildscript
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "net.william278.husksync.mixins",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"server": [
|
|
"ItemEntityMixin",
|
|
"PlayerEntityMixin",
|
|
"ServerPlayerEntityMixin",
|
|
"ServerPlayNetworkHandlerMixin",
|
|
"ServerWorldMixin"
|
|
],
|
|
"client": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |