KubeJS Industrial Foregoing
模组属性评比

距离显示结果还剩5票~

路过的这位少侠,你觉得这款Mod怎么样,可否愿意来评一评它呢?登录并评比
更新日志
  • 暂无日志..

历史编辑记录更多
    管理组

      暂无管理组..

    编辑组

      暂无编辑组..

    开发组申请

      暂无开发组..

    最近参与编辑
    活跃
    开源

    KubeJS Industrial Foregoing

    0.0

    无人问津

    昨日指数: 2
    昨日平均指数: 58.519

    1229

    总浏览

    --

    资料填充率


    如何下载?
    • 概述

      这个 Mod 允许你使用 KubeJS 来创建工业先锋内置设备相关的配方;

      更多信息详见 Wiki

      示例

      ServerEvents.recipes(event => {
          event.recipes.industrialforegoing.dissolution_chamber(
              ["minecraft:tnt"], // input items
              "minecraft:water", // input fluid
              "minecraft:sand", // output item
              100 // time
          )
      //     .outputFluid("minecraft:water"); // output fluid

          event.recipes.industrialforegoing.fluid_extractor(
              "minecraft:tnt", // input block
              "minecraft:sand", // output block
              0.5, // break chance
              "minecraft:lava" // output fluid
          )

          event.recipes.industrialforegoing.stonework_generate(
              "minecraft:tnt",
              100, // water needed
              100, // lava needed
              50, // water consumed
              50 // lava consumed
          )
          event.recipes.industrialforegoing.crusher( // the pickaxe action in the stonework factory
              "minecraft:tnt", // input item
              "minecraft:sand" // output item
          )

          event.recipes.industrialforegoing.laser_drill_ore(
              "minecraft:tnt", // output
              "minecraft:sand",  // catalyst
              [ //rarity, see wiki for more details
                  {
                      "blacklist": {
                          "type": "minecraft:worldgen/biome",
                          "values": [
                              "minecraft:the_end",
                              "minecraft:the_void",
                              "minecraft:small_end_islands",
                              "minecraft:end_barrens",
                              "minecraft:end_highlands",
                              "minecraft:end_midlands"
                          ]
                      },
                      "depth_max": 16,
                      "depth_min": 5,
                      "weight": 4,
                      "whitelist": {}
                  },
                  {
                      "blacklist": {
                          "type": "minecraft:worldgen/biome",
                          "values": [
                              "minecraft:the_end",
                              "minecraft:the_void",
                              "minecraft:small_end_islands",
                              "minecraft:end_barrens",
                              "minecraft:end_highlands",
                              "minecraft:end_midlands"
                          ]
                      },
                      "depth_max": 255,
                      "depth_min": 0,
                      "weight": 1,
                      "whitelist": {}
                  }
              ]
          )

          event.recipes.industrialforegoing.laser_drill_fluid(
              "minecraft:water", // output
              "minecraft:sand", // catalyst
              [ // rarity, see wiki for more details
                  {
                      "blacklist": {
                          "type": "minecraft:worldgen/biome",
                          "values": [
                              "minecraft:the_end",
                              "minecraft:the_void",
                              "minecraft:small_end_islands",
                              "minecraft:end_barrens",
                              "minecraft:end_highlands",
                              "minecraft:end_midlands"
                          ]
                      },
                      "depth_max": 16,
                      "depth_min": 5,
                      "weight": 4,
                      "whitelist": {}
                  },
                  {
                      "blacklist": {
                          "type": "minecraft:worldgen/biome",
                          "values": [
                              "minecraft:the_end",
                              "minecraft:the_void",
                              "minecraft:small_end_islands",
                              "minecraft:end_barrens",
                              "minecraft:end_highlands",
                              "minecraft:end_midlands"
                          ]
                      },
                      "depth_max": 255,
                      "depth_min": 0,
                      "weight": 1,
                      "whitelist": {}
                  }
              ], 
              "minecraft:zombie" // entity required below
          )
      })

    短评加载中..