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

发电机

必不可少的能源来源。

EXAMPLE_GENERATOR:
  item_group: example_normal_group
  item:
    name: "&c示例发电机"
    material: GOLD_BLOCK
  capacity: 0 #容量设置0变成不可充电的机器
  production: 100
  input: [10,11]
  output: [15,16]
  recipe_type: ENHANCED_CRAFTING_TABLE
  recipe:
    1:
      material_type: full_slimefun
      material: EXAMPLE_ITEM
    3:
      material_type: full_slimefun
      material: EXAMPLE_ITEM
    5:
      material_type: full_slimefun
      material: EXAMPLE_MACHINE
    7:
      material_type: full_slimefun
      material: EXAMPLE_ITEM
    9:
      material_type: full_slimefun
      material: EXAMPLE_ITEM
  fuels:
    example_fuel:
      item:
        material: OAK_WOOD
      seconds: 10

item_group,item,recipe_type,recipe,material_type,material

production

发电机每粘液刻的发电量。

fuels

燃料。

seconds

燃料可持续时间,单位:秒。

上一页机器下一页材料生成器

最后更新于1年前

详见

物品