From 37412dc44308e50f1064db743970bfa5d9499389 Mon Sep 17 00:00:00 2001 From: DaveThePlayer Date: Sat, 25 May 2024 23:22:41 +0300 Subject: [PATCH 1/2] First Mod HI there what are you doing here? --- Davestuff.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Davestuff.js diff --git a/Davestuff.js b/Davestuff.js new file mode 100644 index 0000000..04733ed --- /dev/null +++ b/Davestuff.js @@ -0,0 +1,7 @@ +addIngredient("dave",{ + dishName:"just a dave", + color:"#161616", + shape:"sus", +}); + +addRecipe("dave+sprinkles?+chocolate","dave cake"); From a8e755fef7df1a55ce901951649d21592db4827a Mon Sep 17 00:00:00 2001 From: DaveThePlayer Date: Sat, 1 Jun 2024 23:30:44 +0300 Subject: [PATCH 2/2] Update Davestuff.js --- Davestuff.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Davestuff.js b/Davestuff.js index 04733ed..84f7985 100644 --- a/Davestuff.js +++ b/Davestuff.js @@ -1,7 +1,12 @@ addIngredient("dave",{ - dishName:"just a dave", + dishName:"dave", color:"#161616", + keywords:"dave, friend, user, daven, newman", shape:"sus", }); -addRecipe("dave+sprinkles?+chocolate","dave cake"); +addIngredient("question",{ + dishName:"question mark", + color:"#161616", + shape:"thisisforaquestionmarkHelloworld", +});