add missing key 'load_type'

This commit is contained in:
moehreag 2024-06-10 10:53:29 +02:00
parent d7eeb492a7
commit bcc9fea5f9

View file

@ -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.