diff --git a/Jmod.js b/Jmod.js new file mode 100644 index 0000000..407f6ba --- /dev/null +++ b/Jmod.js @@ -0,0 +1,9 @@ + +addIngredient("Jaxon", { + shape:"circle", + color:"#000000", + adj:"bouncy", + meltPoint:"300", + meltInto:"fish" + } +);