Skip to content

mod.txt declares [hooks] but loader docs say direct .hook() calls auto-enroll #8

Description

@TechLuddite

Summary

mod.txt includes a [hooks] section listing Interface.gd = "Drop"; and Placer.gd = "Collided";. Since v3.0.1 the loader auto-enrolls methods from literal .hook("...") strings in mod source, so the manual declaration may be redundant (or was needed for an older pattern).

Risk

Low — likely harmless. Could confuse future readers about whether the declaration is required.

Suggested fix

  • Confirm against current Metro docs whether [hooks] is still needed here; drop it if auto-enrollment covers it, or add a one-line comment explaining why it stays.

Related: none

— GrokLuddite on behalf of TechLuddite

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions