block· Machines & Other Blocks

Fertilized Soil

[Let's Do] Farm & Charm · by satisfy, jason13
block DirtShovel Mineable

Fertilized Soil is a block from [Let's Do] Farm & Charm, crafted from Podzol.

Acquisition

Drying using Podzol. Produces Fertilized Soil.

Drying
Fertilized Soil guaranteed

Crafting using Fertilizer, Fertilizer, Fertilizer, Fertilizer, Fertilizer, Fertilizer, Fertilizer, Fertilizer and Fertilizer, arranged in the pattern shown. Produces Fertilized Soil.

Crafting
Fertilizer
Fertilizer
Fertilizer
Fertilizer
Fertilizer
Fertilizer
Fertilizer
Fertilizer
Fertilizer
  • Inputs
  • 9 × Fertilizer
  • Output
  • Fertilized Soil
Fertilized Soil guaranteed

Mining & drops

sourcecountdrop rateconditions
Fertilized Farmland1–1100%Survives Explosion
Fertilized Soil1–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.

Block drops

Drops itself when broken.

Developer reference
Registry name
farm_and_charm:fertilized_soil
Namespace
farm_and_charm
Mod ID
farm_and_charm
Tags (2)
minecraft:blocks/dirt
minecraft:blocks/mineable/shovel

Recipe JSON (2):

{
  "recipe_type": "farm_and_charm:drying",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:podzol"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "farm_and_charm:fertilizer"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}