Reinforced Orange Carpet
16×16 · BAKED

block· Machines & Other Blocks

Reinforced Orange Carpet

SecurityCraft · by Geforce, bl4ckscor3, Redstone_Dubstep, and ChainmailPickaxe
block Dragon ImmuneWither ImmuneWool Carpets ReinforcedWool Carpets Reinforced

Reinforced Orange Carpet is a block from SecurityCraft, crafted from Reinforced Orange Wool.

Acquisition

Crafting using Reinforced Orange Wool and Reinforced Orange Wool, arranged in the pattern shown. Produces 3× Reinforced Orange Carpet.

Crafting
Reinforced Orange Carpet Reinforced Orange Carpet ×3 guaranteed

Crafting using Any Orange Dye and Reinforced Light Blue Carpet, in any arrangement. Produces Reinforced Orange Carpet.

Crafting ⇆ any arrangement
Any Orange Dye
Reinforced Light Blue Carpet
Reinforced Orange Carpet Reinforced Orange Carpet guaranteed

Mining & drops

sourcecountdrop rateconditions
Reinforced Orange Carpet1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
securitycraft:reinforced_orange_carpet
Namespace
securitycraft
Mod ID
securitycraft
Tags (4)
minecraft:blocks/dragon_immune
minecraft:blocks/wither_immune
securitycraft:blocks/reinforced/wool_carpets
securitycraft:items/reinforced/wool_carpets

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "MM"
  ],
  "ingredients": {
    "M": {
      "item": "securitycraft:reinforced_orange_wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "securitycraft:reinforced_carpets",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/orange"
    },
    {
      "tag": "securitycraft:reinforced/wool_carpets"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "securitycraft:reinforced_carpets",
  "experience": null,
  "cooking_time": null
}