Copper Wall
techreborn:copper_wall

Copper Wall

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

Acquisition

Crafting using Block of Copper, Block of Copper, Block of Copper, Block of Copper, Block of Copper and Block of Copper, arranged in the pattern shown. Produces 6× Copper Wall.

Crafting
Copper Wall Copper Wall ×6 guaranteed

Block drops

Drops itself

Developer reference
Registry name
techreborn:copper_wall
Namespace
techreborn
Mod ID
techreborn
Tags (2)
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:copper_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:copper_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}