Releases: slashdaemon/TBA
Release list
v1.0.7 - Discord bridge out of modpack
Discord bridge moves out of the modpack
Removed two mods. The Discord β server chat bridge, join/leave/advancement announcements, and /register <username> whitelist all still work β they now run through the slashAI Discord bot and the theblockacademy backend instead of in-process mods.
Removed
- Fabricord (4.2.1) β Discord chat bridge. Replaced by the new
@DeanBotclient inside slashAI, which parses the Pterodactyl console WebSocket and writes back over RCON. - AutoWhitelist (1.3.3+1.21) β
/registerslash command. Now lives on the slashAI side and calls the backend's/mc/whitelistendpoint (validates the Discord β MC link, then runswhitelist addover RCON). Auto-revoke on Discord leave is preserved via the backend'smc_audittable.
Mod count: 192 (was 194). No functional change for players β same commands, same announcements, just served from a different process.
Downloads
Pick the variant matching your OS β StreamCraft ships native libraries per platform:
- Windows β
TBA-1.0.7.mrpack(Prism Launcher) /TBA-1.0.7.zip(CurseForge App) - Linux β
TBA-1.0.7-linux.mrpack/TBA-1.0.7-linux.zip - macOS (Apple Silicon) β
TBA-1.0.7-macos-arm64.mrpack/.zip - macOS (Intel) β
TBA-1.0.7-macos-x86_64.mrpack/.zip
v1.0.6 - StreamCraft 0.8.25
StreamCraft 0.7.26 β 0.8.25
Major StreamCraft upgrade. The macOS/Linux native media stack was rewritten from scratch β JavaCV (FFmpeg/OpenCV/OpenBLAS) was dropped for purpose-built OS-native capture libraries, shrinking each per-platform JAR by 70β82%. Adds distance-based ("positional") screen-share audio on Display Blocks, Wayland screen sharing on Linux, NeoForge view-angle culling fixes, macOS audio-sync fixes, and a refreshed "How It Works" screen.
Mod count: 194 (unchanged β StreamCraft version swap only).
Downloads
Pick the variant matching your OS β StreamCraft ships native libraries per platform:
- Windows β
TBA-1.0.6.mrpack(Prism Launcher) /TBA-1.0.6.zip(CurseForge App) - Linux β
TBA-1.0.6-linux.mrpack/TBA-1.0.6-linux.zip - macOS (Apple Silicon) β
TBA-1.0.6-macos-arm64.mrpack/.zip - macOS (Intel) β
TBA-1.0.6-macos-x86_64.mrpack/.zip
v1.0.5 - StreamCraft 0.7.26 + multi-platform + DH update prompt fix
First multi-platform TBA release. Each platform ships with the matching StreamCraft native bundle so Mac and Linux clients have working webcam, screen share, and voice in-game.
Pick your platform
| Platform | mrpack (Prism) | zip (CurseForge App) |
|---|---|---|
| Windows | TBA-1.0.5.mrpack | TBA-1.0.5.zip |
| macOS Apple Silicon | TBA-1.0.5-macos-arm64.mrpack | TBA-1.0.5-macos-arm64.zip |
| macOS Intel | TBA-1.0.5-macos-x86_64.mrpack | TBA-1.0.5-macos-x86_64.zip |
| Linux | TBA-1.0.5-linux.mrpack | TBA-1.0.5-linux.zip |
Or grab the right one automatically at https://theblock.academy/downloads.
What changed since 1.0.3
- StreamCraft 0.6.2 β 0.7.26 β adds platform-specific native bundles (LiveKit FFI / JNA / JavaCV / FFmpeg). Sourced temporarily from Modrinth while CurseForge approval is pending.
- Multi-platform build pipeline β `scripts/build-variants.py` produces 8 artifacts per release (4 platforms Γ mrpack/zip).
- DH update prompt suppressed β players no longer see the "New update available! 2.4.5-b β 3.0.2-b" popup on first launch. DH is pinned to 2.4.5-b deliberately because 3.0.x breaks server-side mixins (see v1.0.3).
Mod count: 195 (unchanged).
Note: v1.0.4 was published earlier today with the multi-platform changes but missed the DH popup suppression. v1.0.5 supersedes it β skip 1.0.4.
v1.0.4 - StreamCraft 0.7.26 + multi-platform
First multi-platform TBA release. Each platform now ships with the matching StreamCraft native bundle so Mac and Linux clients have working webcam, screen share, and voice.
Pick your platform
| Platform | mrpack (Prism) | zip (CurseForge App) |
|---|---|---|
| Windows | TBA-1.0.4.mrpack | TBA-1.0.4.zip |
| macOS Apple Silicon | TBA-1.0.4-macos-arm64.mrpack | TBA-1.0.4-macos-arm64.zip |
| macOS Intel | TBA-1.0.4-macos-x86_64.mrpack | TBA-1.0.4-macos-x86_64.zip |
| Linux | TBA-1.0.4-linux.mrpack | TBA-1.0.4-linux.zip |
Or grab the right one automatically at https://theblock.academy/downloads.
What changed
- StreamCraft 0.6.2 β 0.7.26 β adds platform-specific native bundles (LiveKit FFI / JNA / JavaCV / FFmpeg). Sourced temporarily from Modrinth while CurseForge approval is pending.
- Multi-platform build pipeline β `scripts/build-variants.py` produces 8 artifacts per release (4 platforms Γ mrpack/zip).
Mod count: 195 (unchanged).
v1.0.3 β Revert Distant Horizons (server crash fix)
Hotfix β v1.0.2 crashed the server on startup. Rolling back DH to the known-stable 2.4.5-b.
Reverted
- Distant Horizons 3.0.1-b β 2.4.5-b β DH 3.0.1-b (beta) bundles an outdated `fabric-resource-loader-v0 2.0.0` whose `server.LanguageMixin` fails `@Redirect` injection against MC 1.21.1's `Language` class. On server startup, Travelers Backpack's `onInitialize` calls `Language.getString()`, which forces `class_2477` to load, which runs mixin transformation, which crashes. Client-only play never exercised the server-side LanguageMixin path, so the bug didn't surface during earlier testing.
Heads-up
Players will see DH's "New update available!" menu popup again. Click "Not now" to dismiss. We'll pick up DH 3.0 once it's out of beta and properly tested against 1.21.1 server loads.
Notes
- Mod count: 195 total (unchanged from 1.0.2)
Downloads
- CurseForge App: TBA-1.0.3.zip
- Prism Launcher: TBA-1.0.3.mrpack
v1.0.2 β Formalize ShapeCraft bundling
Bookkeeping release β no functional change for players. ShapeCraft has been shipping since v1.0.0 but was never documented in the changelog, and the jar was untracked in git. This release fixes both.
Added (formally documented)
- ShapeCraft 0.4.18 β Natural language block generation. Describe a custom block via `/shapecraft ` and ShapeCraft generates a valid block model, picks textures, and injects it as a placeable block in real time. Registers 64 pool blocks, 64 pool items, a pool block entity, and 9 network payloads.
ShapeCraft was silently bundled in 1.0.0 and 1.0.1 exports β the jar was tracked in `index.toml` by hash but untracked in git, so a clean working-directory rebuild would have dropped it. This release git-tracks the jar and formalizes it in the changelog and credits.
Notes
- Mod count: 195 total (+1 ShapeCraft vs 0.9.100 β retroactively correct for 1.0.0 and 1.0.1, which stated 194)
Downloads
- CurseForge App: TBA-1.0.2.zip
- Prism Launcher: TBA-1.0.2.mrpack
v1.0.1 β Distant Horizons 3.0.1-b
Silences the "New update available!" Distant Horizons menu prompt that was greeting fresh v1.0.0 installs.
Updated
- Distant Horizons 2.4.5-b β 3.0.1-b β 3.0.0 adds MC 26 support (no impact on 1.21.1), a rendering API bump (5.1.0 β 6.0.0), progressive LOD quality loading, and framerate stability improvements; 3.0.1 fixes an underwater-grid bug. Both releases are still tagged beta.
β οΈ Heads-up
Major-version bumps for DH have historically reformatted LOD data. Existing client and server DH SQLite databases may regenerate or migrate on first load β expect some re-population of distant terrain.
Notes
- Mod count: 194 total (unchanged from 1.0.0)
Downloads
- CurseForge App: TBA-1.0.1.zip
- Prism Launcher: TBA-1.0.1.mrpack
v1.0.0 β π Out of beta
π TBA 1.0 β out of beta.
After 100+ patch releases and a year-plus of curation on the Fabric 1.21.1 build, the modpack is stable, mature, and ready to drop the 0.9 prefix. No breaking changes vs 0.9.100 β this is a symbolic version bump paired with a routine StreamCraft update.
Updated
- StreamCraft Live 0.5.1 β 0.6.2 β Adds Minecraft 26.1 ("Tiny Takeover") support (no impact on 1.21.1 users), fixes missing HUD overlays (LIVE indicator, viewer-name list, self-view preview) introduced in v0.6.0, and fixes held-item tooltip rendering `item.streamcraft-server.display_block` instead of "StreamCraft Block"
Notes
- Mod count: 194 total (unchanged from 0.9.100)
Downloads
- CurseForge App: TBA-1.0.0.zip
- Prism Launcher: TBA-1.0.0.mrpack
v0.9.100
Updated
- StreamCraft Live 0.3.4 β 0.5.1 β Multi-version support (MC 1.21.1 + 1.20.1), true 100% opacity on Display Blocks, persistent settings across reconnects, sticky defaults, auto-reconnect for bound Display Blocks, mid-session license activation, and version gate enforcement
v0.9.99
Added
- Mighty Mail 1.1.4 β In-game mailbox system for sending items and letters between players (+ Framework 0.13.11 library)
- Cubes Without Borders 3.0.0 β Borderless fullscreen windowed mode
- Immersive Aircraft 1.4.2 β Craftable biplanes, airships, and gyrodyne helicopters
Updated
- Connectible Chains 2.5.5 β 2.5.7
- StreamCraft Live 0.3.3 β 0.3.4 β Fixed macOS crash when opening StreamCraft menu (Windows-only capture code now platform-gated)
Notes
- Mod count: 194 total (+4 from 0.9.98)