Client Automatic Doors
The mod automatically opens and closes various types of doors, trapdoors, and fence gates in Minecraft. This is a completely client-side solution that works exclusively on the player's side without requiring server installation.
How It Works
The system analyzes player movement data and predicts which obstacles may appear on the path. When you approach a door, it automatically opens, allowing you to pass through without obstacles. Immediately after you find yourself on the other side, the door closes, preventing other creatures from entering.
The mod's feature is that it works even when you are in the air or riding transport. At the same time, the system takes into account the height of objects and will not open doors located below the player's level.
Settings
The following commands are available to manage the mod's operation:
- Disable the mod in the current world:
/trilevel_config current client_auto_door.json set on 0 - Disable the mod in all worlds:
/trilevel_config global client_auto_door.json set on 0 - Enable the mod in the current world:
/trilevel_config current client_auto_door.json set on - Enable the mod in all worlds:
/trilevel_config global client_auto_door.json set on
Compatibility
The mod supports all blocks that have standard Minecraft tags, and is also specially adapted to work with the Dramatic Doors mod. For developers of other mods, an API interface phoupraw.mcmod.client_auto_door.events.ToggledBlockState.EVENT is provided, allowing custom blocks to be registered for automatic management.