block· Machines & Other Blocks

Silt

Twigs · by Ninni
block Shovel Mineable

Silt is a block from Twigs, crafted from Silt Ball.

Acquisition

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

Crafting
Silt Ball
Silt Ball
Silt Ball
Silt Ball
Silt guaranteed

Crafting using Sand, Clay, Clay and Sand, arranged in the pattern shown. Produces 4× Silt.

Crafting
  • Inputs
  • 2 × Sand
  • 2 × Clay
  • Output
  • Silt ×4
Silt ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Silt1–1100%Drops itself with Silk Touch

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 Silt and Wheat, in any arrangement. Produces Packed Silt.

Crafting ⇆ any arrangement
Packed Silt guaranteed

Block drops

dropscountdrop rateconditions
Silt Ball1–1100%
Silt1–1100%Drops itself with Silk Touch

Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.

Developer reference
Registry name
twigs:silt
Namespace
twigs
Mod ID
twigs
Tags (1)
minecraft:blocks/mineable/shovel

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "twigs:silt_ball"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DG",
    "GD"
  ],
  "ingredients": {
    "D": {
      "item": "minecraft:sand"
    },
    "G": {
      "item": "minecraft:clay"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}