Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
OreCruncher committed Jan 14, 2021
1 parent a9e6917 commit 419838d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
> ### DynamicSurroundings-1.16.4-4.0.3.4
**Requirements**
* Forge 1.16.4-35.1.10+
* 100% client side; no server side deployment needed
* Cloth Config API (Forge) is optional

**Fixes**
* Calculate sound volume from individual sound configs correctly. Prior sound volumes were way too low.

> ### DynamicSurroundings-1.16.4-4.0.3.3
**Requirements**
* Forge 1.16.4-35.1.10+
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Forge mod that gives the player control over the sounds that play.
<a href="https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings"><img src="http://cf.way2muchnoise.eu/full_dynamic-surroundings_downloads.svg" alt="CurseForge Project"/></a>
</br></br>

The Dynamic Surroundings 1.16.4 combines 3 mods from 1.14.x+ into a single mod:
* Dynamic Surroundings: Sound Control
* Dynamic Surroundings: Environs
* Dynamic Surroundings: Mob Effects

### License
Dynamic Surroundings

Expand Down
2 changes: 1 addition & 1 deletion configuration.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Basics defined up here to make life easier
// Tweak the defs, not the others!
def mcVersion = '1.16.4'
def modVersion = '4.0.3.3'
def modVersion = '4.0.3.4'
def modDesignator = ''
def forgeVersion = '35.1.28'
def snapshot = '20201028-1.16.3'
Expand Down
7 changes: 4 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"4.0.3.0": "See https://github.com/OreCruncher/DynamicSurroundings2/blob/master/CHANGELOG.md",
"4.0.3.1": "See https://github.com/OreCruncher/DynamicSurroundings2/blob/master/CHANGELOG.md",
"4.0.3.2": "See https://github.com/OreCruncher/DynamicSurroundings2/blob/master/CHANGELOG.md",
"4.0.3.3": "See https://github.com/OreCruncher/DynamicSurroundings2/blob/master/CHANGELOG.md"
"4.0.3.3": "See https://github.com/OreCruncher/DynamicSurroundings2/blob/master/CHANGELOG.md",
"4.0.3.4": "See https://github.com/OreCruncher/DynamicSurroundings2/blob/master/CHANGELOG.md"
},
"promos": {
"1.16.4-latest": "1.16.4-4.0.3.3",
"1.16.4-recommended": "1.16.4-4.0.3.3"
"1.16.4-latest": "1.16.4-4.0.3.4",
"1.16.4-recommended": "1.16.4-4.0.3.4"
}
}

0 comments on commit 419838d

Please sign in to comment.