Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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中的书签/收藏物品,即可直接向网络请求它们,无需再在终端搜索栏内输入对应名称。

## 物品
- <ItemImage id="ae2tb:terminal_bookmark_interact_card"/>[终端书签交互卡](terminal_bookmark_interact_card.md)

## 配置:

- 默认键位可在按键设置菜单和模组的终端配置栏内查看。
- EMI键位可在EMI的配置中查看。
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
navigation:
title: 终端书签交互卡
icon: terminal_bookmark_interact_card
parent: index.md
position: 001
categories:
- ae2tb
item_ids:
- terminal_bookmark_interact_card
---
# 终端书签交互卡
<ItemImage id="ae2tb:terminal_bookmark_interact_card" scale={3}/>


<ItemLink id="ae2tb:terminal_bookmark_interact_card"/>可让AE2终端直接与JEI、EMI、REI中的书签物品交互。

安装此卡后,书签项便不再是普通的引用了——它们变成了集成于ME网络的快捷链接。

## 配方
<RecipesFor id="ae2tb:terminal_bookmark_interact_card" />


19 changes: 19 additions & 0 deletions projects/1.21/assets/ae2-tangible-bookmarks/ae2guide/index.md
Original file line number Diff line number Diff line change
@@ -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
- <ItemImage id="ae2tb:terminal_bookmark_interact_card"/>[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
Original file line number Diff line number Diff line change
@@ -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
<ItemImage id="ae2tb:terminal_bookmark_interact_card" scale={3}/>


The <ItemLink id="ae2tb:terminal_bookmark_interact_card"/> 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
<RecipesFor id="ae2tb:terminal_bookmark_interact_card" />


10 changes: 10 additions & 0 deletions projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions projects/1.21/assets/ae2-tangible-bookmarks/ae2tb/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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书签交互"
}
Loading