Skip to content

All wool is considered control blocks #13

Description

@uncovery

Since this line is checking for ANY wool block:

return (isWool(block) && isRail(blockAbove));

We have the issue that the usual cart acceleration does not work on other (like light gray) wool blocks as they are considered control blocks.

We should instead of hard-coding the wool colors, defining block types by control function and put the color into the configuration and then have the line above just check for one of the used colors instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions