mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-07-09 12:19:26 +00:00
feat(modloader): pdb mapping, dynamic invoke, mixins
This commit is contained in:
13
ExampleMod/weave.mixins.json
Normal file
13
ExampleMod/weave.mixins.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": false,
|
||||
"minVersion": "0.1",
|
||||
"package": "ExampleMod.Mixins",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
"CreeperExplosionMixin"
|
||||
],
|
||||
"server": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user