Skip to content

Commit 315bd6c

Browse files
committed
hotfix 1
1 parent c793151 commit 315bd6c

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

Xplat/src/generated/resources/assets/extrabotany/sounds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
{
140140
"name": "extrabotany:music/gaia3",
141141
"stream": true,
142-
"volume": 0.3
142+
"volume": 1.3
143143
}
144144
]
145145
}

Xplat/src/main/java/io/github/lounode/extrabotany/data/SoundProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void registerSounds() {
8787
.with(
8888
SoundDefinitionsProvider.sound(relocateOggPath(MUSIC_GAIA3.getLocation()))
8989
.stream()
90-
.volume(0.3F)
90+
.volume(1.3F)
9191
)
9292
);
9393

Binary file not shown.

web/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 重要须知:
22
当前版本`1.9.0`,为空之律者更新前`最后`一个版本,在此版本更新后,将不会继续维持目前的更新速度,直到所有内容制作完成后一并放出
33
# 当前版本:1.20.1-1.9.0 Release(2025.7.27)
4+
## 热修复1: 修复了盖亚三BGM在远处也能听到的bug
45
### 新增内容
56
- 尝试部分原生支持EMI
67
- 石中姬、雪绒花、全知瑾现在可以用kubejs修改配方

web/changelog_en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Current version `1.9.0` is the `Final` update before the `Herrscher of the Void`
33

44
After this version released, updates will no longer follow the current pace and will be `paused` until all related content is completed and released together.
55

6-
# 当前版本:1.20.1-1.9.0 Release(2025.7.27)
6+
# Current Version: 1.20.1-1.9.0 Release(2025.7.27)
7+
## Hotfix1: fixed gaia 3 music that can be heard faraway
78
### New
89
- Try support EMI
910
- Stonesia, Edelweiss, Omniviolet now can use kubejs to add new recipes

0 commit comments

Comments
 (0)