skills/smithery.ai/blockbench-export

blockbench-export

Installation
SKILL.md

Export Blockbench Model to Mod

Take a finished model from Blockbench and integrate it into the Fabrica codebase.

Prerequisites

  • Blockbench is open with the finished model
  • Model geometry is complete
  • Textures are applied and look correct

Steps

Phase 1: Gather Information

  1. Get project info from Blockbench using mcp__blockbench__risky_eval:
    ({ name: Project.name, format: Project.format.id })
    
Installs
1
First Seen
Apr 8, 2026
blockbench-export from smithery.ai