This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
emoji-chat/src/main/resources/emoji-chat.mixins.json
Ashley Graves 732824f9a6
Some checks failed
build / build (21) (push) Failing after 14s
Initial commit
2024-09-29 21:24:49 +02:00

11 lines
No EOL
171 B
JSON

{
"required": true,
"package": "world.incest.emoji.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}