immersiveengineering:cokebrick

Coke Brick

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

Acquisition

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

Crafting
Coke Brick Slab
Coke Brick Slab
Coke Brick guaranteed

Crafting using Clay Ball, Ash Brick, Clay Ball, Ash Brick, Any Sandstone, Ash Brick, Clay Ball, Ash Brick and Clay Ball, arranged in the pattern shown. Produces 3× Coke Brick.

Crafting
Coke Brick ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Coke Brick1–1100%Survives Explosion

Used in (1)

Crafting using Coke Brick, Coke Brick and Coke Brick, arranged in the pattern shown. Produces 6× Coke Brick Slab.

Crafting
Coke Brick Slab Coke Brick Slab ×6 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_cokebrick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "csc",
    "sms",
    "csc"
  ],
  "ingredients": {
    "c": {
      "tag": "forge:clay"
    },
    "m": {
      "tag": "forge:sandstone"
    },
    "s": {
      "tag": "forge:ingots/brick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}