Crafting using Rf Coil, Any Iron Ingot, Tin Gear, Any Iron Ingot, Any Constantan Ingot, Any Redstone Dust and Any Constantan Ingot, arranged in the pattern shown. Produces Dynamo Numismatic.
Dynamo Numismatic
Thermal Expansion · by King Lemming
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Dynamo Numismatic | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Dynamo Numismatic | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
thermal:dynamo_numismatic- Namespace
thermal- Mod ID
thermal_expansion- Tags (3)
minecraft:blocks/mineable/pickaxe thermal:blocks/dynamos thermal:items/dynamos
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"IGI",
"YXY"
],
"ingredients": {
"C": {
"item": "thermal:rf_coil"
},
"G": {
"tag": "forge:gears/tin"
},
"I": {
"tag": "forge:ingots/iron"
},
"X": {
"tag": "forge:dusts/redstone"
},
"Y": {
"tag": "forge:ingots/constantan"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}