fix: 并行处理器GuideME

This commit is contained in:
C-H716 2025-11-17 14:52:46 +08:00
parent 1bc5ab52ca
commit e5ac869e1b
2 changed files with 10 additions and 10 deletions

View File

@ -28,16 +28,16 @@ item_ids:
## 合成配方
### 4x并行处理单元
<Recipe id="extendedae_plus:4x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/4x_crafting_accelerator" />
### 16x并行处理单元
<Recipe id="extendedae_plus:16x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/16x_crafting_accelerator" />
### 64x并行处理单元
<Recipe id="extendedae_plus:64x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/64x_crafting_accelerator" />
### 256x并行处理单元
<Recipe id="extendedae_plus:256x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/256x_crafting_accelerator" />
### 1024x并行处理单元
<Recipe id="extendedae_plus:1024x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/1024x_crafting_accelerator" />

View File

@ -29,16 +29,16 @@ This mod introduces five higher-tier **Parallel Processing Units**, which are co
## Crafting Recipes
### 4x Parallel Processing Unit
<Recipe id="extendedae_plus:4x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/4x_crafting_accelerator" />
### 16x Parallel Processing Unit
<Recipe id="extendedae_plus:16x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/16x_crafting_accelerator" />
### 64x Parallel Processing Unit
<Recipe id="extendedae_plus:64x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/64x_crafting_accelerator" />
### 256x Parallel Processing Unit
<Recipe id="extendedae_plus:256x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/256x_crafting_accelerator" />
### 1024x Parallel Processing Unit
<Recipe id="extendedae_plus:1024x_crafting_accelerator" />
<Recipe id="extendedae_plus:network/crafting/1024x_crafting_accelerator" />