aboutsummaryrefslogtreecommitdiff
path: root/uncraft.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncraft.json')
-rw-r--r--uncraft.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/uncraft.json b/uncraft.json
new file mode 100644
index 0000000..ca7f362
--- /dev/null
+++ b/uncraft.json
@@ -0,0 +1,47 @@
+[
+ {
+ "type" : "recipe",
+ "result": "little_maid_meat_smoked_fin",
+ "id_suffix": "uncraft",
+ "category": "CC_NONCRAFT",
+ "subcategory": "CSC_NONCRAFT",
+ "difficulty": 0,
+ "time": "0 m",
+ "reversible": true,
+ "autolearn": false,
+ "components": [
+ [ [ "little_maid_R18", 1 ] ],
+ [ [ "meat_smoked", 3 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "little_maid_fish_smoked_fin",
+ "id_suffix": "uncraft",
+ "category": "CC_NONCRAFT",
+ "subcategory": "CSC_NONCRAFT",
+ "difficulty": 0,
+ "time": "0 m",
+ "reversible": true,
+ "autolearn": false,
+ "components": [
+ [ [ "little_maid_R18", 1 ] ],
+ [ [ "fish_smoked", 6 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "little_maid_human_smoked_fin",
+ "id_suffix": "uncraft",
+ "category": "CC_NONCRAFT",
+ "subcategory": "CSC_NONCRAFT",
+ "difficulty": 0,
+ "time": "0 m",
+ "reversible": true,
+ "autolearn": false,
+ "components": [
+ [ [ "little_maid_R18", 1 ] ],
+ [ [ "human_smoked", 3 ] ]
+ ]
+ }
+] \ No newline at end of file