Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
* Changes
    * 磁铁性能优化
        * 优化前:176mspt/(100磁铁运行时)
        * 优化后:32mspt/(100磁铁运行时)
* Additives
    * 梗体中文支持
* Fixed Bugs
    * ANC-000044 部分烹饪类配方数量与介绍还是不匹配
  • Loading branch information
Gu-ZT committed Feb 8, 2022
1 parent 2cc33d9 commit 31d149c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/anc/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Please install the correct resource pack":"§f§l============================§r\n§b§lWelcome to use AnvilCraft,Datapack Version:§r%s§b§l,Resourcepack Version:§6§l0.5.1§r\n§b§lDatapack author:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§lResourcepack author:§r§6§lXe_Kr§r\n§f§l============================§r",
"Please install the correct resource pack":"§f§l============================§r\n§b§lWelcome to use AnvilCraft,Datapack Version:§r%s§b§l,Resourcepack Version:§6§l0.5.2§r\n§b§lDatapack author:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§lResourcepack author:§r§6§lXe_Kr§r\n§f§l============================§r",
"anc.block.magnet_block.name": "Magnet Block",
"anc.block.magnet_block.lore": "When activated by redstone, it can suck up the anvil directly below it (within 4 blocks)",
"anc.item.empty_protocol.name": "Empty Protocol",
Expand Down
2 changes: 1 addition & 1 deletion assets/anc/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Please install the correct resource pack":"§f§l============================§r\n§b§l欢迎使用铁砧工艺,数据包版本:§r%s§b§l,资源包版本:§6§l0.5.1§r\n§b§l数据包作者:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§l资源包作者:§r§6§lXe_Kr§r\n§f§l============================§r",
"Please install the correct resource pack":"§f§l============================§r\n§b§l欢迎使用铁砧工艺,数据包版本:§r%s§b§l,资源包版本:§6§l0.5.2§r\n§b§l数据包作者:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§l资源包作者:§r§6§lXe_Kr§r\n§f§l============================§r",
"anc.block.magnet_block.name": "磁铁",
"anc.block.magnet_block.lore": "被红石激活时可以吸起其正下方(4个方块内)的铁砧",
"anc.block.crafting_machine.name": "合成器",
Expand Down
2 changes: 1 addition & 1 deletion assets/anc/lang/zh_hk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Please install the correct resource pack":"§f§l============================§r\n§b§l歡迎使用鐵砧工藝,資料包版本:§r%s§b§l,資源包版本:§6§l0.5.1§r\n§b§l資料包作者:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§l資源包作者:§r§6§lXe_Kr§r\n§f§l============================§r",
"Please install the correct resource pack":"§f§l============================§r\n§b§l歡迎使用鐵砧工藝,資料包版本:§r%s§b§l,資源包版本:§6§l0.5.2§r\n§b§l資料包作者:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§l資源包作者:§r§6§lXe_Kr§r\n§f§l============================§r",
"anc.block.magnet_block.name": "磁鐵",
"anc.block.magnet_block.lore": "被紅石啟動時可以吸起其正下方(4個方塊內)的鐵砧",
"anc.item.empty_protocol.name": "空協定",
Expand Down
2 changes: 1 addition & 1 deletion assets/anc/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Please install the correct resource pack":"§f§l============================§r\n§b§l歡迎使用鐵砧工藝,資料包版本:§r%s§b§l,資源包版本:§6§l0.5.1§r\n§b§l資料包作者:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§l資源包作者:§r§6§lXe_Kr§r\n§f§l============================§r",
"Please install the correct resource pack":"§f§l============================§r\n§b§l歡迎使用鐵砧工藝,資料包版本:§r%s§b§l,資源包版本:§6§l0.5.2§r\n§b§l資料包作者:§r§6§lGu_ZT§r§b§l、§r§6§lsch246§r §b§l資源包作者:§r§6§lXe_Kr§r\n§f§l============================§r",
"anc.block.magnet_block.name": "磁鐵",
"anc.block.magnet_block.lore": "被紅石啟動時可以吸起其正下方(4個方塊內)的鐵砧",
"anc.item.empty_protocol.name": "空協定",
Expand Down
2 changes: 1 addition & 1 deletion data/anc/functions/join.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tellraw @s {"translate": "Please install the correct resource pack","with":[{"text": "0.5.1","color": "gold","bold": true}]}
tellraw @s {"translate": "Please install the correct resource pack","with":[{"text": "0.5.2","color": "gold","bold": true}]}
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"color": "gold"
},
{
"text": " v0.5.1",
"text": " v0.5.2",
"color": "gold"
},
{
Expand Down
10 changes: 10 additions & 0 deletions 版本记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,13 @@
* ANC-000040 部分烹饪类配方数量与介绍不匹配
* ANC-000041 保护协议的取消保护又影响到磁铁了
* ANC-000042 新的磁铁不能分解为磁铁锭

## 2022/02/09 0.5.2
* Changes
* 磁铁性能优化
* 优化前:176mspt/(100磁铁运行时)
* 优化后:32mspt/(100磁铁运行时)
* Additives
* 梗体中文支持
* Fixed Bugs
* ANC-000044 部分烹饪类配方数量与介绍还是不匹配

0 comments on commit 31d149c

Please sign in to comment.