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

材料生成器

上一页发电机下一页配方机器

最后更新于1年前

EXAMPLE_MATERIAL_GENERATOR:
  item_group: example_sub_group
  item:
    name: "&c示例材料生成器"
    material: IRON_BLOCK
  capacity: 10000
  output: [12]
  outputItem:
    material_type: full_slimefun
    material: EXAMPLE_ITEM
  tickRate: 5
  status: 4
  per: 10

item_group,item,recipe_type,recipe,material_type,material

详见

capacity

能源容量。

tickRate

生成间隔时间。

status

设置显示信息的槽位。

per

生成一次所耗能量。

outputItem

生成的物品。写法请按照

物品
通用物品格式