Skip to content

Commit

Permalink
Merge pull request #40 from holographicarchangel/main
Browse files Browse the repository at this point in the history
cool exotic stuff mod
  • Loading branch information
slweeb authored Jun 7, 2024
2 parents 701411b + caf09e9 commit 6d677b3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions exotic_stuff.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
//exotic fruits mod
addIngredient("mangosteen",{
color:["#854752","#e96668"],
type:"fruit",
shape:"fruit_bi",
innerColor:"#dfdade"
});

addIngredient("pink_lemonade",{
color:"#f4918b",
type:"lemonade",
hidden:"true"
});

addIngredient("jackfruit",{
color:"#e2ee27",
type:"fruit",
shape:"circle_thorny",
innerColor:"#eebd4f"
});

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

editIngredient("lemonade",{
type:"lemon_juice",
color:"#fffa8b",
parts:["lemon"],
reactions: {
raspberry: { set1:"pink_lemonade" , set2:null },
},
});

0 comments on commit 6d677b3

Please sign in to comment.