Skip to content
New issue

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

Feature Request: Add additional boolean parameter to renderRail() #93

Open
matt-159 opened this issue Mar 9, 2023 · 0 comments
Open
Labels
00-enhancement Improvements to FalseTweaks that aren't bugs 02-m:vox

Comments

@matt-159
Copy link

matt-159 commented Mar 9, 2023

the current signature for renderRail() is:

public static void renderRail(IBlockAccess blockAccess, BlockRailBase rail, int x, int y, int z, int meta, IIcon iicon, boolean mirrored)

it would be helpful if there was another parameter to this function: boolean reversed so that the signature would then be:

public static void renderRail(IBlockAccess blockAccess, BlockRailBase rail, int x, int y, int z, int meta, IIcon iicon, boolean mirrored, boolean reversed)

This would be helpful for rendering tracks that have a mirrored state, such as Switch Tracks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00-enhancement Improvements to FalseTweaks that aren't bugs 02-m:vox
Projects
None yet
Development

No branches or pull requests

2 participants