Skip to content

Commit

Permalink
Merge pull request #25 from MythicHH/1.20.1/dev
Browse files Browse the repository at this point in the history
Add milk to the infinite fluids tag again
  • Loading branch information
IThundxr authored May 16, 2024
2 parents fbaf652 + ad1f3ef commit 1018cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubejs/server_scripts/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ServerEvents.tags("block", (event) => {
ServerEvents.tags("fluid", (event) => {
// Bottomless Honey
event.add("create:bottomless/allow", "create:honey");
event.add("create:bottomless/allow", "minecraft:milk");
});

0 comments on commit 1018cf4

Please sign in to comment.