BlockEditorMod

BlockEditor is a Minecraft 1.20.1 Forge mod that adds a GUI-based color picker for creating custom colored blocks that work with WorldEdit commands. Would love to hear from some of the users (if possible), leave a comment!

File Details

blockeditor-1.0.3.jar

  • R
  • Oct 25, 2025
  • 445.98 KB
  • 305
  • 1.20.1
  • Forge

File Name

be-1.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:blockeditormod-1368543:7146863")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 1.0.3 - World Pick Block & Clean Distribution

🖱️ World-Based Pick Block

  • Middle-click any BlockEditor custom block in the world to instantly equip it
  • Smart inventory search using exact match on Color + OriginalBlock (+ CustomName when present)
  • Seamless server fallback: requests the exact item from the server when not found locally
  • Preserves all properties: color (hex/int), mimic/original block, and custom name
  • Cancels vanilla pick-block for these cases to avoid conflicts; shows concise status messages

🧠 Detection & Robustness

  • Detects BlockEditor blocks by mod namespace and path prefixes: dynamic_block*, user_*, u_*
  • Robust BE data parsing: supports color as int or hex string with normalization and validation
  • Safe fallbacks for missing/invalid data paths to prevent crashes

🧭 UX & Feedback

  • Clear inline toasts when equipping from inventory or when requesting from the server
  • One-click workflow: middle-click → equip → build

💾 Data & Distribution

  • Ensured clean installs: no pre-shipped history or saved blocks
  • History loader now guards against duplicate loads per session
  • Verified JAR contains no .dat or config files; run/ remains ignored by VCS

🧰 Internal Fixes

  • Resolved duplicate method definition in BlockEditorHistory
  • Minor code hygiene and error handling improvements around history persistence

📚 Docs & Assets

  • README updated for v1.0.3 with new feature overview and workflow
  • Version badge bumped to 1.0.3
  • New screenshot added: images/1.0.3/Screenshot 2025-10-24 235709.png