Files
netease-bedrock-wiki/mcguide/20-玩法开发/15-自定义游戏内容/2-自定义方块/3-特殊方块/0-特殊方块概述.md
2025-08-25 18:36:29 +08:00

561 B
Raw Blame History

front, hard, time
front hard time
入门 分钟

特殊方块概述

开发者可通过在方块定义json中添加base_block来修改方块的基础行为。

base_block包括

  • mob_spawner 自定义刷怪箱
  • portal 自定义传送门
  • custom_crop_block 自定义农作物
  • custom_heavy_block 自定义重力方块
  • liquid 自定义静态流体方块
  • flowing_liquid 自定义动态流体方块 special-1

如下图为自定义刷怪箱的base_block配置

special-2