Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,10 @@ object NewMachineRecipe1 {
.save(provider)
ASSEMBLY_LINE_RECIPES.recipeBuilder(id("skeleton_shift_rift_engine"))
.inputItems(DECAY_HASTENER, 64)
.inputItems(COMPRESSED_FUSION_REACTOR[10], 32)
.inputItems(SUPER_PARTICLE_COLLIDER, 32)
.inputItems("gtceu:uv_world_accelerator".getItemStack(64))
.inputItems(wireFine, Legendarium, 48)
.inputItems(wireFine, Legendarium, 48)
.inputItems(wireFine, Legendarium, 56)
.inputItems("kubejs:graviton_transducer".getItemStack(4))
.inputItems("kubejs:nuclear_clock".getItemStack(8))
.inputItems(EXTREMELY_ULTIMATE_BATTERY, 4)
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/gtceu/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"gtceu.integrated_ore_processor.advanced": "此配方只能在进阶集成矿石处理厂运行",
"gtceu.biological_simulation.infinity.0": "此配方只能在机器放入不再是菜鸟的证明时运行",
"gtceu.biological_simulation.infinity.1": "需要在机器放入不再是菜鸟的证明",
"gtceu.multi_recipe.types.0": "复合配方类型: ",
"gtceu.multi_recipe.types.2": "复合配方类型: %s, %s",
"gtceu.multi_recipe.types.3": "复合配方类型: %s, %s, %s",
"gtceu.multi_recipe.types.4": "复合配方类型: %s, %s, %s, %s",
"gtceu.multi_recipe.types.5": "复合配方类型: %s, %s, %s, %s, %s",
"gtceu.multi_recipe.types.0": "复合配方类型",
"gtceu.multi_recipe.types.2": "复合配方类型%s, %s",
"gtceu.multi_recipe.types.3": "复合配方类型%s, %s, %s",
"gtceu.multi_recipe.types.4": "复合配方类型%s, %s, %s, %s",
"gtceu.multi_recipe.types.5": "复合配方类型%s, %s, %s, %s, %s",
"gtceu.machine.multiple.recipe_type.tooltip": "可以同时处理复合配方类型的全部配方",
"gtceu.multiblock.antientropy_condensation_center.dust_cryotheum": "需要凛冰粉: %d个",
"gtceu.multiblock.steam_oc_hv": "将蒸汽多方块配方限制提升到HV",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ navigation:

# GTLAdditions机器配置

大部分GTLAdditions机器的线程数默认为128(如果有;作为参照,原版跨配方并行机器为64线程)

## **均分模式**

> 均分模式下, 机器会尽可能的处理全部能处理的配方, 配方并行数尽可能平均分配 \
Expand All @@ -22,6 +24,6 @@ navigation:

#### **配方最短耗时配置**

> 可以在部分GTLAdd的机器gui左下角处打开按钮来调节 \
> 可以在部分GTLAdditions的机器gui左下角处打开按钮来调节 \
> 初始默认值为1s. 最低为5t, 最高为10s \
> 可以在模组配置文件中修改默认值
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ navigation:

# GTLAdditions Machine Config

The default number of threads for most GTLAdditions machines is 128 (where applicable; for reference, the original cross-recipe parallel machine uses 64 threads).

## **Equally Divided Mode**

> In Equally Divided Mode, the machine will process all possible recipes, with parallel recipes distributed as evenly as possible \
Expand All @@ -22,6 +24,6 @@ navigation:

#### **Limit Duration Configuration for Recipe**

> The button can be opened in the lower left corner of the GUI of some GTLAdd machines to adjust the initial default value. \
> The button can be opened in the lower left corner of the GUI of some GTLAdditions machines to adjust the initial default value. \
> The initial default value is 1 second. It ranges from 5 tick (minimum) to 10 seconds (maximum). \
> The default value can also be modified in the mod configuration file.