Skip to content

Commit

Permalink
add inwards facing quads for fluid down faces,
Browse files Browse the repository at this point in the history
fixes #1210
  • Loading branch information
douira committed Dec 10, 2024
1 parent d59f674 commit 1d9495f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ && isAlignedEquals(southEastHeight, southWestHeight)

this.updateQuad(quad, level, blockPos, lighter, Direction.DOWN, ModelQuadFacing.NEG_Y, 1.0F, colorProvider, fluidState);
this.writeQuad(meshBuilder, collector, material, offset, quad, ModelQuadFacing.NEG_Y, false);
this.writeQuad(meshBuilder, collector, material, offset, quad, ModelQuadFacing.POS_Y, true);
}

quad.setFlags(ModelQuadFlags.IS_PARALLEL | ModelQuadFlags.IS_ALIGNED);
Expand Down

0 comments on commit 1d9495f

Please sign in to comment.