Skip to Content
GeneratorBlocks & 3D Blocks

Blocks & 3D Blocks

Create custom placeable blocks with unique textures.

Block Types

Standard Blocks

Standard blocks use a flat texture on each face (like vanilla blocks). You can set different textures for each face (top, bottom, sides).

3D Blocks

3D blocks use custom JSON models for non-standard shapes (furniture-like blocks, decorations, etc.).

Texture Requirements

  • Standard blocks — Up to 6 PNG textures (one per face, or one for all faces)
  • 3D blocks — JSON model + referenced PNG textures

Configuration Options

  • Block Name — Internal identifier
  • Display Name — In-game name
  • Base Block — The vanilla block to override
  • Hardness — How long it takes to break
  • Tool — Required tool to mine efficiently
  • Drop — What the block drops when broken
  • Light Level — Emitted light (0-15)