aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/resources/modid.client.mixins.json
diff options
context:
space:
mode:
authorLibravatar modmuss <[email protected]>2023-06-07 16:15:03 +0100
committerLibravatar GitHub <[email protected]>2023-06-07 16:15:03 +0100
commit91133dbdc73ecfec6aa1d0bc61dc7e6797163621 (patch)
treee2812f889e651951e2c00c06b5c195833e31e3a7 /src/client/resources/modid.client.mixins.json
parentUpdate deps (diff)
Update to 1.20
Now uses split-sourceset's
Diffstat (limited to 'src/client/resources/modid.client.mixins.json')
-rw-r--r--src/client/resources/modid.client.mixins.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/resources/modid.client.mixins.json b/src/client/resources/modid.client.mixins.json
new file mode 100644
index 0000000..21b0fc1
--- /dev/null
+++ b/src/client/resources/modid.client.mixins.json
@@ -0,0 +1,11 @@
+{
+ "required": true,
+ "package": "com.example.mixin.client",
+ "compatibilityLevel": "JAVA_17",
+ "client": [
+ "ExampleClientMixin"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
+} \ No newline at end of file