Skip to content

Duplication with doors #65

Description

@tomboyish-Girl

I am getting thrice (twice on Creative) the doors when placing and breaking a tall door with Dramatic Doors installed and these custom rules.

This bug happens even if a door's loot table is blank.

    "/minecraft:(?<stem>.+?)_door/": [
      "dramaticdoors:short_${stem}_door",
      "dramaticdoors:tall_${stem}_door",
      "/(?!minecraft:)[^:]+:${stem}_trapdoor/"
    ],

    "/(?<ns>[^:]+):(?<stem>.+?)_door/": [
      "dramaticdoors:short_${stem}_door",
      "dramaticdoors:tall_${stem}_door",
      "${ns}:${stem}_trapdoor"
    ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcompatMod issues that would likely require explicit compatibility code.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions