Add docs/food_related/Old_Settlers_Baked_Beans.md

This commit is contained in:
2024-04-14 13:50:13 +00:00
parent e8275e5de8
commit e19f357563

View File

@@ -0,0 +1,87 @@
## Version 1
```xml
<recipe>
<head>
<title>Old Settlers Baked Beans</title>
<categories>
<cat>Beans And Rice</cat>
</categories>
<yield>4 servings</yield>
</head>
<ingredients>
<ing-div>
<ing>
<amt><qty>15</qty><unit>ounce</unit></amt>
<item>can red kidney beans, drained and rinsed</item>
</ing>
<ing>
<amt><qty>15</qty><unit>ounce</unit></amt>
<item>can pork and beans, undrained</item>
</ing>
<ing>
<amt><qty>15</qty><unit>ounce</unit></amt>
<item>can butter beans, drained and rinsed</item>
</ing>
<ing>
<amt><qty>1/2</qty><unit>pound</unit></amt>
<item>ground beef</item>
</ing>
<ing>
<amt><qty>1/2</qty><unit>pound</unit></amt>
<item>bacon, chopped</item>
</ing>
<ing>
<amt><qty>1</qty><unit>medium</unit></amt>
<item>onion, chopped</item>
</ing>
<ing>
<amt><qty></qty><unit></unit></amt>
<item>Salt and pepper to taste</item>
</ing>
<ing>
<amt><qty>1/3</qty><unit>cup</unit></amt>
<item>brown sugar</item>
</ing>
<ing>
<amt><qty>1/3</qty><unit>cup</unit></amt>
<item>white sugar</item>
</ing>
<ing>
<amt><qty>1/4</qty><unit>cup</unit></amt>
<item>barbecue sauce</item>
</ing>
<ing>
<amt><qty>1/4</qty><unit>cup</unit></amt>
<item>ketchup</item>
</ing>
<ing>
<amt><qty>1/2</qty><unit>teaspoon</unit></amt>
<item>chili powder</item>
</ing>
<ing>
<amt><qty>1</qty><unit>tablespoon</unit></amt>
<item>prepared mustard</item>
</ing>
<ing>
<amt><qty>1</qty><unit>tablespoon</unit></amt>
<item>molasses</item>
</ing>
</ing-div>
</ingredients>
<directions>
<step>Preheat oven to 350°F.</step>
<step>Brown together ground beef, bacon, onion, salt and pepper. Drain off excess fat.</step>
<step>Add kidney beans, pork and beans, and butter beans to the meat mixture.</step>
<step>In a separate bowl, mix together brown sugar, white sugar, barbecue sauce, ketchup, chili powder, mustard and molasses.</step>
<step>Add the sugar and sauce mixture to the bean and meat mixture. Stir to combine.</step>
<step>Transfer mixture to a baking dish and bake for 1 hour at 350°F.</step>
</directions>
</recipe>
```
### Notes
---