| 
 复制代码# 是否使掉落物直接放到挖掉矿物的玩家的物品栏里
drops-on-player: false
# 是否启用牛顿伤心模式(bushi) 如果生成器是会下降(比如沙子、铁砧),是否禁止他们下降?
disable-physics: false # It is NOT reccomended to use this as it might be a source of lag, also a server restart is required for this to work.
# 如果启用了牛顿伤心模式(disable-physics),这些方块将不会自动下落
falling-blocks: [SAND, RED_SAND, GRAVEL, ANVIL, CHIPPED_ANVIL, DAMAGED_ANVIL, DRAGON_EGG, WHITE_CONCRETE_POWDER, ORANGE_CONCRETE_POWDER, MAGENTA_CONCRETE_POWDER, LIGHT_BLUE_CONCRETE_POWDER, YELLOW_CONCRETE_POWDER, LIME_CONCRETE_POWDER, PINK_CONCRETE_POWDER, GRAY_CONCRETE_POWDER, CYAN_CONCRETE_POWDER, PURPLE_CONCRETE_POWDER, BLUE_CONCRETE_POWDER, BROWN_CONCRETE_POWDER, GREEN_CONCRETE_POWDER, RED_CONCRETE_POWDER, BLACK_CONCRETE_POWDER]
# 挖掉矿物后的方块
#比如我挖掉了煤矿,这里设置的是badrock(基岩),煤矿就会变成基岩
replacement: bedrock
#生成器设置
Generators:
  wood: # ID
    ore: oak log # 矿物名  没错你可以用任何方块,但是有些方块并不完全兼容,如果你发现了不兼容的方块,请告诉我(不是发帖的人,是原作者!!!!)
    delay: 300 # 重新生成需要多长时间
  coal_ore:
    ore: coal_ore
    delay: 600 
  redstone_ore:
    ore: REDSTONE_ORE
    delay: 800
  lapis_ore:
    ore: 'lapis ore'
    delay: 1000
  iron_ore:
    ore: iron ore
    delay: 1200
  gold_ore:
    ore: gold ore
    delay: 1600
  diamond_ore:
    ore: diamond ore
    delay: 1800
  emerald_ore:
    ore: emerald ore
    delay: 1800
 |