Crafting using Any Wheat, Any Wheat, Apple, Carrot, Apple and Any Wheat, arranged in the pattern shown. Produces Horse Fodder.
item· Other
Horse Fodder
[Let's Do] Farm & Charm · by satisfy, jason13
Horse Fodder is an item from [Let's Do] Farm & Charm, crafted from Any Wheat, Apple, and Carrot.
Acquisition
Related items
Developer reference
- Registry name
farm_and_charm:horse_fodder- Namespace
farm_and_charm- Mod ID
farm_and_charm- Tags (1)
create:items/upright_on_belt
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"WWA",
"CAW"
],
"ingredients": {
"A": {
"item": "minecraft:apple"
},
"C": {
"item": "minecraft:carrot"
},
"W": {
"tag": "farm_and_charm:wheat"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}