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.
Bio-Generator
Mekanism: Generators · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Bio-Generator | 1–1 | 100% | — |
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
}