mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 04:40:02 +03:00
16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "io.github.natanfudge.nectest.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"mixins": [
|
|
"MixinMinecraftServer"
|
|
],
|
|
"client": [
|
|
"ExampleMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|