1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-25 16:36:55 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared
SquidDev 7ec8ddcf7d Delete previous chat messages of the same type
This uses a custom ComputerCraft packet to send chat messages to the
client. When received, we delete all messages of the same category
before sending the new ones.

This avoids cluttering the chat with near-identical messages, and helps
make working with the "individual dump" command easier, as the previous
computer's dump output is deleted.

Also change the max height of the TextTable to 18, so it fits within
Minecraft's default chat limit.
2018-05-15 11:44:23 +01:00
..
command Delete previous chat messages of the same type 2018-05-15 11:44:23 +01:00
common Bump to Forge 1.12.2 2018-03-24 12:20:51 +00:00
computer Merge pull request #528 from SquidDev-CC/ComputerCraft/feature/computer-upgrade 2018-03-15 17:39:17 +00:00
integration Add simple JEI integration 2017-10-25 13:40:35 +01:00
media Always create extended disks 2018-04-27 09:51:28 +01:00
network Delete previous chat messages of the same type 2018-05-15 11:44:23 +01:00
peripheral Various improvements to peripheral invalidation 2018-04-16 18:22:28 +01:00
pocket Bump to Forge 1.12.2 2018-03-24 12:20:51 +00:00
proxy A couple of fixes for maven and CCEmuX 2018-04-20 19:39:53 +01:00
turtle Add support for tracking fs, turtle and peripheral operations 2018-04-17 09:22:26 +01:00
util Bump to Forge 1.12.2 2018-03-24 12:20:51 +00:00
wired Various improvements to peripheral invalidation 2018-04-16 18:22:28 +01:00