This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
29
> ### DynamicSurroundings-Fabric-1.17.1-0.0.4
2
30
** Requirements**
3
31
* JAVA 16+ (I am using Adoptium https://adoptium.net/ )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ loader_version=0.14.7
8
8
9
9
# Mod Properties
10
10
mod_id =dsurround
11
- mod_version =0.1.0
11
+ mod_version =0.1.1
12
12
maven_group =org.orecruncher
13
13
archives_base_name =DynamicSurroundings-RemasteredFabric
14
14
Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"releases" : {
4
4
"1.17.1" : {
5
5
"0.0.1" : " First Alpha" ,
8
8
"0.0.4" : " https://github.com/OreCruncher/DynamicSurroundingsFabric/blob/main/CHANGELOG.md#dynamicsurroundings-fabric-1171-004"
9
9
},
10
10
"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"
12
13
}
13
14
},
14
15
"recommend" : {
15
- "1.19" : " 0.1.0 "
16
+ "1.19" : " 0.1.1 "
16
17
}
17
18
}
You can’t perform that action at this time.
0 commit comments