Mek Data using Osmium Ingot, Osmium Ingot, Any Infused Alloy, Osmium Ingot, Energy Tablet, Basic Control Circuit and Energy Tablet, arranged in the pattern shown. Produces Wind Generator.
Wind Generator
Mekanism: Generators · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Wind Generator | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
mekanismgenerators:wind_generator- Namespace
mekanismgenerators- Mod ID
mekanismgenerators- Tags (2)
forge:blocks/relocation_not_supported minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "mekanism:mek_data",
"pattern": [
" O ",
"OAO",
"ECE"
],
"ingredients": {
"A": {
"tag": "mekanism:alloys/infused"
},
"C": {
"tag": "forge:circuits/basic"
},
"E": {
"item": "mekanism:energy_tablet"
},
"O": {
"tag": "forge:ingots/osmium"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}