Thank you for this change. It made no sense how it was suppose to be a "survival" burger when eggplant isn't a non-grown forgeable. There is still the issue of the availability of bread, though since you can "acquire" those easily enough, this recipe will be much more viable.
6 comments
{
"Format": "1.19.0",
"Changes": [
{
"Action": "EditData",
"Target": "Data/CookingRecipes",
"Fields": {
"Survival Burger": {
0: "216 1 296 2",
}
}
}
{
"Action": "EditData",
"Target": "Data/CookingRecipes",
"Fields": {
"Farmer's Lunch": {
0: "194 1 399 2",
}
}
}
{
"Action": "EditData",
"Target": "Data/CookingRecipes",
"Fields": {
"Miner's Treat": {
0: "78 3 245 1",
}
}
}
{
"Action": "EditData",
"Target": "Data/CookingRecipes",
"Fields": {
"Blackberry Cobbler": {
0: "410 1 246 1",
}
}
}
]
}
what should i do to make this correct?
"Format": "1.19.0",
"Changes": [
{
"Action": "EditData",
"Target": "Data/CookingRecipes",
"Fields": {
"Survival Burger": {
0: "216 1 296 2",
} ,
"Farmer's Lunch": {
0: "194 1 399 2",
} ,
"Miner's Treat": {
0: "78 3 245 1",
} ,
"Blackberry Cobbler": {
0: "410 1 246 1",
} ,
}
}
]
}
its working now.
There is still the issue of the availability of bread, though since you can "acquire" those easily enough, this recipe will be much more viable.