-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
00-enhancementImprovements to FalseTweaks that aren't bugsImprovements to FalseTweaks that aren't bugs02-m:vox
Description
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
Metadata
Metadata
Assignees
Labels
00-enhancementImprovements to FalseTweaks that aren't bugsImprovements to FalseTweaks that aren't bugs02-m:vox