Horse Feed
farmersdelight:horse_feed

Horse Feed

Farmer's Delight · by vectorwing
item

Acquisition

Crafting using Any of Hay Bale / Rice Bale, Apple, Apple and Golden Carrot, in any arrangement. Produces Horse Feed.

Crafting ⇆ any arrangement
Horse Feed Horse Feed guaranteed
Developer reference
Registry name
farmersdelight:horse_feed
Namespace
farmersdelight
Mod ID
farmersdelight

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "anyOf": [
        {
          "item": "minecraft:hay_block"
        },
        {
          "item": "farmersdelight:rice_bale"
        }
      ]
    },
    {
      "item": "minecraft:apple"
    },
    {
      "item": "minecraft:apple"
    },
    {
      "item": "minecraft:golden_carrot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}