Skip to content

add allowStaticMovers field to SeekerBarrier#1134

Open
microlith57 wants to merge 1 commit into
EverestAPI:devfrom
microlith57:unsticky-seeker-barrier
Open

add allowStaticMovers field to SeekerBarrier#1134
microlith57 wants to merge 1 commit into
EverestAPI:devfrom
microlith57:unsticky-seeker-barrier

Conversation

@microlith57

@microlith57 microlith57 commented Jun 21, 2026

Copy link
Copy Markdown
Member

basic loenn plugin for testing:

local seekerBarrier = {}

seekerBarrier.name = "seekerBarrier"
seekerBarrier.depth = 0
seekerBarrier.color = {0.25, 0.25, 0.25, 0.8}
seekerBarrier.placements = {
    name = "seeker_barrier",
    alternativeName = "jellyfish_barrier",
    data = {
        width = 8,
        height = 8,
        allowStaticMovers = true -- If disabled, static movers like spikes won't attach to the barrier.
    }
}


return seekerBarrier

@microlith57 microlith57 marked this pull request as ready for review June 21, 2026 02:10
@maddie480-bot maddie480-bot added the 1: review needed This PR needs 2 approvals to be merged (bot-managed) label Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1: review needed This PR needs 2 approvals to be merged (bot-managed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants