Skip to content

Commit

Permalink
Merge pull request #31 from electric-moss/main
Browse files Browse the repository at this point in the history
i am no longer completely mental
  • Loading branch information
slweeb authored May 18, 2024
2 parents 53643f2 + 3345491 commit e8e0881
Showing 1 changed file with 93 additions and 1 deletion.
94 changes: 93 additions & 1 deletion mossstuff.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ addIngredient("soggy",{
bouillon_cube: { set1:"broth", set2:null },
},
adj:"soggy",
pin:true,
boilPoint:100,
boilInto:"steam",
freezePoint:0,
Expand Down Expand Up @@ -66,6 +65,99 @@ addIngredient("stench",{
hidden:true
});

addIngredient("candy_bar",{
type:"candy",
shape: "ribbed",
color:"#AC6547",
keywords:"candy,sweet",
broken:"ground_candy_bar",
hidden:true
});

addIngredient("ground_candy_bar",{
color:"#7C4934",
type:"powder",
shape:"powder_rough",
hidden:true,
dishWeight:-20,
adj:"candy_bar",
meltPoint:45,
});

addIngredient("twix",{
type:"candy_bar",
color:"#924F32",
hidden:false
});

addIngredient("frog_leg",{
type:"poultry",
keywords:"frog, snorp",
});

addIngredient("shrnorp_mushroom",{
name: "shrnorp",
type:"mushroom",
color:"#BF9372",
});


addRecipe("moss+moss","moss salad")

addRecipe("moss+plant","garden")

addRecipe("battery_acid+noodles","battery acid spaghetti")

addRecipe("battery_acid+cake","battery acid pie")

addRecipe("ground_candy_bar+ice_cream","twix suprise")

addRecipe("twix+beef+twix","lord jesus twix's burger")

addRecipe("shnorp_mushroom+broth+cream","shrnorp soup")

addRecipe("bread+frog_leg+bread","snorp sandwich")

addRecipe("noodles+frog_leg+broccoli","ztunedd zoodle")

addRecipe("cake+chocolate+chocolate_icing?","lucifer's lava cake")

addRecipe("acai+milk+corn_flake","just an acai bowl")

addRecipe("smallmouth_bass+rice+seaweed","sb's sushi")

addRecipe("moss+butter+seaweed","mossy moss mash")

addRecipe("eggplant+goat_cheese","expolyst's eggplant")

addRecipe("sausage+rice+black_pepper","jayd's jambalaya")

addRecipe("pasta+cream+cheese","rtx's ravioli")

addRecipe("bread+meat+ketchup+bread","matrem's meatloaf")

addRecipe("lemonade+apple+cactus_pear","just an account's juice")

addRecipe("bread+goat_cheese+tomato+bread","goobernaut's grilled cheese")

addRecipe("moss+yogurt+milkshake","mossbot's moss smoothie")

addRecipe("spaghetti+goat_cheese","infinite chef infinite pasta")

addRecipe("pizza+twix","lord jesus twix's pizza")

addRecipe("shrnorp_mushroom+shrimp+butter","shrnorp shrimp")

addRecipe("twix+taco_shell+ice_cream","twix tart")

addRecipe("moss+cake+sprinkles?","moss' favorite moss cake")

addRecipe("&bowl:apple+cherry+jam","red birdly's red bowl")

addRecipe("gelatin+mango","ggod's invisible mango jelly")

addRecipe("energy+gelatin","nomealfound")

addRecipe("pasta+cheese+turmeric","goldninja's golden pasta")

addRecipe("bottom_bun+ham+top_bun","steamed hams")

0 comments on commit e8e0881

Please sign in to comment.