Описание
A Minecraft mod that automatically uploads Create mod schematics to [createmod.com](https://createmod.com/) for easy sharing. It also modifies the schematic table so that you can directly past createmod.com urls or short codes to download schematics faster and more easily.
## Features
### Upload
- **Automatic upload** - schematics are uploaded to [createmod.com](https://createmod.com) the moment you save them in-game
- **Preview rendering** *(NeoForge 1.21.1+ only)* - 4 isometric screenshots are rendered client-side and uploaded alongside the schematic; with [Create: Blueprinted](https://modrinth.com/mod/create-blueprinted) installed, its rendered schematic image is used instead
- **Progress bar** *(NeoForge 1.21.1+ only)* - a live progress bar on the action bar tracks rendering, processing, and uploading stages
- **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
- **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 are ready to use immediately
## How It Works
1. Save a schematic using the Create mod's Schematic and Quill
2. The mod uploads the `.nbt` file to createmod.com
3. A clickable link appears in chat
4. Visit the link and log in to **claim** the schematic as yours
5. From there you can publish it to the community
## Requirements
This mod requires the [Create mod](https://modrinth.com/mod/create) to function.
## Client Side
This is a **client-side only** mod. It does not need to be installed on the server.
## Credits
- [Jamalam](https://github.com/JamCoreModding) - original CreateSchematicDownload mod
- [salem-5/Create-Blueprinted](https://github.com/salem-5/Create-Blueprinted) - isometric rendering approach
## Modpacks
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.
## Github
More info can be found on Github: [https://github.com/uberswe/CreateSchematicUpload](https://github.com/uberswe/CreateSchematicUpload)