immersiveengineering:concrete_leaded

Leaded Concrete

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Pickaxe Mineable

Acquisition

Crafting using Leaded Concrete Slab and Leaded Concrete Slab, arranged in the pattern shown. Produces Leaded Concrete.

Crafting
Leaded Concrete Slab
Leaded Concrete Slab
Leaded Concrete guaranteed

Crafting using Concrete and Any Lead Plate, in any arrangement. Produces Leaded Concrete.

Crafting ⇆ any arrangement
Leaded Concrete guaranteed

Item Application using Concrete and Any Lead Plate. Produces Leaded Concrete.

Item Application conditional
Leaded Concrete guaranteed

Mining & drops

sourcecountchanceconditions
Leaded Concrete1–1100%Survives Explosion

Used in (4)

Crafting using Leaded Concrete, Leaded Concrete and Leaded Concrete, arranged in the pattern shown. Produces 6× Leaded Concrete Slab.

Crafting
Leaded Concrete Slab Leaded Concrete Slab ×6 guaranteed

Crafting using Leaded Concrete, Leaded Concrete, Leaded Concrete, Leaded Concrete, Leaded Concrete and Leaded Concrete, arranged in the pattern shown. Produces 4× Leaded Concrete Stairs.

Crafting
Leaded Concrete Stairs Leaded Concrete Stairs ×4 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:concrete_leaded
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_concrete_leaded"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "immersiveengineering:concrete"
    },
    {
      "tag": "forge:plates/lead"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "immersiveengineering:concrete"
    },
    {
      "tag": "forge:plates/lead"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}