diff --git a/crystals.js b/crystals.js new file mode 100644 index 0000000..04bcc4e --- /dev/null +++ b/crystals.js @@ -0,0 +1,21 @@ +addIngredient("diamond", { + shape:"rock", + color:["#34c9e0","#34aae0","#32b8c2"], + glow:"#32b8c2", + hidden:false, + meltPoint: 1000, + keywords:"rock,crystal,diamond,diamonds", + } +); + +addRecipe("rock+diamond","rocked diamonds!"); + +addIngredient("emerald", { + shape:"rock", + color:["#52fc03","#22e022","#86e815"], + glow:"#8af542", + hidden:false, + meltPoint: 1000, + keywords:"rock,crystal,emerald,stone,st,emer", + } +);