Skip to content

Commit

Permalink
Merge pull request #10 from HACKERPRO908/main
Browse files Browse the repository at this point in the history
Create gold.js mod
  • Loading branch information
slweeb authored May 2, 2024
2 parents d832003 + b13a48c commit f2c6bcf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gold.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
addIngredient("gold", {
shape:"rock_ball",
color:["#f5ef42","#f5e342"],
hidden:false
}
);

addIngredient("rock", {
shape:"rock_ball",
color:["#c2c1b8","#8f8e89"],
hidden:false
}
);

addRecipe("rock+salt","salted rocko!");

0 comments on commit f2c6bcf

Please sign in to comment.