File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/en/quickstart/01project Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ commentLevel | top.mcfpp.command.CommandLevel | CommentLevel.DEBUG | Comment out
119119root | java.nio.file.Path? | null | Project root. If null, it's the directory of the config JSON or the Gradle project root.
120120name | String | "new_mcfpp_project" | Project name.
121121description | String | "A new datapack" | Datapack description.
122- includes | ArrayList<String > | ArrayList() | All referenced includes.
123- jars | ArrayList<String > | ArrayList() | Paths to all jar files.
122+ includes | ArrayList\ < String> | ArrayList() | All referenced includes.
123+ jars | ArrayList\ < String> | ArrayList() | Paths to all jar files.
124124sourcePath | java.nio.file.Path? | null | Root of MCFPP source. If null: when using a config file it's ` $root ` ; with Gradle it's ` src/main/mcfpp ` .
125125noDatapack | Boolean | false | Do not generate a datapack.
126126copyImport | Boolean | true | Copy imported libraries when generating the datapack.
You can’t perform that action at this time.
0 commit comments