Skip to content

Changing containment_door_opened/closed to a new unique sound ends up not properly playing #59

Description

@tEMMIE6823

If you use a resource pack to change the containment_door_opened/closed sound effect to something unique, occasionally it will overlap and rewrite the sound effect with the sliding door sound effect

2025-01-20_20-37-31.mov
"containment_door_closed": {
  "category": "block",
  "sounds": [
    "scp:contain_close1",
    "scp:contain_close2",
    "scp:contain_close3"
  ]
},
"containment_door_opened": {
  "category": "block",
  "sounds": [
    "scp:contain_opened1",
    "scp:contain_opened2",
    "scp:contain_opened3"
  ]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions