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

23 lines
495 B
JSON
Raw Normal View History

2020-09-30 14:40:14 +02:00
{
"required": true,
"minVersion": "0.8",
"package": "io.gitlab.jfronny.yescheat.mixin",
"plugin": "io.gitlab.jfronny.yescheat.Plugin",
2020-12-24 21:07:02 +01:00
"mixins": [
"DistantBreaking",
"DistantContainers3x3",
"DistantContainerXx9",
"IgnoreEula",
"RemoveRubberbanding",
"UnblockChests",
"UncapEnchants",
2024-04-25 21:47:03 +02:00
"UncapEnchants$Builder",
"UnlockMendingInfinity",
"VillagersFollowEmeralds1",
"VillagersFollowEmeralds2"
2020-09-30 14:40:14 +02:00
],
"injectors": {
"defaultRequire": 1
2020-12-24 21:07:02 +01:00
}
2020-09-30 14:40:14 +02:00
}