Skip to content

Commit

Permalink
Season music
Browse files Browse the repository at this point in the history
  • Loading branch information
OreCruncher committed Feb 11, 2024
1 parent 9311322 commit f1b791f
Show file tree
Hide file tree
Showing 19 changed files with 215 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packs/Dynamic Surroundings - Seasons/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Sounds
The sounds provided with Dynamic Surroundings are from the public
domain or have Creative Common restrictions. These restrictions may impact
whether LPs can be monetized on the various streaming services.

##### Modifications (if any):
* Sounds converted to OGG format as necessary

##### Credits

*dsurround_seasons:music.season.spring*
*dsurround_seasons:music.season.summer*
*dsurround_seasons:music.season.autumn*
*dsurround_seasons:music.season.winter*

<ul>
<li><a href="https://archive.org/details/ETitleA.Vivaldi-TheFourSeasons">The Four Seasons</a> by Jerzey Kulik | License: Open Source Audio</li>
</ul>
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"biomeSelector": "OVERWORLD && (FOREST || PLAINS)",
"_comment": "Music for Seasons",
"acoustics": [
{
"factory": "dsurround_seasons:music/season/spring",
"type": "music",
"conditions": "season.isSpring()"
},
{
"factory": "dsurround_seasons:music/season/summer",
"type": "music",
"conditions": "season.isSummer()"
},
{
"factory": "dsurround_seasons:music/season/autumn",
"type": "music",
"conditions": "season.isAutumn()"
},
{
"factory": "dsurround_seasons:music/season/winter",
"type": "music",
"conditions": "season.isWinter()"
}
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"location": "dsurround_seasons:music/season/spring",
"soundEvent": "dsurround_seasons:music.season.spring",
"category": "MUSIC",
"music": {
"min_delay": 3000,
"max_delay": 12000,
"replace_current_music": false
}
},
{
"location": "dsurround_seasons:music/season/summer",
"soundEvent": "dsurround_seasons:music.season.summer",
"category": "MUSIC",
"music": {
"min_delay": 3000,
"max_delay": 12000,
"replace_current_music": false
}
},
{
"location": "dsurround_seasons:music/season/autumn",
"soundEvent": "dsurround_seasons:music.season.autumn",
"category": "MUSIC",
"music": {
"min_delay": 3000,
"max_delay": 12000,
"replace_current_music": false
}
},
{
"location": "dsurround_seasons:music/season/winter",
"soundEvent": "dsurround_seasons:music.season.winter",
"category": "MUSIC",
"music": {
"min_delay": 3000,
"max_delay": 12000,
"replace_current_music": false
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"music.season.spring": {
"ds_title": "The Four Seasons - Spring",
"ds_category": "music",
"ds_credits": [
{
"name": "The Four Seasons Concerto No. 1 in E Major",
"author": "Vivaldi, arranged by Jerzey Kulik",
"website": "https://archive.org/details/ETitleA.Vivaldi-TheFourSeasons",
"license": "Open Source Audio"
}
],
"sounds": [
{
"name": "dsurround_seasons:music/spring1",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/spring2",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/spring3",
"stream": true,
"volume": 0.5
}
]
},
"music.season.summer": {
"ds_title": "The Four Seasons - Summer",
"ds_category": "music",
"ds_credits": [
{
"name": "The Four Seasons Concerto No. 2 in G Minor",
"author": "Vivaldi, arranged by Jerzey Kulik",
"website": "https://archive.org/details/ETitleA.Vivaldi-TheFourSeasons",
"license": "Open Source Audio"
}
],
"sounds": [
{
"name": "dsurround_seasons:music/summer1",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/summer2",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/summer3",
"stream": true,
"volume": 0.5
}
]
},
"music.season.autumn": {
"ds_title": "The Four Seasons - Autumn",
"ds_category": "music",
"ds_credits": [
{
"name": "The Four Seasons Concerto No. 3 in F Major",
"author": "Vivaldi, arranged by Jerzey Kulik",
"website": "https://archive.org/details/ETitleA.Vivaldi-TheFourSeasons",
"license": "Open Source Audio"
}
],
"sounds": [
{
"name": "dsurround_seasons:music/autumn1",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/autumn2",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/autumn3",
"stream": true,
"volume": 0.5
}
]
},
"music.season.winter": {
"ds_title": "The Four Seasons - Winter",
"ds_category": "music",
"ds_credits": [
{
"name": "The Four Seasons Concerto No. 4 in F Minor",
"author": "Vivaldi, arranged by Jerzey Kulik",
"website": "https://archive.org/details/ETitleA.Vivaldi-TheFourSeasons",
"license": "Open Source Audio"
}
],
"sounds": [
{
"name": "dsurround_seasons:music/winter1",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/winter2",
"stream": true,
"volume": 0.5
},
{
"name": "dsurround_seasons:music/winter3",
"stream": true,
"volume": 0.5
}
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions packs/Dynamic Surroundings - Seasons/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Dynamic Surroundings - Seasons Resource Pack"
}
}
Binary file added packs/Dynamic Surroundings - Seasons/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1b791f

Please sign in to comment.