aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric/src/main/resources/spark.mixins.json
blob: beaca2f55a29bd0d3270aade979356f86b0478fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "required": true,
  "package": "me.lucko.spark.fabric.mixin",
  "compatibilityLevel": "JAVA_17",
  "client": [
    "ClientEntityManagerAccessor",
    "ClientWorldAccessor",
    "MinecraftClientAccessor"
  ],
  "mixins": [
    "ServerEntityManagerAccessor",
    "ServerWorldAccessor"
  ],
  "plugin": "me.lucko.spark.fabric.plugin.FabricSparkMixinPlugin"
}