📂
RykenSlimeCustomizer-wiki
  • 主页
  • 使用前声明
  • 下载与安装
  • 插件本体
    • 指令与权限
  • 附属
    • 附属结构
    • 附属文件
    • 编写附属信息
  • 物品格式
    • 通用物品格式
    • 配方
  • 配置文件
    • 物品组(分类)
    • 物品
    • GEO资源
    • 机器菜单
    • 机器
    • 发电机
    • 材料生成器
    • 配方机器
    • 多方块机器
    • 研究
由 GitBook 提供支持
在本页
  • item_group,item,recipe_type,recipe,material_type,material
  • capacity
  • input/output (1次缩进)
  • energyPerCraft
  • speed
  • seconds
  • recipes
  1. 配置文件

配方机器

有自定义输入输出的机器。

目前仍然不稳定,请不要尝试!

EXAMPLE_RECIPE_MACHINE:
  item_group: example_normal_group
  item:
    name: "&e示例配方机器"
    material: "GREEN_STAINED_GLASS"
  recipe_type: ENHANCED_CRAFTING_TABLE
  recipe:
    1:
      material_type: full_slimefun
      material: EXAMPLE_ITEM
    2:
      material_type: full_slimefun
      material: EXAMPLE_ITEM_2
  capacity: 1000
  input: [10,11]
  output: [15,16]
  energyPerCraft: 100
  speed: 2
  recipes:
    example:
      seconds: 10
      input:
        1:
          material_type: full_slimefun
          material: EXAMPLE_ITEM
        #添加更多输入物品。。。(但不要超过9个)
      output:
        1:
          material_type: full_slimefun
          material: EXAMPLE_ITEM_2
        2:
          material_type: full_slimefun
          material: EXAMPLE_GEO_RESOURCE

item_group,item,recipe_type,recipe,material_type,material

capacity

设置机器能储存多少能量。

input/output (1次缩进)

energyPerCraft

机器运行时每次合成成功消耗的电量。

speed

处理速度。

seconds

合成所需秒数。

recipes

设置机器的配方。

上一页材料生成器下一页多方块机器

最后更新于1年前

详见

设置机器在机器菜单里的位置,详见。

物品
机器菜单