byg:mud_block

Mud Block

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block Enderman Holdable

Mud Block is a block from Oh The Biomes You'll Go, crafted from Dirt and Water Bucket.

Acquisition

Crafting using Dirt, Dirt, Dirt, Dirt, Water Bucket, Dirt, Dirt, Dirt and Dirt, arranged in the pattern shown. Produces 8× Mud Block.

Crafting
Mud Block ×8 guaranteed

Crafting using Mud Ball, Mud Ball, Mud Ball and Mud Ball, arranged in the pattern shown. Produces Mud Block.

Crafting
Mud Ball
Mud Ball
Mud Ball
Mud Ball
Mud Block guaranteed

Crafting using Dirt and Water Bucket, in any arrangement. Produces Mud Block.

Crafting ⇆ any arrangement
Mud Block guaranteed

Mining & drops

sourcecountchanceconditions
Mud Block1–1100%Drops itself with Silk Touch

Used in (4)

Crafting using Mud Block, Coal, Coal and Mud Block, arranged in the pattern shown. Produces 4× Scoria Stone.

Crafting
Scoria Stone ×4 guaranteed

Crafting using Mud Block, in any arrangement. Produces 4× Mud Ball.

Crafting ⇆ any arrangement
Mud Ball Mud Ball ×4 guaranteed

Crafting using Mud Block, Mud Block, Mud Block and Mud Block, arranged in the pattern shown. Produces 4× Mud Bricks.

Crafting
Mud Bricks ×4 guaranteed

Crafting using Mud Block, Charcoal, Charcoal and Mud Block, arranged in the pattern shown. Produces 4× Scoria Stone.

Crafting
Scoria Stone ×4 guaranteed

Block drops

dropscountchanceconditions
Mud Ball1–1100%Fortune increases drop count
Mud Block1–1100%Drops itself with Silk Touch
Developer reference
Registry name
byg:mud_block
Namespace
byg
Mod ID
byg
Tags (1)
minecraft:blocks/enderman_holdable

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "DWD",
    "DDD"
  ],
  "ingredients": {
    "D": {
      "item": "minecraft:dirt"
    },
    "W": {
      "item": "minecraft:water_bucket"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "byg:mud_ball"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:dirt"
    },
    {
      "item": "minecraft:water_bucket"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}