Bio-Generator
mekanismgenerators:bio_generator

Bio-Generator

Mekanism: Generators · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
block Pickaxe Mineable

Acquisition

Crafting using Any Redstone Dust, Any Infused Alloy, Any Redstone Dust, Any Bio Fuel, Basic Control Circuit, Any Bio Fuel, Any Iron Ingot, Any Infused Alloy and Any Iron Ingot, arranged in the pattern shown. Produces Bio-Generator.

Crafting
Any Redstone Dust
Any Infused Alloy
Any Redstone Dust
Any Bio Fuel
Basic Control Circuit
Any Bio Fuel
Any Iron Ingot
Any Infused Alloy
Any Iron Ingot
Bio-Generator Bio-Generator guaranteed

Mining & drops

sourcecountchanceconditions
Bio-Generator1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
mekanismgenerators:bio_generator
Namespace
mekanismgenerators
Mod ID
mekanismgenerators
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RAR",
    "BCB",
    "IAI"
  ],
  "ingredients": {
    "A": {
      "tag": "mekanism:alloys/infused"
    },
    "B": {
      "tag": "forge:fuels/bio"
    },
    "C": {
      "tag": "forge:circuits/basic"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}