immersiveengineering:concrete

Concrete

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

Acquisition

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

Crafting
Concrete Slab
Concrete Slab
Concrete guaranteed

Turn And Copy using Any Sand, Clay Ball, Any Sand, Slag Gravel, Any Water, Slag Gravel, Any Sand, Clay Ball and Any Sand, arranged in the pattern shown. Produces 8× Concrete.

Turn And Copy
Concrete ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Concrete1–1100%Survives Explosion

Used in (13)

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

Crafting
Concrete Stairs Concrete Stairs ×4 guaranteed

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

Crafting
Concrete Tile ×4 guaranteed
view all 13 →

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:concrete
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (2)
forge:fluids/concrete
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_concrete"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "immersiveengineering:turn_and_copy",
  "pattern": [
    "scs",
    "gbg",
    "scs"
  ],
  "ingredients": {
    "b": {
      "tag": "minecraft:water"
    },
    "c": {
      "tag": "forge:clay"
    },
    "g": {
      "tag": "forge:gravel"
    },
    "s": {
      "tag": "forge:sand"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "ie_concrete",
  "experience": null,
  "cooking_time": null
}