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 6e4ecfe commit fc6d93aCopy full SHA for fc6d93a
README.md
@@ -1,3 +1,38 @@
1
+# 玩家须知
2
+## 安装
3
+### Fabric
4
+需求:
5
+1. fabric api
6
+2. fabric-language-kotlin
7
+3. minecraft 1.21.1
8
+
9
+直接丢到mods即可
10
11
+### Neoforge
12
+需求:
13
+1. kotlin for forge
14
+2. minecraft 1.21.1
15
16
+同上
17
18
+# 开发
19
+## 依赖 (gradle)
20
+### 仓库
21
+```groovy
22
+maven {
23
+ name = "jsdu"
24
+ url = "https://nexus.jsdu.cn/repository/maven-public/"
25
+}
26
+```
27
+### 依赖
28
+版本可以查看最新的 release
29
30
+// neoforge
31
+ implementation 'cn.coostack:cooparticlesapi-neoforge:version'
32
+// fabric
33
+ implementation 'cn.coostack:cooparticlesapi-fabric:version'
34
35
36
# 基本用法
37
38
创建一个粒子类并且继承 ControlableParticle
0 commit comments