mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 13:44:31 +00:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"required": false,
|
|
"minVersion": "0.1",
|
|
"package": "ExampleMod.Mixins",
|
|
"mixins": [],
|
|
"client": [
|
|
"CreeperExplosionMixin"
|
|
],
|
|
"server": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|