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 ] ] ] + } +]