From 159834e70cbc153645907c4c4afb35926d08b570 Mon Sep 17 00:00:00 2001 From: Fenicf0xy Date: Tue, 6 Jan 2026 16:09:48 -0500 Subject: [PATCH 1/6] Create More-food.js --- More-food.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 More-food.js diff --git a/More-food.js b/More-food.js new file mode 100644 index 0000000..459fb6d --- /dev/null +++ b/More-food.js @@ -0,0 +1,33 @@ + +addIngredient("pork_roll",{ + color:"#f27373ff", + type:"meat", + shape:"puddle" +}); + +addIngredient("hard_ramen",{ + color:"#f0f07dff", + type:"noodle", + shape:"noodles", + reactions:{ + water: { + set1: "soft_ramen", + tempMin: 90 + } + } +}); + +addIngredient("soft_ramen",{ + color:"#e9e952ff", + type:"noodle", + shape:"algae", + stackShape:"foliage_bar" +}); + + + + +addRecipe("soft_ramen+soy_sauce","soy ramen noodles"); + +addRecipe("hard_ramen+soy_sauce","soy crunchy ramen noodles"); + From 6d4f8a74051e87f2565562b1255454093311b79a Mon Sep 17 00:00:00 2001 From: Fenicf0xy Date: Tue, 6 Jan 2026 16:23:02 -0500 Subject: [PATCH 2/6] Update More-food.js Cocoa Powder, (ingredient) Hot Cocoa, (ingredient) Candy Cane, (ingredient) Peppermint Hot Cocoa (recipe) --- More-food.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/More-food.js b/More-food.js index 459fb6d..fa2ac3f 100644 --- a/More-food.js +++ b/More-food.js @@ -24,10 +24,33 @@ addIngredient("soft_ramen",{ stackShape:"foliage_bar" }); +addIngredient("candy_cane", { + color:"#ff0000ff", + innerColor:"#ffffffff", + shape:"cane_striped" +}); + +addIngredient("cocoa_powder",{ + color:"#836333ff", + shape:"dots_some_flat", + reactions: { + water: { + set1: "hot_cocoa", + tempMin: 90 + } + } +}); +addIngredient("hot_cocoa",{ + color:"#836333ff", + shape:"liquid", + type:"liquid", + stackShape:"liquid_splat" +}); addRecipe("soft_ramen+soy_sauce","soy ramen noodles"); addRecipe("hard_ramen+soy_sauce","soy crunchy ramen noodles"); +addRecipe("hot_cocoa+candy_cane", "peppermint hot cocoa"); From 642b9c2e2cee8209df4b1bc219ac40efa20077c3 Mon Sep 17 00:00:00 2001 From: Fenicf0xy Date: Wed, 7 Jan 2026 09:41:17 -0500 Subject: [PATCH 3/6] Update More-food.js Tea bag (ingredient) Honeycomb (ingredient) Jello (ingredient) Added keywords Tea (recipe) Iced tea (recipe) --- More-food.js | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/More-food.js b/More-food.js index fa2ac3f..f8a916c 100644 --- a/More-food.js +++ b/More-food.js @@ -2,7 +2,8 @@ addIngredient("pork_roll",{ color:"#f27373ff", type:"meat", - shape:"puddle" + shape:"puddle", + keywords: "meat, pork, ham" }); addIngredient("hard_ramen",{ @@ -14,20 +15,23 @@ addIngredient("hard_ramen",{ set1: "soft_ramen", tempMin: 90 } - } + }, + keywords: "noodle, ramen" }); addIngredient("soft_ramen",{ color:"#e9e952ff", type:"noodle", shape:"algae", - stackShape:"foliage_bar" + stackShape:"foliage_bar", + keywords: "noodle, ramen" }); addIngredient("candy_cane", { color:"#ff0000ff", innerColor:"#ffffffff", - shape:"cane_striped" + shape:"cane_striped", + keywords: "candy, sweet, cane" }); addIngredient("cocoa_powder",{ @@ -38,19 +42,43 @@ addIngredient("cocoa_powder",{ set1: "hot_cocoa", tempMin: 90 } - } + }, + keywords: "chocolate, cocoa, powder" }); addIngredient("hot_cocoa",{ color:"#836333ff", shape:"liquid", type:"liquid", - stackShape:"liquid_splat" + stackShape:"liquid_splat", + keywords: "chocolate, cocoa" }); +addIngredient("jello",{ + color:"ff000080", + shape:"bundt", + keywords: "jelly, jello" +}); + +addIngredient("honeycomb",{ + color:"#fcb035ff", + innercolor:"#e69f2eff", + shape:"honeycomb", + keywords: "honey, bee" +}); + +addIngredient("tea_bag",{ + color:"#915f0d", + shape:"cylinder_flat", + keywords:"tea, bag" +}); addRecipe("soft_ramen+soy_sauce","soy ramen noodles"); addRecipe("hard_ramen+soy_sauce","soy crunchy ramen noodles"); addRecipe("hot_cocoa+candy_cane", "peppermint hot cocoa"); + +addRecipe("tea_bag+water", "tea"); + +addRecipe("tea_bag+water+ice", "iced tea); From 66c2590597d9c60bcb1c1e856eb90a4be10d7bef Mon Sep 17 00:00:00 2001 From: Fenicf0xy Date: Wed, 7 Jan 2026 15:29:32 -0500 Subject: [PATCH 4/6] Update More-food.js Dooritos (ingredient) Doorito dust (ingredient) Jello liquid (ingredient) Jello powder (ingredient) Jello chunks (ingredient) Doorito (recipe) --- More-food.js | 78 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 70 insertions(+), 8 deletions(-) diff --git a/More-food.js b/More-food.js index f8a916c..b65565d 100644 --- a/More-food.js +++ b/More-food.js @@ -6,7 +6,7 @@ addIngredient("pork_roll",{ keywords: "meat, pork, ham" }); -addIngredient("hard_ramen",{ +addIngredient("ramen",{ color:"#f0f07dff", type:"noodle", shape:"noodles", @@ -24,7 +24,9 @@ addIngredient("soft_ramen",{ type:"noodle", shape:"algae", stackShape:"foliage_bar", - keywords: "noodle, ramen" + keywords: "noodle, ramen", + dishName: "ramen", + hidden:true }); addIngredient("candy_cane", { @@ -39,8 +41,7 @@ addIngredient("cocoa_powder",{ shape:"dots_some_flat", reactions: { water: { - set1: "hot_cocoa", - tempMin: 90 + set1: "hot_cocoa" } }, keywords: "chocolate, cocoa, powder" @@ -51,13 +52,17 @@ addIngredient("hot_cocoa",{ shape:"liquid", type:"liquid", stackShape:"liquid_splat", - keywords: "chocolate, cocoa" + keywords: "chocolate, cocoa", + hidden:true }); addIngredient("jello",{ color:"ff000080", shape:"bundt", - keywords: "jelly, jello" + keywords: "jelly, jello", + broken:"jello_chunks", + meltPoint:"80", + meltInto:"jello_liquid" }); addIngredient("honeycomb",{ @@ -70,7 +75,62 @@ addIngredient("honeycomb",{ addIngredient("tea_bag",{ color:"#915f0d", shape:"cylinder_flat", - keywords:"tea, bag" + keywords:"tea, bag", + broken:"tea_leaf" +}); + +addIngredient("jello_chunks",{ + color:"#ff0000ff", + shape:"dots_some_flat", + keywords:"jello, jelly", + meltPoint:"80", + meltInto:"jello_liquid" +}); + +addIngredient("jello_liquid",{ + color:"#ff0000ff", + shape:"liquid", + type:"liquid", + keywords:"jello, jelly, liquid", + meltPoint:"100", + meltInto:"ready_jello_liquid", + hidden:true +}); + +addIngredient("ready_jello_liquid",{ + color:"#ff4343ff", + shape:"liquid", + type:"liquid", + keywords:"jello, jelly", + hidden:true, + freezePoint:"-10", + freezeInto:"jello", + dishName:"jello_liquid" +}); + +addIngredient("jello_powder",{ + color:"#fb6b6bff", + shape:"dots_some", + keywords:"jello, jelly", + reactions:{ + water:{ + set1:"jello_liquid" + } + } +}); + +addIngredient("doorito",{ + color:"#f66707ff", + shape:"triangle_round", + keywords:"dorito, chip, junk food", + broken:"doorito_dust" +}); + +addIngredient("doorito_dust",{ + color:"#f66707ff", + shape:"dots_some", + keywords:"dorito, chip, junk food", + hidden:true }); addRecipe("soft_ramen+soy_sauce","soy ramen noodles"); @@ -81,4 +141,6 @@ addRecipe("hot_cocoa+candy_cane", "peppermint hot cocoa"); addRecipe("tea_bag+water", "tea"); -addRecipe("tea_bag+water+ice", "iced tea); +addRecipe("tea_bag+water+ice", "iced tea"); + +addRecipe("tortia_chip+doorito_dust", "doorito"); From e5d94246186c5112d92ce08c640d94d08e34b7d7 Mon Sep 17 00:00:00 2001 From: Fenicf0xy Date: Wed, 7 Jan 2026 15:29:45 -0500 Subject: [PATCH 5/6] Rename More-food.js to More_food.js --- More-food.js => More_food.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename More-food.js => More_food.js (100%) diff --git a/More-food.js b/More_food.js similarity index 100% rename from More-food.js rename to More_food.js From 578df3591834341d49b55940939866320526f4c6 Mon Sep 17 00:00:00 2001 From: Fenicf0xy Date: Wed, 4 Mar 2026 12:46:57 -0500 Subject: [PATCH 6/6] Update More_food.js Added hidden:false --- More_food.js | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/More_food.js b/More_food.js index b65565d..ddb67b4 100644 --- a/More_food.js +++ b/More_food.js @@ -2,12 +2,14 @@ addIngredient("pork_roll",{ color:"#f27373ff", type:"meat", + hidden:false, shape:"puddle", keywords: "meat, pork, ham" }); addIngredient("ramen",{ color:"#f0f07dff", + hidden:false, type:"noodle", shape:"noodles", reactions:{ @@ -31,6 +33,7 @@ addIngredient("soft_ramen",{ addIngredient("candy_cane", { color:"#ff0000ff", + hidden:false, innerColor:"#ffffffff", shape:"cane_striped", keywords: "candy, sweet, cane" @@ -38,6 +41,7 @@ addIngredient("candy_cane", { addIngredient("cocoa_powder",{ color:"#836333ff", + hidden:false, shape:"dots_some_flat", reactions: { water: { @@ -62,20 +66,23 @@ addIngredient("jello",{ keywords: "jelly, jello", broken:"jello_chunks", meltPoint:"80", - meltInto:"jello_liquid" + meltInto:"jello_liquid", + hidden:false }); addIngredient("honeycomb",{ color:"#fcb035ff", innercolor:"#e69f2eff", shape:"honeycomb", - keywords: "honey, bee" + keywords: "honey, bee", + hidden:false }); addIngredient("tea_bag",{ color:"#915f0d", shape:"cylinder_flat", keywords:"tea, bag", + hidden:false, broken:"tea_leaf" }); @@ -84,7 +91,8 @@ addIngredient("jello_chunks",{ shape:"dots_some_flat", keywords:"jello, jelly", meltPoint:"80", - meltInto:"jello_liquid" + meltInto:"jello_liquid", + hidden:true }); addIngredient("jello_liquid",{ @@ -110,6 +118,7 @@ addIngredient("ready_jello_liquid",{ addIngredient("jello_powder",{ color:"#fb6b6bff", + hidden:false, shape:"dots_some", keywords:"jello, jelly", reactions:{ @@ -123,7 +132,8 @@ addIngredient("doorito",{ color:"#f66707ff", shape:"triangle_round", keywords:"dorito, chip, junk food", - broken:"doorito_dust" + broken:"doorito_dust", + hidden:false }); addIngredient("doorito_dust",{