Skip to main content

Module openable

Module openable 

Source
Expand description

Openable module - synchronizes multi-block openable structures like double doors.

When a player right-clicks a door that is part of a double door setup, the adjacent door is toggled to match, so both open and close together.

§Configuration

FieldDefaultDescription
enabledfalseWhether this module is active
gamemodes["Survival"]Gamemodes that trigger sync
actions["RightClickAir"]Actions that trigger the sync

Structs§

Openable
Handles openable block synchronization (e.g. double doors).
OpenableConfig
Configuration for the openable mechanics module.