ad_astra:coal_generator

Coal Generator

Ad Astra · by Alex Nijjar
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Block of Coal, Furnace, Block of Coal, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Coal Generator.

Crafting
Coal Generator guaranteed

Mining & drops

sourcecountchanceconditions
Coal Generator1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
ad_astra:coal_generator
Namespace
ad_astra
Mod ID
ad_astra
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "CFC",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:iron_ingot"
    },
    "C": {
      "item": "minecraft:coal_block"
    },
    "F": {
      "item": "minecraft:furnace"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}