* Added interface injection via fabric.mod.json. * Added interface injection * Added amending of class signature with injected interface.
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "dummy",
|
|
"version": "1",
|
|
"name": "Dummy Mod",
|
|
"custom": {
|
|
"fabric-api:module-lifecycle": "stable",
|
|
"loom:injected_interfaces": {
|
|
"net/minecraft/class_2248": ["InjectedInterface"]
|
|
}
|
|
}
|
|
}
|