rftoolspower:coalgenerator

Coal Generator

block Pickaxe MineableNeeds Iron Tool

Coal Generator is a block from RFToolsPower, crafted from Coal, Redstone Torch, and Machine Frame.

Acquisition

Crafting using Coal, Redstone Torch, Coal, Coal, Machine Frame, Coal, Coal, Redstone Torch and Coal, arranged in the pattern shown. Produces Coal Generator.

Crafting
Coal Generator guaranteed

Mining & drops

sourcecountchanceconditions
Coal Generator1–1100%

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
}