forked from R74nCom/InfiniteChef-Mods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexotic_stuff.js
More file actions
37 lines (33 loc) · 693 Bytes
/
exotic_stuff.js
File metadata and controls
37 lines (33 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 },
},
});