YesCheat/src/main/resources/YesCheat.mixins.json

22 lines
468 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "io.gitlab.jfronny.yescheat.mixin",
"compatibilityLevel": "JAVA_16",
"plugin": "io.gitlab.jfronny.yescheat.Plugin",
"mixins": [
"UnblockChests",
"UncapEnchants",
"IgnoreEula",
"DistantContainers3x3",
"DistantContainerXx9",
"UnlockMendingInfinity",
"RemoveRubberbanding",
"DistantBreaking",
"VillagersFollowEmeralds"
],
"injectors": {
"defaultRequire": 1
}
}