Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Allow grappling hook to optionally work on all blocks #11

Description

@BogTheMudWing

Right now, making a grappling hook uses this boolean in the custom_data component:

/give @p fishing_rod[custom_data={grappling_hook:1b}]

Phen requested we open up the option to allow a grappling hook to work on all blocks. Something like this:

/give @p fishing_rod[custom_data={grappling_hook:{any_blocks:1b}}]

Where the presence of grappling_hook:{} determines if it is a grappling hook, and any_blocks:1b is a boolean where, if true, the grappling hook will work on all blocks. Otherwise (if false or not specified), only target blocks.

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