ChatSphere

A sleek social chat mod for Minecraft that replaces vanilla chat with channels, private messaging, and a modern GUI.
Back to Files

chatsphere-2.0.2.jar

File namechatsphere-2.0.2.jar
Uploader
xwwsddxwwsdd
Uploaded
Jul 28, 2026
Downloads
12
Size
426.9 KB
Mod Loaders
NeoForge
File ID
8527800
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:chatsphere-1615151:8527800"

Learn more about Curse Maven

What's new

v2.0.2

Added

  • Item sharing — pick an item from inventory via the new item picker panel (item_chest icon); item NBT serialized and sent with chat messages; displayed as item icon + name in chat bubbles (ModChatScreen) and HUD overlay (ChatHudOverlay)
  • ItemSerialization utility for NBT-based item serialization/deserialization
  • ItemPickerPanel widget for inventory item selection

Changed

  • ChatMessageData, StoredMessage records now carry an optional itemNbt field through the entire pipeline: client send → server channel action → bridge relay → message sync → client display
  • Duplicate message detection now compares itemNbt to avoid merging different items
  • HUD bubble rendering adapts height and layout when an item is present
  • addMessage() skips reply bar rendering when replyContent/replySender is empty
  • ModChatScreen preserves currentConversation for PRIVATE conversations on window resize
  • Input placeholder uses dynamic [slotNumber] format when an item is selected
  • Version bumped to 2.0.2

Fixed

  • Window resize no longer resets current conversation from PRIVATE to default channel
  • Missing bridge_info payload registration causing handshake failure on proxy setups

Removed

  • ServerboundConfigUpdatePayload registration (unused)

This mod has no related projects