diff --git a/red_ball.js b/red_ball.js new file mode 100644 index 0000000..3442616 --- /dev/null +++ b/red_ball.js @@ -0,0 +1,10 @@ +addIngredient("red_ball", { + shape:"circle_s", + color:["#ff0000"], + hidden:false + } +); + +addRecipe("red_ball+salt","rellted ball?!"); + +addRecipe("=red_ball","lonely red ball...");