作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: neoforge
标签: decoration technology
GUI-based (dumb) terminal peripheral blocks for CC:Tweaked.
term API exposed as a peripheralcomputercraft:terminal_size data component supportterminal program with shell autocompletionEvents fired on attached computers when a player interacts with the terminal GUI:
| Event | Arguments | Normal | Advanced |
|---|---|---|---|
terminal_key |
side, key, isRepeat |
yes | yes |
terminal_key_up |
side, key |
yes | yes |
terminal_char |
side, character |
yes | yes |
terminal_paste |
side, text |
yes | yes |
terminal_mouse_click |
side, button, x, y |
no | yes |
terminal_mouse_up |
side, button, x, y |
no | yes |
terminal_mouse_drag |
side, button, x, y |
no | yes |
terminal_mouse_scroll |
side, direction, x, y |
no | yes |
terminal <side> <program> [arguments]
Redirects output to the terminal peripheral and translates terminal_* events into standard events (key, char, mouse_click, etc.) so any program runs unmodified.
Requires CC:Tweaked 1.117.0+ on Minecraft 1.21.1. Available for both Fabric and NeoForge.
请登录后举报
暂无评论,抢个沙发吧~