immersiveengineering:alloybrick

Kiln Brick

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

Acquisition

Item Application using Any Sandstone and Brick. Produces Kiln Brick.

Item Application conditional
Kiln Brick guaranteed

Crafting using Any Sandstone, Ash Brick, Ash Brick and Any Sandstone, arranged in the pattern shown. Produces 2× Kiln Brick.

Crafting
Kiln Brick ×2 guaranteed

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

Crafting
Kiln Brick Slab
Kiln Brick Slab
Kiln Brick guaranteed

Mining & drops

sourcecountchanceconditions
Kiln Brick1–1100%Survives Explosion

Used in (1)

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

Crafting
Kiln Brick Slab Kiln Brick Slab ×6 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:sandstone"
    },
    {
      "item": "minecraft:brick"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sb",
    "bs"
  ],
  "ingredients": {
    "b": {
      "tag": "forge:ingots/brick"
    },
    "s": {
      "tag": "forge:sandstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_alloybrick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}