2 Commits

Author SHA1 Message Date
a782d99c9e v0x01
Add in music for Caves, and some for Sculk / Factory.
2025-08-03 22:21:52 -04:00
cb8ce88138 Create .gitignore 2025-08-03 22:18:33 -04:00
11 changed files with 28 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/src
/target

11
HHC_README.txt Normal file
View File

@@ -0,0 +1,11 @@
HHC Resource Pack Folder
-Created by HHC
All music used in this resource pack is NOT created by us, and will will never take credit FOR making it.
Notes for future!
Normalize all music to a -5db limit.
Version 1:
Added in music for Caves, and some for Sculk / Factory.

11
assets/hhc/sounds.json Normal file
View File

@@ -0,0 +1,11 @@
{
"cave.main":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/cave/landfall", "stream": true}]},
"cave.final_boss":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/cave/until_my_bones_shatter", "stream": true}]},
"sculk.main1":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/sculk/fusion", "stream": true}]},
"sculk.main2":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/sculk/memory_lane", "stream": true}]},
"sculk.main3":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/sculk/rock_bottom", "stream": true}]},
"sculk.main4":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/sculk/vanessa_play", "stream": true}]},
"factory.final_boss":{"category": "master","sounds": [{"name": "hhc:dungeons/brawler/factory/mechanical_rhythm_de", "stream": true}]}
}

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"pack":{
"pack_format": 81,
"description": "Resources curated by the HHC dev team"
}
"pack": {
"pack_format": 64,
"description": "Hydrogen Hosting's custom Resource Pack"
}
}