Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Doors: Copper Doors and Trapdoors are Unaffected #1038

Open
Bloo-dev opened this issue Sep 8, 2024 · 0 comments
Open

Double Doors: Copper Doors and Trapdoors are Unaffected #1038

Bloo-dev opened this issue Sep 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Bloo-dev
Copy link
Member

Bloo-dev commented Sep 8, 2024

Describe the bug
The Double Doors module does not work on copper doors.

To Reproduce
Steps to reproduce the behavior:

  1. Install Double Doors
  2. Place two copper doors in a double-door arrangement
  3. Interact with one of the doors
  4. 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.

@Bloo-dev Bloo-dev added the bug Something isn't working label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant