Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 07c5af1

Browse files
committed
0.1.1 version
1 parent b562fe2 commit 07c5af1

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
> ### DynamicSurroundings-RemasteredFabric-1.19-0.1.1
2+
**Requirements**
3+
* Minecraft >=1.19
4+
* Fabric Loader >=0.14.7
5+
* Fabric API >=0.57.0+1.19
6+
7+
**What's New**
8+
* Add Russian localization
9+
* Add setting to disable random sound on Minecraft startup
10+
11+
**Fixes**
12+
* Crash when mod installed together with Optifine and Resource Pack who use custom color for rain splash
13+
* Buttons text in Individual sound control screen
14+
* Reverberation didn't work
15+
* Sound scaling in Individual sound control screen didn't apply to sound volume
16+
17+
**Changes**
18+
* Replace ocean ambient sound because in old sound hear some human sounds
19+
* Now in config "projectile trails display" enabled as default
20+
21+
> ### DynamicSurroundings-RemasteredFabric-1.19-0.1.0
22+
**Requirements**
23+
* Minecraft >=1.19
24+
* Fabric Loader >=0.14.7
25+
* Fabric API >=0.57.0+1.19
26+
27+
First beta for Minecraft 1.19
28+
129
> ### DynamicSurroundings-Fabric-1.17.1-0.0.4
230
**Requirements**
331
* JAVA 16+ (I am using Adoptium https://adoptium.net/)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ loader_version=0.14.7
88

99
# Mod Properties
1010
mod_id=dsurround
11-
mod_version=0.1.0
11+
mod_version=0.1.1
1212
maven_group=org.orecruncher
1313
archives_base_name=DynamicSurroundings-RemasteredFabric
1414

versions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"downloadLocation": "https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings-fabric-edition/files",
2+
"downloadLocation": "https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings-remastered-fabric-edition/files",
33
"releases": {
44
"1.17.1": {
55
"0.0.1": "First Alpha",
@@ -8,10 +8,11 @@
88
"0.0.4": "https://github.com/OreCruncher/DynamicSurroundingsFabric/blob/main/CHANGELOG.md#dynamicsurroundings-fabric-1171-004"
99
},
1010
"1.19": {
11-
"0.1.0": "First beta"
11+
"0.1.0": "First beta",
12+
"0.1.1": "https://github.com/maksim789456/DynamicSurroundingsFabric/blob/main/CHANGELOG.md#dynamicsurroundings-remasteredfabric-119-011"
1213
}
1314
},
1415
"recommend": {
15-
"1.19": "0.1.0"
16+
"1.19": "0.1.1"
1617
}
1718
}

0 commit comments

Comments
 (0)