diff --git a/dvd.js b/dvd.js new file mode 100644 index 0000000..9b6e90c --- /dev/null +++ b/dvd.js @@ -0,0 +1,8 @@ +addIngredient("dvd",{ + color:"#616161", + innerColor:"#616161", + type:"disk_drive", + shape:"disc_hole" +}); + +addRecipe("dvd+water","this dvd no longer works...");