Skip to content

TealSignTest calls vanilla method instead of API implementation #5258

@a6tumn

Description

@a6tumn

*Issue opened as requested by ModMuss in mod-dev-kotlin channel on Discord

In the TealSignTest file, WoodType.register(...) is called to register the custom WoodType instead of Fabric's own WoodTypeBuilder.register(...), this might confuse modders who use the test mods as examples as the register(...) method is actually private in the vanilla WoodType class and is not directly callable outside of the API environment. My recommendation would be to use the API method instead so that modders who reference this file will understand what they need to do in order to register a custom wood type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions