File Details
xoxocraft-1.18.0.jar
- R
- May 26, 2026
- 1.47 MB
- 0
- 1.21.1
- NeoForge
File Name
xoxocraft-1.18.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
v1.18.0 — Twitch Display Blocks
New: Viewer Counter Block (xoxocraft:viewer_count_block)
A placeable block that shows your Twitch stream data in real time on its front face. Right-click to cycle through 4 display modes:
- Full — compact layout with LIVE status, viewer count and channel name
- Channel — channel name only, large text (extends across adjacent blocks)
- Viewers — viewer count only, large text
- Status — LIVE / OFFLINE only, very large text
Place multiple blocks side by side in different modes to build a custom stream dashboard. Display mode is saved in the block's NBT data and synced to clients.
New: Stream Preview Block (xoxocraft:stream_preview_block)
A block that fetches and displays your Twitch stream thumbnail (320×180 JPEG) directly in the game world as a letterboxed 16:9 image. The thumbnail updates every 30 seconds while you are live. Shows an OFFLINE overlay when the channel is not streaming.
New: XoxoCraft Creative Tab
All mod blocks (Marty, Viewer Counter, Stream Preview) are now available in a dedicated XoxoCraft creative tab — no more /give commands needed.
Internal
TwitchAPI.getStreamInfo()now returns viewer count and thumbnail URL in a single API callStreamPreviewManagermanages background JPEG download andDynamicTextureGPU upload on the main thread

