FalsePattern / FalseTweaks

Multithreaded rendering plus a large collection of improvements, fixes, optimizations and additions to 1.7.10 clients.
https://falsepattern.com/mc
Other
57 stars 6 forks source link

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

Open matt-159 opened 1 year ago

matt-159 commented 1 year ago

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