Skip to content

Commit 2fba64f

Browse files
committed
release 1.9.0
1 parent cdc15a5 commit 2fba64f

4 files changed

Lines changed: 33 additions & 5 deletions

File tree

web/changelog.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# 重要须知:
2-
下个版本`1.9.0`,为空之律者更新前`最后`一个版本,在下个版本更新后,将不会继续维持目前的更新速度,直到所有内容制作完成后一并放出
3-
# 当前版本:1.20.1-1.8.0 Release(2025.7.20)
2+
当前版本`1.9.0`,为空之律者更新前`最后`一个版本,在此版本更新后,将不会继续维持目前的更新速度,直到所有内容制作完成后一并放出
3+
# 当前版本:1.20.1-1.9.0 Release(2025.7.27)
4+
### 新增内容
5+
- 尝试部分原生支持EMI
6+
- 石中姬、雪绒花、全知瑾现在可以用kubejs修改配方
7+
- kubejs示例在[这里](kubejs.md)
8+
### 调整及优化
9+
- 更新了盖亚3唱片和勇士盾的材质
10+
- 盖亚三现在可以通过配置文件调整生成和缴械时的检测玩家背包白名单
11+
### 问题修复
12+
- 修复了fabric部分物品缺少tag的问题
13+
- 修复了服务器中打盖亚途中退出,BossBar异常残留的问题
14+
- 移除了Herobrine
15+
16+
## 当前版本:1.20.1-1.8.0 Release(2025.7.20)
417
### 新增内容
518
#### 新增物品:魔力钢盾牌
619
镶嵌有魔力钢的盾牌相比普通盾牌而言,耐久度更高,而且可以消耗魔力自我修复。

web/changelog_en.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Important
2-
The upcoming version `1.9.0` in next week will be the `Final` update before the `Herrscher of the Void` is released.
2+
Current version `1.9.0` is the `Final` update before the `Herrscher of the Void` is released.
33

4-
After this version, updates will no longer follow the current pace and will be `paused` until all related content is completed and released together.
4+
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-
# Current Version: 1.20.1-1.8.0 Release (2025.7.20)
6+
# 当前版本:1.20.1-1.9.0 Release(2025.7.27)
7+
### New
8+
- Try support EMI
9+
- Stonesia, Edelweiss, Omniviolet now can use kubejs to add new recipes
10+
- See more on [Here](kubejs_en.md)
11+
### Change&Optimize
12+
- Updated Gaia III record texture
13+
- Gaia III now can configurable banning item list
14+
### Bugfix
15+
- Fixed bug that some item do not have tag on fabric
16+
- Fixed bug that gaia boss bar continue alive after disconnect to server and re-login
17+
- Removed Herobrine
18+
19+
## 1.20.1-1.8.0 Release (2025.7.20)
720
### New
821
#### New Item `Manasteel Shield`
922
Manasteel can be inlaid on Shield to improve its properties, and can also consume mana to self repair when damaged.

web/kubejs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ServerEvents.recipes(event => {
2020
//Edelweiss
2121
// .edelweiss(outputMana, inputEntityTypeKey)
2222
extrabotany.edelweiss(100, 'minecraft:cow');
23+
extrabotany.edelweiss(200, '#minecraft:skeletons');
2324

2425
//OmniViolet
2526
// .omniviolet(inputItem, burnTime)

web/kubejs_en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ServerEvents.recipes(event => {
2222
//Edelweiss
2323
// .edelweiss(outputMana, inputEntityTypeKey)
2424
extrabotany.edelweiss(100, 'minecraft:cow');
25+
extrabotany.edelweiss(200, '#minecraft:skeletons');
2526

2627
//OmniViolet
2728
// .omniviolet(inputItem, burnTime)

0 commit comments

Comments
 (0)