bigreactors:reprocessorcontroller

Reprocessor Controller

Extreme Reactors · by ZeroNoRyouki
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Reprocessor Casing, Redstone Comparator, Reprocessor Casing, Cyanite Ingot, Any Emerald Gem, Cyanite Ingot, Reprocessor Casing, Any Prismarine Dust and Reprocessor Casing, arranged in the pattern shown. Produces Reprocessor Controller.

Crafting
Reprocessor Controller guaranteed

Mining & drops

sourcecountchanceconditions
Reprocessor Controller1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
bigreactors:reprocessorcontroller
Namespace
bigreactors
Mod ID
bigreactors
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CXC",
    "YEY",
    "CPC"
  ],
  "ingredients": {
    "C": {
      "item": "bigreactors:reprocessorcasing"
    },
    "E": {
      "tag": "forge:gems/emerald"
    },
    "P": {
      "tag": "forge:dusts/prismarine"
    },
    "X": {
      "item": "minecraft:comparator"
    },
    "Y": {
      "tag": "forge:ingots/cyanite"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}