BlockPrint Link

Quick rating

BlockPrint Link

No reviews yet

Browse, download, and upload Minecraft schematics from external clients via WebSocket + UDP.

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
blockprintlink-neoforge-1_26_1_2-0.2.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

BlockPrint Link

Browse, download, and upload Minecraft schematics from any device.

BlockPrint Link is a client-side mod that exposes a local WebSocket bridge and UDP discovery beacon on the Minecraft client (the player instance, not the dedicated server). Pair it with the BlockPrint Cat mobile app to browse your schematic library, preview files, and push new blueprints straight into your world — without leaving your phone.

screenshot


✨ Features

  • Schematic library browser — lists all Litematica, vanilla structure exports, and WorldEdit schematics on the host.
  • Two-way transfer — download blueprints to your device or upload .litematic / .schematic files back into the game.
  • Auto-discovery via UDP — the mod broadcasts its presence on port 18081, so the mobile app finds it on the same network automatically. No IP typing required.
  • QR-code pairing — press F7 in-game to open a QR-code overlay that the mobile app scans to connect instantly.
  • Configurable — token, port, and chat notifications live in config/blockprintlink-bridge.toml. Changes reload via /blockprint-reload.
  • Optional mod integrations — auto-detects WorldEdit (for its schematic directory) and Building Gadgets 2 (click-to-copy uploaded template JSON in chat).
  • Live file watching — schematic list updates in real time when files are added or removed.
  • SHA-256 verified uploads — every transfer is checksummed end-to-end.

📦 Schematic Sources

Source Path When enabled
Litematica schematics <gameDir>/schematics/ Always
Vanilla structure exports <gameDir>/saves/*/generated/minecraft/structures/ Always
WorldEdit schematics <gameDir>/config/worldedit/schematics/ When WorldEdit is on the classpath (auto-detected)

WorldEdit integration requires no Gradle dependency — it's read at runtime from the default directory, detected via classpath probing.


🚀 Quick Start

  1. Drop the mod jar into your mods/ folder.
  2. Launch Minecraft. The mod's WebSocket server starts on port 18080; UDP beacon on 18081.
  3. Open the BlockPrint Cat app on your phone (same Wi-Fi). It discovers the server automatically.
  4. If auto-discovery fails, press F7 in-game to display a QR code, then scan it in the app.

⚙️ Configuration

Config file: config/blockprintlink-bridge.toml

[bridge]
token = ""               # Leave empty to auto-generate; persisted to blockprintlink-token.txt
showChatMessages = true  # Show bridge status in chat on join
wsPort = 18080           # WebSocket port
discoveryPort = 18081    # UDP discovery port
  • The token is shown in chat on join. It can be any non-empty string.
  • The persisted token lives in <gameDir>/blockprintlink-token.txt and survives restarts.
  • Reload with /blockprint-reload.

📋 Requirements

  • NeoForge / Forge: Kotlin for Forge ([5,)) — bundled as a loader-side dependency.
  • Fabric: Fabric Loader >=0.16.9 and Fabric API >=0.116.12+1.21.1 (or the version listed in the matching gradle/libs.versions.toml row).
  • Java: 21 (or 17 for Forge 1.20.1).

🧩 Protocol (for app developers)

The bridge speaks a tiny JSON-over-WebSocket protocol on port 18080 with binary frame support for file transfer. Full specification, message types, and error codes:

Highlights:

  • list — request schematic list
  • download / upload — two-phase file transfer with SHA-256
  • list/changed — server push when files change on disk
  • error — structured error responses with codes (AUTH_FAILED, FILE_TOO_LARGE, SHA_MISMATCH, …)

Screenshots

Gallery

  • screenshot.png
    screenshot.png screenshot.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works