Skip to content

Commit

Permalink
Allow Cream and Milk to be Bottomless Supplies
Browse files Browse the repository at this point in the history
mmmmm~ all creamy~
  • Loading branch information
KuryKat committed Sep 23, 2023
1 parent 65b1b28 commit 6e8e45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ServerEvents.tags('fluid', (event) => {
event.get('create:bottomless/allow').add([/chocolate/, /sugar/, /honey/, /caramel/]);
event.get('create:bottomless/allow').add([/cream/, /milk/, /chocolate/, /sugar/, /honey/, /caramel/]);
});

0 comments on commit 6e8e45b

Please sign in to comment.