Skip to content

Commit

Permalink
Fix metal press not rendering items in the correct direction, closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Oct 3, 2023
1 parent ba03c4b commit 1308a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- All features from 9.2.3
- Fix localization of perks on revolver parts (BluSunrize)
- Fix potential crashes when supplying power to arc furnace or excavator with other mod's cables (BluSunrize)
- Fix metal press not rendering items in the correct direction (BluSunrize)

##### Version 1.19.2-9.2.3-167
- Change "Superior Weaponry" advancement to hint at its potential to spawn new illagers in raids (BluSunrize)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ else if(fProcess < (processMaxTicks-transportTime-pressTime))
);
}
matrixStack.popPose();
bufferIn = BERenderUtils.mirror(helper.getContext().getLevel().getOrientation(), matrixStack, bufferIn);
matrixStack.translate(-1.25, -.35, 0);
for(int i = 0; i < shift.length; i++)
{
Expand Down

0 comments on commit 1308a02

Please sign in to comment.