Skip to content

Commit

Permalink
Merge pull request #51 from holographicarchangel/patch-1
Browse files Browse the repository at this point in the history
Update exotic_stuff.js
  • Loading branch information
slweeb authored Oct 12, 2024
2 parents 59d3883 + 6066a7e commit 2ae19ec
Showing 1 changed file with 54 additions and 3 deletions.
57 changes: 54 additions & 3 deletions exotic_stuff.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//exotic fruits mod
//exotic stuff mod upd 1
addIngredient("mangosteen",{
color:["#854752","#e96668"],
type:"fruit",
Expand All @@ -16,15 +16,16 @@ addIngredient("jackfruit",{
color:"#e2ee27",
type:"fruit",
shape:"circle_thorny",
innerColor:"#eebd4f"
innerColor:"#eebd4f",
scale:1.2
});

addIngredient("longan",{
color:"#dfa776",
type:"fruit",
shape:"circle_rough",
scale:0.5,
innerColor:"#f9dfd4"
innerColor:"#dfdade"
});

editIngredient("lemonade",{
Expand All @@ -35,3 +36,53 @@ editIngredient("lemonade",{
raspberry: { set1:"pink_lemonade" , set2:null },
},
});

addIngredient("rasp_berry",{
color:"#E30B5D",
type:"berry",
shape:"bunch",
scale:0.75,
hidden:true
});

editIngredient("blue_raspberry",{
color:"#0b19e3",
type:"rasp_berry"
//reminder to make edited raspberry compatible w other mods
});

addIngredient("black_gojiberry",{
color:"#1a1a1a",
type:"berry",
shape:"fruit_nub_thick",
scale:0.5,
reactions: {
water: { set1:"tea" , set2:null },
},
});

addIngredient("sapote",{
color:"#9f6e3d",
type:"fruit",
shape:"fruit_extrude",
innerColor:"#f88431",
scale:1.2
});

addIngredient("canistel",{
color:"#fbb70e",
shape:"lens_vertical",
type:"fruit"
});

addIngredient("edameme",{
color:"#a0ce5e",
shape:"curve_thick",
broken:"edameme_beans"
});

addIngredient("edameme_beans",{
type:"bean",
color:"#a0ce5e",
hidden:true
});

0 comments on commit 2ae19ec

Please sign in to comment.