bigreactors:graphite_block

Graphite Block

Extreme Reactors · by ZeroNoRyouki
block Graphite Storage BlockGraphite Storage BlockPickaxe MineableNeeds Iron Tool

Acquisition

Blasting using Block of Coal (1800 ticks, 0.9 xp). Produces Graphite Block.

Blasting

1800 ticks· 0.9 xp

Graphite Block guaranteed

Crafting using Graphite Bar, Graphite Bar, Graphite Bar, Graphite Bar, Graphite Bar, Graphite Bar, Graphite Bar, Graphite Bar and Graphite Bar, in any arrangement. Produces Graphite Block.

Crafting ⇆ any arrangement
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Bar
Graphite Block guaranteed

Smelting using Block of Coal (1800 ticks, 0.9 xp). Produces Graphite Block.

Smelting

1800 ticks· 0.9 xp

Graphite Block guaranteed

Mining & drops

sourcecountchanceconditions
Graphite Block1–1100%Survives Explosion

Used in (1)

Crafting using Graphite Block, in any arrangement. Produces 9× Graphite Bar.

Crafting ⇆ any arrangement
Graphite Bar Graphite Bar ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
bigreactors:graphite_block
Namespace
bigreactors
Mod ID
bigreactors
Tags (4)
forge:blocks/storage_blocks/graphite
forge:items/storage_blocks/graphite
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (3):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:coal_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bigreactors:graphite",
  "experience": 0.9,
  "cooking_time": 1800
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    },
    {
      "item": "bigreactors:graphite_ingot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "bigreactors:reactants",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:coal_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bigreactors:graphite",
  "experience": 0.9,
  "cooking_time": 1800
}