Skip to content

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

@matt-159

Description

@matt-159

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

No one assigned

    Labels

    00-enhancementImprovements to FalseTweaks that aren't bugs02-m:vox

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions