Carbon Fiber
techreborn:carbon_fiber

Carbon Fiber

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block Replaceable

Acquisition

Crafting using Coal Dust, Coal Dust, Coal Dust and Coal Dust, arranged in the pattern shown. Produces Carbon Fiber.

Crafting
Coal Dust
Coal Dust
Coal Dust
Coal Dust
Carbon Fiber Carbon Fiber guaranteed

Crafting using Carbon, Carbon, Carbon, Carbon, Carbon, Carbon, Carbon and Carbon, arranged in the pattern shown. Produces Carbon Fiber.

Crafting
Carbon
Carbon
Carbon
Carbon
Carbon
Carbon
Carbon
Carbon
Carbon Fiber Carbon Fiber guaranteed

Used in (2)

Crafting using Glass Pane, Glass Pane, Glass Pane, Copper Cable, Carbon Fiber, Copper Cable, Glass Pane, Glass Pane and Glass Pane, arranged in the pattern shown. Produces Incandescent Lamp.

Crafting
Glass Pane
Glass Pane
Glass Pane
Copper Cable
Carbon Fiber
Copper Cable
Glass Pane
Glass Pane
Glass Pane
Incandescent Lamp Incandescent Lamp guaranteed

Crafting using Carbon Fiber and Carbon Fiber, in any arrangement. Produces Carbon Mesh.

Crafting ⇆ any arrangement
Carbon Fiber
Carbon Fiber
Carbon Mesh Carbon Mesh guaranteed

Block drops

Drops itself

Developer reference
Registry name
techreborn:carbon_fiber
Namespace
techreborn
Mod ID
techreborn
Tags (1)
minecraft:blocks/replaceable

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " C ",
    "C C",
    " C "
  ],
  "ingredients": {
    "C": {
      "tag": "c:coal_dusts"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "carbon_fiber",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "C C",
    "CCC"
  ],
  "ingredients": {
    "C": {
      "item": "techreborn:carbon_bucket"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "carbon_fiber",
  "experience": null,
  "cooking_time": null
}