Apricityx_
想写一个数据包支持一个额外的维度,通过execute in <维度> run tp的方式传送,新维度为超平坦世界
请问如何实现

Chelover_C60
  1. {
  2.     "type": "minecraft:overworld",
  3.     "generator": {
  4.         "type": "minecraft:flat",
  5.         "settings": {
  6.             "layers": [
  7.                 {
  8.                     "height": 1,
  9.                     "block": "bedrock"
  10.                 },
  11.                 {
  12.                     "height": 2,
  13.                     "block": "dirt"
  14.                 },
  15.                 {
  16.                     "height": 1,
  17.                     "block": "grass_block"
  18.                 }
  19.             ],
  20.             "biome": "plains",
  21.             "structures": {
  22.                 "structures": {
  23.                     
  24.                 }
  25.             }
  26.         }
  27.     }
  28. }
复制代码
具体格式可参考https://wiki.biligame.com/mc/%E8%87%AA%E5%AE%9A%E4%B9%89%E7%BB%B4%E5%BA%A6
超平坦数据包.zip (1014 Bytes, 下载次数: 2)

第一页 上一页 下一页 最后一页