BetterVanillaGenerator - 更好的原生地形生成器 [开源]

插件 BetterVanillaGenerator - 更好的原生地形生成器 [开源] _v1.0.8

版权类型
转载
API版本
1.0.8
版权链接
http://www.mcbbs.net/thread-872584-1-1.html
语言支持
其他语言
Better Vanilla Generator
更好的原生地形生成器

[LINE][/LINE]
5d00613070e3947388.png
介绍:
NK的地形生成器虽然比PM好多了,但还是有一系列奇怪的“特性”不忍吐槽。本插件用于改善Nukkit自带的地形生成器,另外还有自定义生成参数功能

使用:

将本插件丢进服务端plugins文件夹内,重新启动服务器即可。没有命令与权限。
注意:请在使用本插件前备份使用了NK原始生成器生成的世界,此生成器会直接替换原始生成器。

配置:
config.yml
YAML:
replace:
  # 是否替换主世界生成器
  overworld: true
  # 是否替换地狱生成器
  nether: true

# 生成器高级参数
generator:
  general:
    sea_level: 64
  overworld:
    coordinate-scale: 684.412
    height:
      scale: 684.412
      noise-scale:
        x: 200.0
        z: 200.0
    detail:
      noise-scale:
        x: 80.0
        y: 160.0
        z: 80.0
    surface-scale: 0.0625
    base-size: 8.5
    stretch-y: 12.0
    biome:
      height-offset: 0.0
      height-weight: 1.0
      scale-offset: 0.0
      scale-weight: 1.0
      height:
        default: 0.1
        flat-shore: 0.0
        high-plateau: 1.5
        flatlands: 0.125
        swampland: -0.2
        mid-plains: 0.2
        flatlands-hills: 0.275
        swampland-hills: -0.1
        low-hills: 0.2
        hills: 0.45
        mid-hills2: 0.1
        default-hills: 0.2
        mid-hills: 0.3
        big-hills: 0.525
        big-hills2: 0.55
        extreme-hills: 1.0
        rocky-shore: 0.1
        low-spikes: 0.4125
        high-spikes: 1.1
        river: -0.5
        ocean: -1.0
        deep-ocean: -1.8
      scale:
        default: 0.2
        flat-shore: 0.025
        high-plateau: 0.025
        flatlands: 0.05
        swampland: 0.1
        mid-plains: 0.2
        flatlands-hills: 0.25
        swampland-hills: 0.3
        low-hills: 0.3
        hills: 0.3
        mid-hills2: 0.4
        default-hills: 0.4
        mid-hills: 0.4
        big-hills: 0.55
        big-hills2: 0.5
        extreme-hills: 0.5
        rocky-shore: 0.8
        low-spikes: 1.325
        high-spikes: 1.3125
        river: 0.0
        ocean: 0.1
        deep-ocean: 0.1
    density:
      fill:
        mode: 0
        sea-mode: 0
        offset: 0.0
  nether:
    coordinate-scale: 684.412
    height:
      scale: 2053.236
      noise-scale:
        x: 100.0
        z: 100.0
    detail:
      noise-scale:
        x: 80.0
        y: 60.0
        z: 80.0
    surface-scale: 0.0625

源代码:GitHub

日志:
1.0.1(2019.7.24):
不再使用过时的API
1.0.0(2019.6.12):
首版
Author
FFF团长
Downloads
417
Views
2,692
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from FFF团长

Share this resource

Back
Top Bottom