fix: fix problematic sounds (minor skill issue)

This commit is contained in:
KoblizekXD 2023-11-23 19:09:06 +01:00 committed by Boblet
parent 862488d421
commit 4af44b880d
2 changed files with 9 additions and 9 deletions

View File

@ -568,7 +568,7 @@ public abstract class DoorDecl {
};
@Override
public String getCloseSoundEnd() {
return "hbmsound:door.qe_sliding_shut";
return "hbm:door.qe_sliding_shut";
};
@Override
public String getOpenSoundLoop() {

View File

@ -70,14 +70,14 @@
"door.garage_move": { "category": "block", "sounds": [{"name": "block/door/garage_move", "stream": false}] },
"door.garage_stop": { "category": "block", "sounds": [{"name": "block/door/garage_stop", "stream": false}] },
"block.door.lever": {"category": "player", "sounds": [{"name": "hbm:block/doors/lever1", "stream": false}]},
"block.door.wgh_big_start": {"category": "player", "sounds": [{"name": "hbm:block/doors/door_wgh_big_start", "stream": false}]},
"block.door.wgh_big_stop": {"category": "player", "sounds": [{"name": "hbm:block/doors/door_wgh_big_stop", "stream": false}]},
"block.door.qe_sliding_shut": {"category": "player", "sounds": [{"name": "hbm:block/doors/doorshut_1", "stream": false}]},
"block.door.qe_sliding_opened": {"category": "player", "sounds": [{"name": "hbm:block/doors/doorslide_opened1", "stream": false}]},
"block.door.qe_sliding_opening": {"category": "player", "sounds": [{"name": "hbm:block/doors/doorslide_opening1", "stream": false}]},
"block.door.sliding_seal_open": {"category": "player", "sounds": [{"name": "hbm:block/doors/doormove2", "stream": false}]},
"block.door.sliding_seal_stop": {"category": "player", "sounds": [{"name": "hbm:block/doors/metal_stop1", "stream": false}]},
"door.lever": {"category": "player", "sounds": [{"name": "block/door/lever1", "stream": false}]},
"door.wgh_big_start": {"category": "player", "sounds": [{"name": "block/door/door_wgh_big_start", "stream": false}]},
"door.wgh_big_stop": {"category": "player", "sounds": [{"name": "block/door/door_wgh_big_stop", "stream": false}]},
"door.qe_sliding_shut": {"category": "player", "sounds": [{"name": "block/door/doorshut_1", "stream": false}]},
"door.qe_sliding_opened": {"category": "player", "sounds": [{"name": "block/door/doorslide_opened1", "stream": false}]},
"door.qe_sliding_opening": {"category": "player", "sounds": [{"name": "block/door/doorslide_opening1", "stream": false}]},
"door.sliding_seal_open": {"category": "player", "sounds": [{"name": "block/door/doormove2", "stream": false}]},
"door.sliding_seal_stop": {"category": "player", "sounds": [{"name": "block/door/metal_stop1", "stream": false}]},
"item.techBleep": {"category": "player", "sounds": [{"name": "tool/techBleep", "stream": false}]},
"item.techBoop": {"category": "player", "sounds": [{"name": "tool/techBoop", "stream": false}]},