-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff3ba70
commit c41d8dd
Showing
7 changed files
with
57 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 热量系统 | ||
|
||
_加热加热加热加热加热加热加热加热加热加热加热加热加热加热加热_ | ||
|
||
热量系统是除了菜板以外所有食物工艺机器能正常运转的关键部分. 机器需要达到一定温度才能工作. | ||
|
||
所有的温度标准都能在配置文件中查看并更改. | ||
|
||
一般来说, 你需要在机器的热量槽旁边放入燃料, 机器便可开始加热并正常工作. | ||
|
||
平底锅与锅需要放置在灶炉上方, 通过灶炉进行加热. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 播种与收获 | ||
|
||
食材的种植方法分为三种: 耕作, 树叶收获与芦苇式作物. | ||
|
||
## 耕作 | ||
|
||
所有的耕作作物有: 玉米, 黄瓜, 茄子, 朝天椒, 青椒, 花生, 大米, 糯米, 红薯, 番茄, 白萝卜, 白菜, 草莓. | ||
|
||
耕作作物可以直接在耕地上右键耕种, 以小麦的方式收获, 或者右键收获. | ||
|
||
所有耕作作物均可以通过清理草地的方式获得. | ||
|
||
## 树叶收获 | ||
|
||
除草莓外的所有水果有: 柚子, 樱桃, 椰子, 橡胶, 桃, 柿子, 石榴, 山楂, 枇杷, 柠檬, 木瓜, 龙眼, 芒果, 荔枝, 梨, 橘子, 红枣. | ||
|
||
所有水果均可以在世界中探索水果树来获得, 水果树是一种叶子均为水果的从林木(该设定可能更改). | ||
|
||
## 芦苇式作物 | ||
|
||
芦苇式作物有: 葱. | ||
|
||
最典型的芦苇式作物: 甘蔗. 不需要做过多解释. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.../assets/foodcraftreloaded/patchouli_books/boiling_book/en_us/entries/pressure_cooker.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Pressure Cooker", | ||
"icon": "foodcraftreloaded:pressure_cooker", | ||
"category": "machines", | ||
"pages": [ | ||
{ | ||
"type": "text", | ||
"text": "Pressure Cooker can be used to make meals." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "foodcraftreloaded:pressure_cooker" | ||
} | ||
] | ||
} |