correct nesting for included jars
This commit is contained in:
parent
698bc04da0
commit
607b11f55c
|
@ -39,9 +39,9 @@ loading_type = "required" # the type 'required' is implicit if it isn't present.
|
||||||
These keys are automatically inserted by [Phytotelma](/contributing/tools#phytotelma) for generated metadata files and their host mods respectively.
|
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.
|
You should never need to insert them yourself.
|
||||||
```toml
|
```toml
|
||||||
included_jars = [
|
included_jars = [[
|
||||||
{ id = "mod_id", path = "META-INF/jars/mod.jar" }
|
{ id = "mod_id", path = "META-INF/jars/mod.jar" }
|
||||||
]
|
]]
|
||||||
phytotelma.generated = true
|
phytotelma.generated = true
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue