decoration-skill

star 44

添加装饰元素。包括植被、家具、灯光、做旧效果。

Justcnds By Justcnds schedule Updated 1/15/2026

name: decoration_skill description: 添加装饰元素。包括植被、家具、灯光、做旧效果。

🎨 Decoration Skill

为建筑添加装饰元素。

使用时机

  • 主体结构完成后
  • 用户要求添加装饰
  • 检查报告缺少内饰/外饰时

装饰类型

植被

// 地面花草
builder.scatter(-15, 1, -15, 15, 15, 0.2, ['poppy', 'dandelion']);

// 悬挂藤蔓
builder.drawHangingRing(0, 10, 0, 8, { length: 5, type: 'vine' });

家具

房间 元素
卧室 bed, chest, lantern, carpet
厨房 smoker, cauldron, barrel
客厅 stairs(座椅), crafting_table, flower_pot
书房 bookshelf, lectern, lantern

灯光

  • lantern - 中世纪/乡村
  • soul_lantern - 哥特/阴森
  • campfire - 壁炉/烟囱
  • sea_lantern - 现代/奇幻

做旧效果

// 混入苔藓变体
// 外墙添加藤蔓
builder.scatter(-10, 2, -10, 10, 8, 0.15, ['vine']);

优先级

装饰使用低优先级,避免覆盖结构:

builder.beginGroup('decoration', { priority: 20 });
Install via CLI
npx skills add https://github.com/Justcnds/mc-ai-builder --skill decoration-skill
Repository Details
star Stars 44
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator