Crafting using Coal, Redstone Torch, Coal, Coal, Machine Frame, Coal, Coal, Redstone Torch and Coal, arranged in the pattern shown. Produces Coal Generator.
Coal Generator
Coal Generator is a block from RFToolsPower, crafted from Coal, Redstone Torch, and Machine Frame.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Coal Generator | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
rftoolspower:coalgenerator- Namespace
rftoolspower- Mod ID
rftoolspower- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"cTc",
"cFc",
"cTc"
],
"ingredients": {
"F": {
"item": "rftoolsbase:machine_frame"
},
"T": {
"item": "minecraft:redstone_torch"
},
"c": {
"tag": "minecraft:coals"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
