Skip to content

Commit

Permalink
[DinoMod] large boiled dino egg fixes (#57110)
Browse files Browse the repository at this point in the history
* big egg needs big pot

* Create uncraft.json
  • Loading branch information
LyleSY authored Apr 24, 2022
1 parent 01565ec commit 19a2a8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/DinoMod/recipes/food_egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ] ]
},
Expand Down
9 changes: 9 additions & 0 deletions data/mods/DinoMod/recipes/uncraft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"result": "boiled_egg_dino_large",
"type": "uncraft",
"activity_level": "LIGHT_EXERCISE",
"time": "1 m",
"components": [ [ [ "boiled_egg_dino", 2 ] ] ]
}
]

0 comments on commit 19a2a8d

Please sign in to comment.