From c867543886264064dd050f238037225eb953fa60 Mon Sep 17 00:00:00 2001 From: TheGooberCat Date: Fri, 10 May 2024 21:29:22 -0400 Subject: [PATCH] Create Sugary.js I really wanna have a mod!!! --- Sugary.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Sugary.js diff --git a/Sugary.js b/Sugary.js new file mode 100644 index 0000000..c20a3c3 --- /dev/null +++ b/Sugary.js @@ -0,0 +1,11 @@ +addRecipe("&stack:chocolate+sugar+chocolate","Sugar Bomb"); + +addRecipe("sugar+sugar","Diabetes Powder"); + +addIngredient("CaseOh",{ + color:"#0435d6", + type:"meat", + shape:"silhouette", + scale:2.5, + keywords:"CaseOh" +});