You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Double Doors module does not work on copper doors.
To Reproduce
Steps to reproduce the behavior:
Install Double Doors
Place two copper doors in a double-door arrangement
Interact with one of the doors
Observe no Double Doors behaviour, i.e. only one doors opens/closes
Expected behavior
Copper doors are manually toggled, so they should work with the Double Doors module. Interacting with one half of a double door should also open/close the other.
Fix
Double Doors sources its list of compatible doors from the block tag #minecraft:wooden_doors, which does not contain any of the 6 copper doors. Either add a hardcoded exception for the copper doors, or switch to the block tag #minecraft:mob_interactable_doors (the purpose of which needs some investigating).
Environment
Minecraft version: 1.20.5+
Additional context
This does not apply to the Gamemode 4 Public Server, as it is running 1.20 with 1.20.5 experimental features enabled.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Double Doors module does not work on copper doors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Copper doors are manually toggled, so they should work with the Double Doors module. Interacting with one half of a double door should also open/close the other.
Fix
Double Doors sources its list of compatible doors from the block tag
#minecraft:wooden_doors
, which does not contain any of the 6 copper doors. Either add a hardcoded exception for the copper doors, or switch to the block tag#minecraft:mob_interactable_doors
(the purpose of which needs some investigating).Environment
Additional context
This does not apply to the Gamemode 4 Public Server, as it is running 1.20 with 1.20.5 experimental features enabled.
The text was updated successfully, but these errors were encountered: