From 19a2a8df7dac2381fdd4bfc4da6c4900d9cd3455 Mon Sep 17 00:00:00 2001 From: LyleSY Date: Sun, 24 Apr 2022 18:23:48 -0400 Subject: [PATCH] [DinoMod] large boiled dino egg fixes (#57110) * big egg needs big pot * Create uncraft.json --- data/mods/DinoMod/recipes/food_egg.json | 2 +- data/mods/DinoMod/recipes/uncraft.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 data/mods/DinoMod/recipes/uncraft.json diff --git a/data/mods/DinoMod/recipes/food_egg.json b/data/mods/DinoMod/recipes/food_egg.json index 9949e7cebf127..1d9eee41b5dc0 100644 --- a/data/mods/DinoMod/recipes/food_egg.json +++ b/data/mods/DinoMod/recipes/food_egg.json @@ -202,7 +202,7 @@ "time": "400 m", "batch_time_factors": [ 80, 4 ], "autolearn": true, - "qualities": [ { "id": "BOIL", "level": 1 } ], + "qualities": [ { "id": "BOIL", "level": 2 } ], "tools": [ [ [ "surface_heat", 80, "LIST" ] ] ], "components": [ [ [ "eggs_dino_large", 1, "LIST" ] ], [ [ "water", 80 ], [ "water_clean", 80 ] ] ] }, diff --git a/data/mods/DinoMod/recipes/uncraft.json b/data/mods/DinoMod/recipes/uncraft.json new file mode 100644 index 0000000000000..cf62779654af4 --- /dev/null +++ b/data/mods/DinoMod/recipes/uncraft.json @@ -0,0 +1,9 @@ +[ + { + "result": "boiled_egg_dino_large", + "type": "uncraft", + "activity_level": "LIGHT_EXERCISE", + "time": "1 m", + "components": [ [ [ "boiled_egg_dino", 2 ] ] ] + } +]