Skip to content

Commit 3127917

Browse files
committed
functionality
1 parent 1a54cad commit 3127917

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package io.github.ytg1234.packetignore.mixin;public class ClientConnectionMixin {
2+
}

src/main/resources/template.mixins.json renamed to src/main/resources/packetignore.mixins.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"required": true,
3-
"package": "io.github.ytg1234.template.mixin",
3+
"package": "io.github.ytg1234.packetignore.mixin",
44
"compatibilityLevel": "JAVA_8",
55
"mixins": [],
66
"client": [],

0 commit comments

Comments
 (0)