Brimstone Cluster
biomesoplenty:brimstone_cluster

Brimstone Cluster

Biomes O' Plenty · by Adubbz, Forstride
block

Acquisition

Crafting using Brimstone and Brimstone, arranged in the pattern shown. Produces 2× Brimstone Cluster.

Crafting
Brimstone Cluster Brimstone Cluster ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Brimstone Cluster1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Brimstone Cluster1–1100%Drops itself with Silk Touch
Developer reference
Registry name
biomesoplenty:brimstone_cluster
Namespace
biomesoplenty
Mod ID
biomesoplenty

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "biomesoplenty:brimstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "biomesoplenty:brimstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}