Skip to content

Commit

Permalink
Update seeds.json (cataclysmbnteam#2961)
Browse files Browse the repository at this point in the history
Allow creation of cabbage seeds from cabbages
  • Loading branch information
Relgar authored Jun 13, 2023
1 parent 14bbac8 commit a9f22f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/json/recipes/food/seeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,5 +526,17 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "sugar_beet", 1 ] ] ],
"flags": [ "ALLOW_ROTTEN" ]
},
{
"result": "seed_cabbage",
"type": "recipe",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SEEDS",
"skill_used": "survival",
"difficulty": 2,
"time": "5 m",
"autolearn": true,
"components": [ [ [ "cabbage", 1 ] ] ],
"flags": [ "ALLOW_ROTTEN" ]
}
]

0 comments on commit a9f22f7

Please sign in to comment.