Feeding Trough
quark:feeding_trough

Feeding Trough

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

Acquisition

Crafting using Any Planks, Wheat, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Feeding Trough.

Crafting conditional
Feeding Trough Feeding Trough guaranteed

Mining & drops

sourcecountchanceconditions
Feeding Trough1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#W#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "W": {
      "item": "minecraft:wheat"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "feeding_trough",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}