Перейти к содержимому
Mineforgian

Create: Blueprinted

Render Create Mod schematics to an isometric PNG image with a single click.

Загрузки
11K
Подписчики
50
Обновлён
19 августа 2026 г.
Лицензия
MIT

Опубликован 16 марта 2026 г.

Create: Blueprinted

Originally made for the Brassworks SMP, this mod is free and open for anyone to use!

Create: Blueprinted allows you to render your Create mod schematics into high-resolution PNG images straight from the game.

Create: Schematic Preview (licensed under MIT) is included as a embedded dependency for the purpose of previewing schematics and setting their rotation before rendering.


Features

  • High-Resolution Renders: Render your .nbt schematics to crisp PNGs directly from the Schematic Table UI or a command.
  • Adjust Orientation: Use the schematic preview to pick a unique orientation for your image or enter precise angles from a command.
  • Adjustable Resolution: Choose your output width, from a quick preview, all the way up to 8192px posters.
  • Anti-Aliasing: Built-in supersampling smooths out jagged edges. It's on by default, and you can tune or disable it.
  • Fluids Included: Water, lava, and waterlogged blocks are drawn in the render instead of being skipped.
  • Background Processing: Most operations happen in the background and wont interrupt your game. Live progress is displayed in the action bar.
  • Schematic Table Bug Fix: Prevents long schematic names overflowing the scroll input box bounds.

Usage

In-Game UI

You can render schematics directly from the Schematic Table. Just select your schematic and click the new render button!

Hold Shift while clicking to render at 2048px (instead of the default 1024px). Rotate the schematic preview to select a unique orientation for your image.

Render Button in UI Example Rendered Output

Commands

If you need more control over the output, you can use the built-in command:

/schematic <export/share> <filename> [width] [orientation] [antialiasing]
  • export - Save image to a PNG file within the ./schematics folder.
  • share - Share a schematic to a remote server (Blueprinted doesn't implement this by default, it must be provided by add-on mods).
  • width — Total output width in pixels (64–8192).
  • orientation — The yaw & pitch of the image. See: Rotation - Minecraft Wiki for more info. The value ~ ~ will use your current viewing angle.
  • antialiasing — Supersampling factor: 1 = off, 24 = progressively smoother edges (defaults to 2).

Developers

The mod includes an API which includes events fired before and after a schematic is rendered, alongside ShareProviders which allow you to implement custom share functionality for sending image or schematic file data to another location such as a remote server. (e.g. sending a schematic image to a Discord server). Blueprinted does not add this functionality by default, it must be provided by an addon mod.

More information is available on the Github page.

(Make sure to carefully read the documentation provided if you want to implement a ShareProvider. You will need to implement some form of server image sanitization and comply with Modrinths Rule 1.11 for remote server uploads).


License

This project is licensed under MIT.

The mod includes Create Schematic Viewer as a bundled dependency. This mod is licensed under MIT.

Ченджлог

2.2.2+mc1.21.1-neoforgeРелиз1.21.1 · 19 августа 2026 г.
  • Modified the share provider API so a Future<URL> is returned instead of URL from onRender. Allows add-on developers to handle a share action without blocking the main thread.
  • Added a timeout option to determine how long Blueprinted will wait in seconds after onRender is called for a result.
  • The player is now shown where the schematic file has been sent in chat with a clickable link by default. This is no longer handled by addon developers unless silenceMessages() is set true.
2.2.1+mc1.21.1-neoforgeРелиз1.21.1 · 14 августа 2026 г.
  • Added the ability to silence share provider action messages
2.2+mc1.21.1-neoforgeРелиз1.21.1 · 13 августа 2026 г.
  • Included more customisation options for the ShareProvider API.
  • You can now use ShareProviders without registering them. Unregistered providers wont show up in the schematic table GUI or via the /schematic shareprovider command which may be useful for custom implementations that want to utilise Blueprinted's rendering functionality.
2.1+mc1.21.1-neoforgeРелиз1.21.1 · 12 августа 2026 г.
  • Added support for multiple share providers
  • Expanded the share provider API with support for a range of different customization options that may be useful.
  • Player must now use /schematic confirm to send a schematic image or file via commands.
2.0+mc1.21.1-neoforgeРелиз1.21.1 · 15 июля 2026 г.

Added

  • An API with events and the ability to add ShareProviders that link into the share button and /schematic share
  • A config that allows you to edit all default properties and adds a couple other features like choosing if you want to take the schematics rotation from a 3D preview of the schematic.
  • Create Schematic Preview included as a jarInJar dependency. Instead of holding Ctrl to position a schematic you can now rotate the schematic to match a specific yaw and pitch.
  • Additional error checks to prevent possible NativeImage resource leaks.
  • Better thread safety. For e.g. passing the NativeImage into a byte array after downsampling.
  • Atomic file saving for images.

Modified

  • Command is now /schematic [export/share] to account for new share functionality.
  • Smaller icons to accommodate the new share button.

Removed

  • Russian Translations - Too many translation keys changed in this update to update it properly.
  • Retry if the schematic bake fails.
1.1+mc1.20.1-forgeРелиз1.20.1 · 20 июня 2026 г.

Create: Blueprinted 1.1 for Minecraft 1.20.1 (forge).

1.1+mc1.21.1-neoforgeРелиз1.21.1 · 20 июня 2026 г.

Create: Blueprinted 1.1 for Minecraft 1.21.1 (neoforge).

1.0.1Релиз1.21.1 · 26 апреля 2026 г.

Add Russian Translations courtesy of @VladisCrafter

Комментарии

Загружаем…