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
| Field | Default | Description |
|---|---|---|
enabled | false | Whether 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).
- Openable
Config - Configuration for the openable mechanics module.