Skip to content

Commit

Permalink
немного насыпал музычки
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf0rtuna4 committed May 21, 2024
1 parent 78d8ae5 commit 2ce8885
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.test
.git
.git
*.zip
29 changes: 24 additions & 5 deletions assets/minecraft/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,33 @@
]
},

"hrl.fun_phonk": {
"sounds":[
"hrl_phonk"
]
},
"hrl.bad.ending" : {
"sounds" : [
"hrl_wrong_screamer"
]
},

"hrl.teleport.sound": {
"sounds": [
"hrl_teleport"
]
},

"hrl.portal.open": {
"sounds": [
"hrl_portal_open"
]
},

"hrl.monster.screams": {
"sounds": [
"hrl_monster"
]
},

"hrl.summon": {
"sounds": [
"hrl_summon"
]
}
}
Binary file added assets/minecraft/sounds/hrl_monster.ogg
Binary file not shown.
Binary file removed assets/minecraft/sounds/hrl_phonk.ogg
Binary file not shown.
Binary file added assets/minecraft/sounds/hrl_portal_open.ogg
Binary file not shown.
Binary file added assets/minecraft/sounds/hrl_summon.ogg
Binary file not shown.
Binary file added assets/minecraft/sounds/hrl_teleport.ogg
Binary file not shown.

0 comments on commit 2ce8885

Please sign in to comment.