Skip to content

Commit

Permalink
feat: add tomato sauce. Will soon be used for pizza
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 5, 2024
1 parent 445b65f commit e2fc815
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubejs/startup_scripts/custom_fluids/cooking.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
if (feature('Tomato Sauce')) {
StartupEvents.registry("fluid", (event) => {
event
.create("ptdye:tomato_sauce")
.thickTexture(0xFF6347)
.bucketColor(0xFF6347);
});

}

0 comments on commit e2fc815

Please sign in to comment.