We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Boiler machine's model has amiss offset
Screenshots
Solution
To fix the bug you need to change the following line:
ImmersiveRailroading/src/main/java/cam72cam/immersiverailroading/render/multiblock/BoilerRollerRender.java
Line 46 in 42c93ca
Correct line state.translate(-3.5, 0, -2.5);
state.translate(-3.5, 0, -2.5);
The text was updated successfully, but these errors were encountered:
Which version of IR you running, need to specify this when doing bug report
Sorry, something went wrong.
Minecraft 1.12.2 mod version 1.10.0
No branches or pull requests
Describe the bug
Boiler machine's model has amiss offset
Screenshots
Solution
To fix the bug you need to change the following line:
ImmersiveRailroading/src/main/java/cam72cam/immersiverailroading/render/multiblock/BoilerRollerRender.java
Line 46 in 42c93ca
Correct line
state.translate(-3.5, 0, -2.5);
The text was updated successfully, but these errors were encountered: