A Minecraft mod for uploading and downloading Create mod schematics via createmod.com.
- Automatic upload - schematics are uploaded to createmod.com the moment you save them in-game
- 360° preview rendering - 120 isometric frames are rendered client-side and uploaded alongside the schematic for an interactive 3D rotation view on the website
- One-click sharing - a clickable link appears in chat so you (or anyone) can view the schematic in a browser
- Claim flow - log in on the website to claim ownership, then publish to the community
- Optional confirmation - disable auto-upload in the config to get a confirmation screen before each upload
- No account needed in-game - uploads are anonymous; you claim them on the website when you're ready
- Download from createmod.com - enter a createmod.com URL or short code directly in the Create Schematic Table to download schematics shared by other players
- Seamless integration - downloaded schematics are placed into your local schematics folder and ready to use immediately
This is a client-side only mod. It does not need to be installed on the server.
| Branch | Minecraft | Loaders | Create | Java |
|---|---|---|---|---|
main / mc/1.21.1 |
1.21.1 | NeoForge, Fabric | 6.0.10+ | 21 |
mc/1.20.1 |
1.20.1 | Forge, NeoForge, Fabric | 6.0.8+ | 17 |
mc/1.19.2 |
1.19.2 | Forge, Fabric | 0.5.1+ | 17 |
mc/1.18.2 |
1.18.2 | Forge, Fabric | 0.5.1+ | 17 |
- Install the mod loader for your Minecraft version (NeoForge, Forge, or Fabric)
- Install the Create mod
- For Fabric: install Fabric API
- Drop the CreateSchematicHelper
.jarfor your loader into yourmods/folder - Launch the game
NeoForge / Forge: config/createschematichelper-client.toml
Fabric: config/createschematichelper.json
| Option | Default | Description |
|---|---|---|
enabled |
true |
Enable or disable the upload feature entirely |
autoUpload |
true |
Upload automatically on save (if false, a confirmation screen is shown) |
baseUrl |
https://createmod.com |
API base URL |
render360 |
true |
Render 120-frame 360 rotation view (disable for faster uploads with only 4 featured angles) |
saveFeaturedFrames |
false |
Save the 4 featured perspective images locally to the schematics folder |
saveAllFrames |
false |
Save all 120 rotation frames locally to the schematics folder |
imageFormat |
jpeg |
Image format for rendered frames: jpeg (smaller files, recommended) or png (lossless) |
- Save a schematic using the Create mod's Schematic and Quill
- The mod renders 120 isometric preview frames of the schematic
- The
.nbtfile and preview images are uploaded to createmod.com - A clickable link appears in chat
- Visit the link and log in to claim the schematic as yours
- From there you can publish it to the community
- Open the Create Schematic Table
- Toggle to URL download mode
- Paste a createmod.com schematic URL or short code
- The schematic is downloaded and saved to your local schematics folder
git clone https://github.com/uberswe/CreateSchematicUpload.git
cd CreateSchematicUpload
./gradlew buildJARs are produced per loader:
neoforge/build/libs/- NeoForge JARfabric/build/libs/- Fabric JAR
This is a multi-loader project following the MultiLoader-Template pattern:
common/ - Shared code (config, upload/download handlers, rendering, mixins, GUI)
neoforge/ - NeoForge entry point, config, and platform-specific mixins
fabric/ - Fabric entry point and config
- Jamalam - original CreateSchematicDownload mod
- salem-5/Create-Blueprinted - isometric rendering approach
You are free to include this mod in any modpack that is distributed for free. Selling this mod or charging money for access to it (or any modpack containing it) is not permitted.
See LICENSE for details.
