Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Apr 24, 2023
1 parent f0d9390 commit f355f1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ else if (item.getItem() instanceof JarsBlockItem jars)
poseStack.popPose();
}
});
if (station.getPourTicks() > 0)
{
poseStack.pushPose();
final FluidStack fs = new FluidStack(FLFluids.EXTRA_FLUIDS.get(ExtraFluid.FRUITY_FLUID).getSource(), 100);

RenderHelpers.renderFluidFace(poseStack, fs, buffers, 1f / 16, 1f / 16, 15f / 16, 15f / 16, 11.5f / 16, combinedOverlay, combinedLight);
poseStack.popPose();
}
// if (station.getPourTicks() > 0)
// {
// poseStack.pushPose();
// final FluidStack fs = new FluidStack(FLFluids.EXTRA_FLUIDS.get(ExtraFluid.FRUITY_FLUID).getSource(), 100);
//
// RenderHelpers.renderFluidFace(poseStack, fs, buffers, 1f / 16, 1f / 16, 15f / 16, 15f / 16, 11.5f / 16, combinedOverlay, combinedLight);
// poseStack.popPose();
// }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
}
},
{
"from": [9, 10, -2],
"from": [9, 10, -1.9],
"to": [10, 12, 0],
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#0"},
Expand All @@ -173,7 +173,7 @@
}
},
{
"from": [6, 10, -2],
"from": [6, 10, -1.9],
"to": [7, 12, 0],
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#0"},
Expand All @@ -184,7 +184,7 @@
}
},
{
"from": [7, 10, -2],
"from": [7, 10, -1.9],
"to": [9, 11, 0],
"faces": {
"north": {"uv": [0, 0, 2, 1], "texture": "#0"},
Expand Down

0 comments on commit f355f1b

Please sign in to comment.