Crafting using Blaze Rod, Nether Bricks, Machine Frame, Nether Bricks, Constantan Gear, Rf Coil and Constantan Gear, arranged in the pattern shown. Produces Machine Pyrolyzer.
Machine Pyrolyzer
Thermal Expansion · by King Lemming
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Machine Pyrolyzer | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Machine Pyrolyzer | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
thermal:machine_pyrolyzer- Namespace
thermal- Mod ID
thermal_expansion- Tags (3)
minecraft:blocks/mineable/pickaxe thermal:blocks/machines thermal:items/machines
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" X ",
"YCY",
"IPI"
],
"ingredients": {
"C": {
"item": "thermal:machine_frame"
},
"I": {
"tag": "forge:gears/constantan"
},
"P": {
"item": "thermal:rf_coil"
},
"X": {
"item": "minecraft:blaze_rod"
},
"Y": {
"item": "minecraft:nether_bricks"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
