Crafting Bowl using Any Cooked Beef, Any Raw Fishes, Any Raw Chicken and Any Raw Pork. Produces 6× Cat Food.
item· Other
Cat Food
[Let's Do] Farm & Charm · by satisfy, jason13
Cat Food is an item from [Let's Do] Farm & Charm, crafted from Any Cooked Beef, Any Raw Fishes, Any Raw Chicken, and Any Raw Pork.
Acquisition
Crafting Shapeless using Cat Food Bag. Produces 9× Cat Food.
Used in
Related items
Developer reference
- Registry name
farm_and_charm:cat_food- Namespace
farm_and_charm- Mod ID
farm_and_charm- Tags (1)
create:items/upright_on_belt
Recipe JSON (2):
{
"recipe_type": "farm_and_charm:crafting_bowl",
"pattern": null,
"ingredients": [
{
"tag": "farm_and_charm:cooked_beef"
},
{
"tag": "farm_and_charm:raw_fishes"
},
{
"tag": "farm_and_charm:raw_chicken"
},
{
"tag": "farm_and_charm:raw_pork"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "farm_and_charm:cat_food_bag"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}