Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed Feb 17, 2022
1 parent a954f63 commit a5f3925
Show file tree
Hide file tree
Showing 7 changed files with 12 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.4§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.5§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.4§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.5§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.4§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.5§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.4§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.5§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/handle/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.4","color": "gold","bold": true}]}
tellraw @s {"translate": "Please install the correct resource pack","with":[{"text": "0.5.5","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.4",
"text": " v0.5.5",
"color": "gold"
},
{
Expand Down
6 changes: 6 additions & 0 deletions 版本记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,9 @@
* ANC-000057 v0.5.4-pre3 引雷II失效
* ANC-000058 v0.5.4-pre4 汤圆合成数量与介绍不同
* ANC-000059 v0.5.4-pre4 引雷Ⅱ失效

## 2022/02/17 0.5.5
* Fixed Bugs
* ANC-000060 v0.5.4 将磁铁可以吸起掉落中的铁砧设置为否时,被充能的磁铁不能一直吸住铁砧
* ANC-000061 v0.5.4 磁铁会将任何下落中的重力方块吸起来
* ANC-000062 v0.5.4 合成器中合成协议时,若物品摆放错误,则物品会被吞掉

0 comments on commit a5f3925

Please sign in to comment.