-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugged cherry fence gate sounds. (#56)
* Fix bugged cherry fence gate sounds. * Bump version * Update developer documentation * Typo Fix 1 Co-authored-by: chris <[email protected]> * Typo Fix 2 Co-authored-by: chris <[email protected]> --------- Co-authored-by: chris <[email protected]>
- Loading branch information
1 parent
095a9dd
commit e02280f
Showing
4 changed files
with
101 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"format_version": "1.20.20", | ||
"sound_definitions": { | ||
"close.cherry_wood_fence_gate": { | ||
"category": "block", | ||
"max_distance": null, | ||
"min_distance": null, | ||
"sounds": [ | ||
"sounds/block/cherry_wood_fence_gate/toggle1", | ||
"sounds/block/cherry_wood_fence_gate/toggle2", | ||
"sounds/block/cherry_wood_fence_gate/toggle3" | ||
] | ||
}, | ||
"open.cherry_wood_fence_gate": { | ||
"category": "block", | ||
"max_distance": null, | ||
"min_distance": null, | ||
"sounds": [ | ||
"sounds/block/cherry_wood_fence_gate/toggle1", | ||
"sounds/block/cherry_wood_fence_gate/toggle2", | ||
"sounds/block/cherry_wood_fence_gate/toggle3" | ||
] | ||
} | ||
} | ||
} |