Skip to content

Add item and text generators#941

Open
Aegyip wants to merge 4 commits into
JannisX11:masterfrom
Aegyip:add-item-and-text-generators
Open

Add item and text generators#941
Aegyip wants to merge 4 commits into
JannisX11:masterfrom
Aegyip:add-item-and-text-generators

Conversation

@Aegyip

@Aegyip Aegyip commented Jul 5, 2026

Copy link
Copy Markdown

Item Generator

Spawns Minecraft blocks and items as 3D geometry directly inside Blockbench,
using live vanilla textures fetched from mcasset.cloud.

Features:

  • Searchable catalog panel with Minecraft version picker (1.20 – 1.21.5)
  • Resolves full model JSON parent chains for accurate block geometry
  • Pixel-extruded flat items (swords, tridents, etc.) via per-pixel cube generation
  • Complete bed models — head and foot merged into a single group
  • Grid-based spawn positioning (3 columns, fills rows automatically)
  • Spawns at canvas center

Text Generator

Converts any text into Minecraft-style 3D cube geometry inside Blockbench.

Features:

  • Default Minecraft bitmap font + curated block fonts (auto-loaded) + custom .ttf/.otf upload
  • Adjustable size, depth (0 = flat), letter spacing, and alignment
  • Colored outline/border support
  • Bold, italic, underline, and strikethrough styles
  • Saveable presets
  • Live preview while adjusting settings
  • Full Unicode and emoji support
  • Double-click a Text group in the outliner to edit and regenerate

Both plugins are available under Tools in the Blockbench menu.

Aegyip added 4 commits July 5, 2026 21:45
Spawns Minecraft blocks and items as 3D geometry in Blockbench using live vanilla textures fetched from mcasset.cloud. Supports all block model JSON chains, pixel-extruded flat items, and complete bed models (head + foot in one group). Includes a searchable catalog panel with version picker.
Converts any text into Minecraft-style 3D cube geometry. Supports the default Minecraft bitmap font, curated block fonts auto-loaded from Google Fonts, or custom .ttf/.otf upload. Features adjustable size, depth (0 = flat), letter spacing, alignment, colored outline, bold/italic/underline/strikethrough, saveable presets, live preview, and full Unicode/emoji support.
Replace mojibake sequences (box-drawing chars, em dashes, ellipses,
middle dots, arrows, checkmarks) with clean ASCII equivalents.
Translate remaining Turkish comments to English.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant