BarrierFillGenerator

Barrier-filled world generator

74

BarrierFillGenerator

#BarrierFillGenerator A world generator full of barriers. It will fill the world with complete barriers, and its function is to cooperate with the block editor to realize a map of a special shape.

For example, we could overlay a layer of normal world that is only one block thick on such a map ;)

Example, for the MyWorlds multi-world plugin ``` /world create world_Name:BarrierFillGenerator ```

---

BarrierFillGenerator

充满屏障的世界生成器. 它将给世界填充完整的屏障, 作用则是配合区块编辑器实现特殊形状的地图.

比如我们可以在这样的地图上覆盖一层仅一区块厚度的普通世界 ;)

示例, 适用于 MyWorlds 多世界插件 ``` /world create world_Name:BarrierFillGenerator ```

ADS