Skip to content

Commit

Permalink
Always place mixed fluid on bottom. Fixes git #5280
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Jun 20, 2024
1 parent 9caa4bb commit c3660f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ protected void addTags(Provider p_256380_)
.addTag(Tags.Blocks.STONE)
.add(Blocks.DRIPSTONE_BLOCK)
.add(Blocks.CALCITE)
.add(Blocks.SANDSTONE)
.add(Blocks.RED_SANDSTONE)
//Overworld soils
.addTag(BlockTags.DIRT)
.remove(Blocks.MOSS_BLOCK)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3660f2

Please sign in to comment.