Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
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.
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.