RMF Item Tags - regfunkid/reg-more-foods GitHub Wiki
Tags that are used for various items.
Items in this tag won't block the Punnet from working. In other words, the Punnet will only work if the player is holding an item from this tag.
The Firework Star and Wooden Sword are for custom items.
rmf:allows_punnet_gathering
{
"values": [
"#minecraft:saplings",
"#minecraft:villager_plantable_seeds",
"#minecraft:small_flowers",
"#rmf:vegetable_oil_ingredients",
"minecraft:air",
"minecraft:bone_meal",
"minecraft:pink_petals",
"minecraft:stick",
"minecraft:wildflowers",
"minecraft:firework_star",
"minecraft:wooden_sword"
]
}
Items in this tag are vanilla items that can be baked in the Baking Pan.
rmf:baking_pan_cookable
{
"values": [
"#rmf:raw_meats",
"minecraft:carrot",
"minecraft:honeycomb",
"minecraft:potato",
"minecraft:rotten_flesh"
]
}
Items in this tag can be used to craft Bowls of Cat Food.
rmf:cat_food_ingredients
{
"values": [
"#rmf:cooked_meats",
"#rmf:raw_meats"
]
}
Items in this tag are defined as Cooked Meats for various crafting recipes.
rmf:cooked_meats
{
"values": [
"minecraft:cooked_beef",
"minecraft:cooked_chicken",
"minecraft:cooked_mutton",
"minecraft:cooked_porkchop",
"minecraft:cooked_rabbit",
"minecraft:cooked_cod",
"minecraft:cooked_salmon"
]
}
Items in this tag can be used to craft Bowls of Dog Food.
rmf:dog_food_ingredients
{
"values": [
"minecraft:apple",
"#minecraft:wolf_food",
"minecraft:carrot",
"minecraft:egg",
"minecraft:brown_egg",
"minecraft:blue_egg",
"minecraft:baked_potato",
"minecraft:pumpkin"
]
}
Items in this tag can be used to craft Dumplings. The Pottery Sherd is a custom item.
rmf:dumpling_ingredients
{
"values": [
"minecraft:arms_up_pottery_sherd",
"minecraft:beef",
"minecraft:beetroot",
"minecraft:carrot",
"minecraft:chicken",
"minecraft:chorus_fruit",
"minecraft:cod",
"minecraft:glow_berries",
"minecraft:mutton",
"minecraft:poisonous_potato",
"minecraft:porkchop",
"minecraft:potato",
"minecraft:rabbit",
"minecraft:salmon",
"minecraft:sweet_berries"
]
}
Items in this tag are for vanilla items that can be fried in a Frying Pan.
rmf:frying_pan_cookable
{
"values": [
"minecraft:bread",
"#minecraft:eggs",
"#rmf:raw_meats",
"minecraft:carrot",
"minecraft:honeycomb",
"minecraft:poisonous_potato",
"minecraft:rotten_flesh"
]
}
Items in this tag can be used to craft Mixed Herbs
rmf:herb_ingredients
{
"values": [
"minecraft:poppy",
"minecraft:oxeye_daisy",
"minecraft:cornflower",
"minecraft:dandelion",
"minecraft:blue_orchid",
"minecraft:allium",
"minecraft:torchflower"
]
}
Items in this tag are for vanilla items that can be stored in Item Crates.
rmf:item_crate_storable
{
"values": [
"minecraft:apple",
"minecraft:beef",
"minecraft:beetroot_seeds",
"minecraft:beetroot",
"minecraft:blue_egg",
"minecraft:brown_egg",
"minecraft:brown_mushroom",
"minecraft:carrot",
"minecraft:charcoal",
"minecraft:chicken",
"minecraft:cocoa_beans",
"minecraft:cod",
"minecraft:danger_pottery_sherd",
"minecraft:egg",
"minecraft:glow_berries",
"minecraft:melon_seeds",
"minecraft:mutton",
"minecraft:nether_wart",
"minecraft:porkchop",
"minecraft:potato",
"minecraft:pufferfish",
"minecraft:pumpkin_seeds",
"minecraft:pumpkin",
"minecraft:rabbit",
"minecraft:red_mushroom",
"minecraft:salmon",
"minecraft:sugar_cane",
"minecraft:sweet_berries",
"minecraft:wheat_seeds"
]
}
Items in this tag are defined as "milk" for reference in recipes. Rabbit's Foot is a dummy item.
rmf:milk
{
"values": [
"minecraft:milk_bucket",
"minecraft:rabbit_foot"
]
}
Items in this tag can be used for crafting Omelettes.
rmf:omelette_ingredients
{
"values": [
"#rmf:raw_meats",
"#rmf:vegetables",
"minecraft:brewer_pottery_sherd",
"minecraft:angler_pottery_sherd",
"minecraft:brown_mushroom",
"minecraft:red_mushroom"
]
}
Items in this tag are defined as Raw Meats for various recipes.
rmf:raw_meats
{
"values": [
"minecraft:beef",
"minecraft:chicken",
"minecraft:mutton",
"minecraft:porkchop",
"minecraft:rabbit",
"minecraft:cod",
"minecraft:salmon"
]
}
Items in this tag can be used for crafting Bone Stock. The Pottery Sherd and Poisonous Potato are a dummy item.
rmf:stock_ingredients
{
"values": [
"minecraft:beef",
"minecraft:cod",
"minecraft:glow_berries",
"minecraft:poisonous_potato",
"minecraft:potato",
"minecraft:salmon",
"minecraft:sweet_berries",
"minecraft:arms_up_pottery_sherd",
"minecraft:beetroot",
"minecraft:carrot",
"minecraft:chicken",
"minecraft:chorus_fruit",
"minecraft:mutton",
"minecraft:porkchop",
"minecraft:rabbit"
]
}
I think you get the idea by now.
rmf:tofu_ingredients
{
"values": [
"minecraft:apple",
"#minecraft:eggs",
"minecraft:kelp",
"minecraft:seagrass"
]
}
rmf:veg_burrito_ingredients
{
"values": [
"minecraft:chorus_fruit",
"minecraft:carrot",
"minecraft:beetroot",
"minecraft:baked_potato",
"minecraft:arms_up_pottery_sherd",
"minecraft:sweet_berries",
"minecraft:poisonous_potato",
"minecraft:glow_berries"
]
}
Items in this tag, besides being used for crafting Vegetable Oil, are also checked in the rmf:recipes/vegetable_oil advancement for items that can trigger the recipe.
rmf:vegetable_oil_ingredients
{
"values": [
"minecraft:carrot",
"minecraft:beetroot_seeds",
"minecraft:potato",
"minecraft:wheat_seeds",
"minecraft:melon_seeds",
"minecraft:pumpkin_seeds",
"minecraft:torchflower_seeds",
"minecraft:pitcher_pod"
]
}
Items that are defined as Vegetables for various recipes. The Pottery Sherd and Poisonous Potato are dummy items.
rmf:vegetables
{
"values": [
"minecraft:chorus_fruit",
"minecraft:carrot",
"minecraft:beetroot",
"minecraft:arms_up_pottery_sherd",
"minecraft:sweet_berries",
"minecraft:potato",
"minecraft:poisonous_potato",
"minecraft:glow_berries"
]
}
Items that are defined as water for use in recipes. The banner pattern is a dummy item.
rmf:water
{
"values": [
"minecraft:water_bucket",
"minecraft:flower_banner_pattern"
]
}