Serene Trumpet Leaf Carpet
quark:lavender_blossom_leaf_carpet

Serene Trumpet Leaf Carpet

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Hoe Mineable

Acquisition

Crafting using Serene Trumpet Leaves and Serene Trumpet Leaves, arranged in the pattern shown. Produces 3× Serene Trumpet Leaf Carpet.

Crafting conditional
Serene Trumpet Leaf Carpet Serene Trumpet Leaf Carpet ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Serene Trumpet Leaf Carpet1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:lavender_blossom_leaf_carpet
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/hoe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "quark:lavender_blossom_leaves"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "leaf_carpet",
            "type": "quark:flag"
          },
          {
            "flag": "blossom_trees",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}