Skip to content

Commit ad06519

Browse files
committed
fix
1 parent 79e54f9 commit ad06519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/quickstart/01project/01create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ commentLevel | top.mcfpp.command.CommandLevel | CommentLevel.DEBUG | Comment out
119119
root | java.nio.file.Path? | null | Project root. If null, it's the directory of the config JSON or the Gradle project root.
120120
name | String | "new_mcfpp_project" | Project name.
121121
description | 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.
124124
sourcePath | 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`.
125125
noDatapack | Boolean | false | Do not generate a datapack.
126126
copyImport | Boolean | true | Copy imported libraries when generating the datapack.
88.2 KB
Loading

0 commit comments

Comments
 (0)