bigreactors:reinforced_turbinecontroller

Turbine Controller (Reinforced)

Extreme Reactors · by ZeroNoRyouki
block Reinforced Casing UserPickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Turbine Housing (Reinforced), Redstone Comparator, Turbine Housing (Reinforced), Cyanite Block, Any Diamond Storage Block, Cyanite Block, Turbine Housing (Reinforced), Any Redstone Dust and Turbine Housing (Reinforced), arranged in the pattern shown. Produces Turbine Controller (Reinforced).

Crafting
Turbine Controller (Reinforced) guaranteed

Mining & drops

sourcecountchanceconditions
Turbine Controller (Reinforced)1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
bigreactors:reinforced_turbinecontroller
Namespace
bigreactors
Mod ID
bigreactors
Tags (3)
bigreactors:items/turbine/casing_user/reinforced
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CXC",
    "YDY",
    "CRC"
  ],
  "ingredients": {
    "C": {
      "item": "bigreactors:reinforced_turbinecasing"
    },
    "D": {
      "tag": "forge:storage_blocks/diamond"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "X": {
      "item": "minecraft:comparator"
    },
    "Y": {
      "tag": "forge:storage_blocks/cyanite"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}