add missing key 'load_type'
This commit is contained in:
parent
d7eeb492a7
commit
bcc9fea5f9
|
@ -34,6 +34,7 @@ provides = [
|
|||
mixin_config = "example_mod.mixins.json"
|
||||
frog_aw = "example_mod.accesswidener"
|
||||
pre_launch = "com/example/frog/PreLaunch"
|
||||
load_type = "required" # the type 'required' is implicit if it isn't present. Other values are not specified, but using 'optional' is recommended.
|
||||
```
|
||||
These keys are automatically inserted by [Phytotelma](/contributing/tools#phytotelma) for generated metadata files and their host mods respectively.
|
||||
You should never need to insert them yourself.
|
||||
|
|
Loading…
Reference in a new issue