block· Machines & Other Blocks

Asphalt Block

Create: Diesel Generators · by George VI
block Pickaxe Mineable

Asphalt Block is a block from Create: Diesel Generators, crafted from Sand, Crude Oil Bucket, and Gravel.

Acquisition

Crafting using Sand, Sand, Sand, Sand, Crude Oil Bucket, Gravel, Gravel, Gravel and Gravel, arranged in the pattern shown. Produces 8× Asphalt Block.

Crafting
Asphalt Block ×8 guaranteed

Mixing using Gravel, Sand and Crude Oil (100 mB). Produces 4× Asphalt Block.

Mixing
Gravel Sand Crude Oil (100 mB)
Asphalt Block ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Asphalt Block1–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.

Used in

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

Crafting
Asphalt Stairs Asphalt Stairs ×4 guaranteed

Crafting using Asphalt Block, Asphalt Block and Asphalt Block, arranged in the pattern shown. Produces 6× Asphalt Slab.

Crafting
Asphalt Slab Asphalt Slab ×6 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SCG",
    "GGG"
  ],
  "ingredients": {
    "C": {
      "item": "createdieselgenerators:crude_oil_bucket"
    },
    "G": {
      "item": "minecraft:gravel"
    },
    "S": {
      "item": "minecraft:sand"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:gravel"
    },
    {
      "item": "minecraft:sand"
    },
    {
      "amount": 100,
      "fluidTag": "forge:crude_oil"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}