use underscore in link
This commit is contained in:
parent
f2ca4f5177
commit
a4ef1a5c34
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@ this side. It will override any inherited main file for this side.
|
|||
That file MUST be specified in the [manifest](./manifest.md) of this
|
||||
addon. Setting this to an empty string will indicate, that
|
||||
there is no main file for this instance, in which case the
|
||||
[main_class](#mainclass) MUST be explicitly configured.
|
||||
[main_class](#main_class) MUST be explicitly configured.
|
||||
|
||||
### main_class
|
||||
|
||||
This is the main class for this instance, which will be used to launch
|
||||
the game. It will override any inherited main class for this side.
|
||||
Setting this to an empty string will indicate, that the main class
|
||||
specified in of manifest of the [main jar file](#mainfile) should be used.
|
||||
specified in of manifest of the [main jar file](#main_file) should be used.
|
||||
|
||||
### arguments
|
||||
|
||||
|
|
Loading…
Reference in a new issue