-
Notifications
You must be signed in to change notification settings - Fork 26
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
Showing
349 changed files
with
3,540 additions
and
2,212 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
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 |
---|---|---|
@@ -1,14 +1,23 @@ | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
|
||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
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,4 @@ | ||
{ | ||
"MD013": false, | ||
"MD033": false | ||
} |
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,3 @@ | ||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 8 additions & 8 deletions
16
pages/Advanced-Output-Node.md → docs/Advanced-Output-Node.md
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
14 changes: 7 additions & 7 deletions
14
pages/Aluminum-Brass-Ingot.md → docs/Aluminum-Brass-Ingot.md
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
14 changes: 7 additions & 7 deletions
14
pages/Aluminum-Bronze-Ingot.md → docs/Aluminum-Bronze-Ingot.md
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
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 @@ | ||
import ImageGallery from '@site/src/components/ImageGallery'; | ||
|
||
# 古代基座 {#Ancient-Pedestal} | ||
|
||
古代基座是[魔法道具](/Magical-Gadgets)分类中的物品。它是搭建一个完整的[古代祭坛](/Ancient-Altar)的必须物品。 | ||
|
||
## 获取 {#obtaining} | ||
|
||
古代基座可以在[魔法工作台](/Magic-Workbench)中制作。 | ||
|
||
## 用途 {#Usage} | ||
|
||
将 8 个古代基座环绕放置在[古代祭坛](/Ancient-Altar)周围,可以搭建一个可用的古代祭坛。 | ||
|
||
手持物品右键点击基座即可将物品放置于基座上,并展示出来。然而,物品会在 5 分钟后消失(具体时间取决于服务器掉落物品的保留时间)。 | ||
|
||
<ImageGallery images={[ | ||
{ | ||
src: 'https://cdn.jsdelivr.net/gh/Slimefun/Wiki@master/images/block-ancient-pedestal.png', | ||
alt: '古代基座展示钻石剑', | ||
sizePercent: 50 | ||
} | ||
]}/> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# 机器人交互接口 :id=android-interfaces | ||
# 机器人交互接口 {#android-interfaces} | ||
|
||
目前有两种类型的机器人交互接口,物品与燃料。 | ||
每种接口都有不同的功能。 | ||
|
||
## 机器人交互接口(物品) :id=android-interfaces-cargo | ||
## 机器人交互接口(物品) {#android-interfaces-cargo} | ||
|
||
机器人的脚本需要进行存储物品时,该接口会从机器人收集物品。 | ||
该接口可以接上漏斗,或接入货运系统,以实现自动化。 | ||
|
||
## 机器人交互接口(燃料) :id=android-interfaces-fuel | ||
## 机器人交互接口(燃料) {#android-interfaces-fuel} | ||
|
||
机器人的脚本需要获取燃料时,该接口向机器人提供燃料。 | ||
该接口可以接上漏斗,或接入货运系统,以实现自动化。 |
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
8 changes: 4 additions & 4 deletions
8
pages/Animal-Growth-Accelerator.md → docs/Animal-Growth-Accelerator.md
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# 动物生长加速器 :id=animal-growth-accelerator | ||
# 动物生长加速器 {#animal-growth-accelerator} | ||
|
||
动物生长加速器是一种[电力机器](/Electric-Machines#machines)。它可以加速幼年动物的生长。 | ||
|
||
需要提供[有机食物](/Miscellaneous-Items)才能让其工作。有机食物可以在[食品加工机](/Food-Fabricator)中制作。 | ||
|
||
## 等级 :id=animal-growth-accelerator-tiers | ||
## 等级 {#animal-growth-accelerator-tiers} | ||
|
||
目前仅有1个等级的动物生长加速器,它拥有以下属性: | ||
目前仅有 1 个等级的动物生长加速器,它拥有以下属性: | ||
|
||
**电力消耗**:28 J/s | ||
**电力消耗**:28 J/t | ||
**可存储**:1024 J |
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 |
---|---|---|
@@ -1,19 +1,31 @@ | ||
# 盔甲锻造台 :id=armor-forge | ||
import ImageGallery from '@site/src/components/ImageGallery'; | ||
|
||
# 盔甲锻造台 {#armor-forge} | ||
|
||
盔甲锻造台(Armor Forge)是 Slimefun 的[基础机器](/Basic-Machines)之一。它是多方块结构。 | ||
|
||
## 建造 :id=obtaining | ||
## 建造 {#obtaining} | ||
|
||
盔甲锻造台是一个多方块结构,它由一个发射器与一个铁砧组成。 | ||
|
||
!> **注意:** 必须是完好的铁砧,破损的铁砧无法使用; | ||
:::warning 注意 | ||
|
||
必须是完好的铁砧,破损的铁砧无法使用。 | ||
|
||
::: | ||
|
||
一个完整的盔甲锻造台看起来像这样: | ||
一个完整的盔甲锻造台看起来像这样: | ||
|
||
![建造盔甲锻造台](https://cdn.jsdelivr.net/gh/Slimefun/Wiki@master/images/multiblock-armor-forge.png ':size=50%') | ||
<ImageGallery images={[ | ||
{ | ||
src: 'https://cdn.jsdelivr.net/gh/Slimefun/Wiki@master/images/multiblock-armor-forge.png', | ||
alt: '建造盔甲锻造台', | ||
sizePercent: 80 | ||
} | ||
]}/> | ||
|
||
你可以在发射器旁放置一个[物品输出箱](/Output-Chest)来收集产物。如果没有[物品输出箱](/Output-Chest),产物将保留在发射器中。 | ||
|
||
## 使用 :id=usage | ||
## 使用 {#usage} | ||
|
||
盔甲锻造台可用于合成[防具](/Armor)与[魔法防具](/Magical-Armor)。 |
Oops, something went wrong.