Weathered Copper Tile Stairs
create:weathered_copper_tile_stairs

Weathered Copper Tile Stairs

Create · by simibubi
block Pickaxe MineableNeeds Stone ToolStairs

Acquisition

Deploying using Oxidized Copper Tile Stairs and Any Axes. Produces Weathered Copper Tile Stairs.

Deploying
Weathered Copper Tile Stairs Weathered Copper Tile Stairs guaranteed

Crafting using Weathered Copper Tiles, Weathered Copper Tiles, Weathered Copper Tiles, Weathered Copper Tiles, Weathered Copper Tiles and Weathered Copper Tiles, arranged in the pattern shown. Produces 4× Weathered Copper Tile Stairs.

Crafting
Weathered Copper Tile Stairs Weathered Copper Tile Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Weathered Copper Tile Stairs1–1100%Survives Explosion

Used in (3)

Crafting using Weathered Copper Tile Stairs and Honeycomb, in any arrangement. Produces Waxed Weathered Copper Tile Stairs.

Crafting ⇆ any arrangement
Weathered Copper Tile Stairs
Honeycomb
Waxed Weathered Copper Tile Stairs Waxed Weathered Copper Tile Stairs guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:weathered_copper_tile_stairs
Namespace
create
Mod ID
create
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:blocks/stairs

Recipe JSON (4):

{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:waxed_weathered_copper_tile_stairs"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "create:weathered_copper_tiles"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:deploying",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:oxidized_copper_tile_stairs"
    },
    {
      "tag": "minecraft:axes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X  ",
    "XX ",
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:weathered_copper_tiles"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}