diff --git a/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/_zh_cn/index.md b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/_zh_cn/index.md new file mode 100644 index 000000000000..5d08a7022878 --- /dev/null +++ b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/_zh_cn/index.md @@ -0,0 +1,19 @@ +--- +navigation: + title: "AE2 Tangible Bookmarks" + position: 80 +--- + +# AE2 Tangible Bookmarks + +AE2 Tangible Bookmarks能将物品管理器模组(JEI/EMI/REI)的书签和AE2的终端连接起来。 + +使用AE2终端时,点击JEI、EMI、REI中的书签/收藏物品,即可直接向网络请求它们,无需再在终端搜索栏内输入对应名称。 + +## 物品 +- [终端书签交互卡](terminal_bookmark_interact_card.md) + +## 配置: + +- 默认键位可在按键设置菜单和模组的终端配置栏内查看。 +- EMI键位可在EMI的配置中查看。 diff --git a/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/_zh_cn/terminal_bookmark_interact_card.md b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/_zh_cn/terminal_bookmark_interact_card.md new file mode 100644 index 000000000000..0eab64b46982 --- /dev/null +++ b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/_zh_cn/terminal_bookmark_interact_card.md @@ -0,0 +1,23 @@ +--- +navigation: + title: 终端书签交互卡 + icon: terminal_bookmark_interact_card + parent: index.md + position: 001 +categories: + - ae2tb +item_ids: + - terminal_bookmark_interact_card +--- +# 终端书签交互卡 + + + +可让AE2终端直接与JEI、EMI、REI中的书签物品交互。 + +安装此卡后,书签项便不再是普通的引用了——它们变成了集成于ME网络的快捷链接。 + +## 配方 + + + diff --git a/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/index.md b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/index.md new file mode 100644 index 000000000000..a67840679fed --- /dev/null +++ b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/index.md @@ -0,0 +1,19 @@ +--- +navigation: + title: "AE2 Tangible Bookmarks" + position: 80 +--- + +# AE2 Tangible Bookmarks + +AE2 Tangible Bookmarks connects your item list mod(JEI/EMI/REI) bookmarks to AE2 terminals. + +When you are using an AE2 terminal, you can point at a bookmarked or favorited item in JEI, EMI, or REI and request that item directly from the network without typing it into the terminal search first. + +## Items +- [Terminal Bookmark Interact Card](terminal_bookmark_interact_card.md) + +## Configuration: + +- The default bindings are available from key setting or mod's terminal config tab. +- EMI bindings are available from EMI's Configuration diff --git a/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/terminal_bookmark_interact_card.md b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/terminal_bookmark_interact_card.md new file mode 100644 index 000000000000..551c1dfe38be --- /dev/null +++ b/projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/terminal_bookmark_interact_card.md @@ -0,0 +1,23 @@ +--- +navigation: + title: Terminal Bookmark Interact Card + icon: terminal_bookmark_interact_card + parent: index.md + position: 001 +categories: + - ae2tb +item_ids: + - terminal_bookmark_interact_card +--- +# Terminal Bookmark Interact Card + + + +The enables direct interaction between AE2 terminals and bookmarked items from JEI, EMI, and REI. + +Once the card is installed, bookmark panels stop being passive references and become shortcuts into your ME network. + +## Recipe + + + diff --git a/projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/en_us.json b/projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/en_us.json new file mode 100644 index 000000000000..2ac29c1333ad --- /dev/null +++ b/projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/en_us.json @@ -0,0 +1,10 @@ +{ + "key.categories.ae2tb": "AE2 Tangible Bookmarks", + "key.ae2tb.pickup_single_item": "Single Item Pickup", + "key.ae2tb.pickup_set_item": "Stack Item Pickup", + "key.ae2tb.picked_item_autocrafting": "Request Item Autocrafting", + "config.emi.group.ae2tb": "AE2 Tangible Bookmarks", + "gui.ae2tb.config.title": "AE2 Tangible Bookmarks Setting", + "item.ae2tb.terminal_bookmark_interact_card": "Terminal Bookmark Interact Card", + "item.ae2tb.terminal_bookmark_interact_card.desc": "Enables terminal interaction with JEI/EMI/REI bookmarks" +} diff --git a/projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/zh_cn.json b/projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/zh_cn.json new file mode 100644 index 000000000000..e1ddc800b61f --- /dev/null +++ b/projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/zh_cn.json @@ -0,0 +1,10 @@ +{ + "key.categories.ae2tb": "AE2 Tangible Bookmarks", + "key.ae2tb.pickup_single_item": "拿取单个物品", + "key.ae2tb.pickup_set_item": "拿取整组物品", + "key.ae2tb.picked_item_autocrafting": "请求自动合成物品", + "config.emi.group.ae2tb": "AE2 Tangible Bookmarks", + "gui.ae2tb.config.title": "AE2 Tangible Bookmarks设置", + "item.ae2tb.terminal_bookmark_interact_card": "终端书签交互卡", + "item.ae2tb.terminal_bookmark_interact_card.desc": "可让终端与JEI/EMI/REI书签交互" +}