Allium Peripherals
Yet another peripheral mod for ComputerCraft:Restitched
Обновлён 8 августа 2022 г. · опубликован 28 мая 2022 г.
Allium Peripherals
Allium offers two peripherals for CC:R at present. A survival, and creative chat modem. These modems function identically to the chat module from SquidDev's Plethora peripherals mod.
Items
The current list of items in the game, along with a bit of documentation on their methods.
Chat Modem
To start, craft one using 8 gold ingots surrounding a CC speaker. Place one down and right click on one to bind yourself, right click to unbind. Nobody else can unbind you from a chat modem you've bound yourself to (apart from breaking and replacing it). Once bound you have access to all the methods:
capture: add a pattern to queue an event every time you send a message that matches. Once a message gets captured, it does not get sent to anyone else.uncapture: removes a single given pattern or all patterns if none are suppliedgetCaptures: returns a table of all capturesgetBoundPlayer: returns two strings, the username of the bound player, and the UUID of the bound playersay: sends a message to the bound player.
The chat modem allows for unlimited distance sending and receiving of messages, with the drawback that it can only bind to one player.
Creative Chat Modem
The creative chat modem is similar to a survival modem, with the exception that it applies captures globally. Since it
lacks the need for a player, the methods getBoundPlayer and say do not apply to the creative chat modem, all others
from the survival modem are identical.
Credits
I would like to give a huge(blank) thanks for all the users on the fabric community discord for helping me make this mod a reality, from shouting at me to refresh gradle, to dealing with my mental breakdown while trying to implement block entities. I'd also like to thank SquidDev in particular for assisting me when I came across issues with the CC end of the mod.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.3.4 | Бета | 1.19 | fabric | 8 августа 2022 г. | Скачать (49 КБ) |
| 0.3.3 | Бета | 1.18.2 | fabric | 8 августа 2022 г. | Скачать (50 КБ) |
| 0.3.2 | Бета | 1.19 | fabric | 4 августа 2022 г. | Скачать (49 КБ) |
| 0.3.1 | Бета | 1.18.2 | fabric | 4 августа 2022 г. | Скачать (49 КБ) |
| 0.3.0 | Бета | 1.17.1 | fabric | 4 августа 2022 г. | Скачать (49 КБ) |
| 0.2.2 | Альфа | 1.18.2 | fabric | 28 мая 2022 г. | Скачать (46 КБ) |
| 0.2.1 | Альфа | 1.17.1 | fabric | 28 мая 2022 г. | Скачать (46 КБ) |
| 0.2.0 | Альфа | 1.16.5 | fabric | 28 мая 2022 г. | Скачать (49 КБ) |
| 0.1.0 | Альфа | 1.14.4 | fabric | 28 мая 2022 г. | Скачать (45 КБ) |
Ченджлог
0.3.4Бета1.19 · 8 августа 2022 г.
- Address critical NPE issue with the creative chat modem (#11)
0.3.3Бета1.18.2 · 8 августа 2022 г.
- Address critical NPE issue with the creative chat modem (#11)
0.3.2Бета1.19 · 4 августа 2022 г.
- Adds missing loot tables and tags
- Fixes chat modems
.say()method not sending messages when the player is in a different dimension. - [BREAKING] Change namespace from
alliumtoallium_peripherals. All modem items and blocks will vanish. Admins consider logging where and how many modems exist. This change was necessary due to a naming conflict with Allium. Given the nature of Allium, when compared to AP, it took priority. I apologize for the inconvenience.
0.3.1Бета1.18.2 · 4 августа 2022 г.
- Adds missing loot tables and tags
- Fixes chat modems
.say()method not sending messages when the player is in a different dimension. - [BREAKING] Change namespace from
alliumtoallium_peripherals. All modem items and blocks will vanish. Admins consider logging where and how many modems exist. This change was necessary due to a naming conflict with Allium. Given the nature of Allium, when compared to AP, it took priority. I apologize for the inconvenience.
0.3.0Бета1.17.1 · 4 августа 2022 г.
- Adds missing loot tables and tags
- Fixes chat modems
.say()method not sending messages when the player is in a different dimension. - [BREAKING] Change namespace from
alliumtoallium_peripherals. All modem items and blocks will vanish. Admins consider logging where and how many modems exist. This change was necessary due to a naming conflict with Allium. Given the nature of Allium, when compared to AP, it took priority. I apologize for the inconvenience.
0.2.2Альфа1.18.2 · 28 мая 2022 г.
- Brings allium peripherals up to date with 1.18.2
Special thanks to @PTOM76 (again)!
0.2.1Альфа1.17.1 · 28 мая 2022 г.
- Brings allium peripherals up to date with 1.17.1
Special thanks to @PTOM76 for this!
0.2.0Альфа1.16.5 · 28 мая 2022 г.
- Now works in the latest release of the game!
- This was accomplished by supporting a maintained fork of CC, CC: Restitched Updated. These forks are becoming a mouthful.
- Retextured the modems using the JAPPA style textures provided by CC:RU.
Комментарии
Загружаем…