forked from mtcontrib/maidroid
Update README
This commit is contained in:
parent
50aeecef27
commit
a3e0589ca3
@ -57,6 +57,7 @@ Maidroid-Egg Writer 同様, 設置される染料の種類によって, 生成
|
||||
|:--|:--|:--|
|
||||
|`dye:red`|`maidroid_core:basic`|プレーヤーを追いかけてくる. |
|
||||
|`dye:yellow`|`maidroid_core:farming`|農耕をする. |
|
||||
|`dye:white`|`maidroid_core:ocr`|プログラムが記述された本を持たせると, そのプログラムを実行する. |
|
||||
|
||||
Core が生成されたら早速 Maidroid に埋め込みましょう.
|
||||
Maidroid を右クリックし, Core と書かれたスロットに先ほど作成した Core を設置します.
|
||||
@ -67,6 +68,7 @@ Maidroid を右クリックし, Core と書かれたスロットに先ほど作
|
||||
- bucket
|
||||
- default
|
||||
- dye
|
||||
- [pdisc?](https://github.com/HybridDog/pdisc)
|
||||
|
||||
## Lisense
|
||||
|
||||
|
@ -55,6 +55,7 @@ The correspondences of dyes and cores are as follows.
|
||||
|:--|:--|:--|
|
||||
|`dye:red`|`maidroid_core:basic`|Following the player.|
|
||||
|`dye:yello`|`maidroid_core:farming`|Farming.|
|
||||
|`dye:white`|`maidroid_core:ocr`|Reading a book written a program, and executing the program.|
|
||||
|
||||
When a new core is created, put it to the maidroid.
|
||||
Rightclick it, and put the core to the slot labeled `Core`.
|
||||
@ -65,6 +66,7 @@ The maidroid will start.
|
||||
- bucket
|
||||
- default
|
||||
- dye
|
||||
- [pdisc?](https://github.com/HybridDog/pdisc)
|
||||
|
||||
## Forum Topic
|
||||
|
||||
|
@ -8,7 +8,7 @@ do -- register core writer
|
||||
local dye_item_map = {
|
||||
["dye:red"] = "maidroid_core:basic",
|
||||
["dye:yellow"] = "maidroid_core:farming",
|
||||
["dye:white"] = "maidroid_core:ocr",
|
||||
["dye:white"] = "maidroid_core:ocr",
|
||||
}
|
||||
|
||||
local node_box = {
|
||||
|
Loading…
Reference in New Issue
Block a user