Files
NeoComputers/src/main/resources/neocomputers-common.mixins.json
nicejs-is-cool 2328169f2a
Some checks failed
build / build (21, ubuntu-22.04) (push) Failing after 12s
build / build (21, windows-2022) (push) Has been cancelled
beginning of the neocomputer
2026-04-07 19:52:58 -03:00

13 lines
208 B
JSON

{
"required": true,
"package": "org.neoflock.neocomputers.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}