ysbho
我想给空岛初始箱子里面加上ProjectE等价交换的便携式转换桌: PROJECTE_ITEM_PE_TRANSMUTATION_TABLET:1
BuildCraft建筑的条纹管道: BUILDCRAFT|TRANSPORT_ITEM_BUILDCRAFTPIPE_PIPEITEMSSTRIPES:1

是什么格式错了吗


叽叽小石头
还有一种方法,
第一步,创建一个空岛,打开箱子,东西换成你想要的东西,,
第二部参考定制空岛形状
http://www.mcbbs.net/thread-633191-1-1.html图文教程
http://www.mcbbs.net/thread-719351-1-1.html视频教程
第三部打开你的plugins\ASkyBlock\config.yml拉到最下方
看到你在第二部新建的那个岛屿(先做好第二部准备)
(以普通岛屿模板为例)
  schematics:
    # default heading is required
    default:
      # Icon - if this is missing or wrong, it will be a MAP
      icon: DIRT
      # Order of preference in listing
      order: 1
      # Short name - color codes with & okay
      name: "&a普通的小岛"
      # Longer description. Use | for new lines. Color codes okay.
      description: "&6点击|&6开始|&6空岛生存!"
      # Filename of the schematic in the schematic folder
      filename: island.schematic
      # Use default chest if true, or use schematic chest contents if false
      useDefaultChest: true
      (找到这一条你把true改为false这样箱子就是schematics模板里的箱子不是默认)
      # Which schematic will be used in the opposite world if newnether:true
      # If there is no partner, this island will be used
      partnerSchematic: nether
      #Level handicap zeros the initial island level.
      levelHandicap: 3

叽叽小石头
这种方法最好WorldEdit版本不要太低,