We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d253e6d commit 3a78533Copy full SHA for 3a78533
docs/zh/quickstart/01project/01create-project.md
@@ -42,6 +42,8 @@ java -jar mcfpp.jar example.json
42
43
:::tip
44
本例使用IntelliJ Idea,Gradle DSL使用Kotlin
45
+
46
+实例项目地址:<https://github.com/MinecraftFunctionPlusPlus/MCFPP_Example>
47
:::
48
49
要使用Gradle构建MCFPP项目,首先需要创建一个空白的Java项目或Kotlin项目。MCFPP支持Java和Kotlin,但是由于本身由Kotlin编写,使用Kotlin可以获得更好的编写体验。
@@ -119,4 +121,4 @@ mcfpp {
119
121
|noDatapack|Boolean|false|不生成数据包|
120
122
|copyImport|Boolean|true|生成数据包的时候复制导入的库|
123
-你可以在gradle任务的`build`分类下找到名为`mcfppCompile`的任务。
124
+最后,在gradle任务的`build`分类下找到名为`mcfppCompile`的任务,就把这个项目编译为数据包啦。
0 commit comments