• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

Terra/世界配置

来自Minecraft插件百科
Qsefthuopq讨论 | 贡献2020年11月4日 (三) 12:25的版本 (创建页面,内容为“{{模板:TRBox}} 世界配置文件不依赖于配置包,定义常规世界指定值。世界配置文件自动生成在 <code>Terra/worlds/</code>,并以它们…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

世界配置文件不依赖于配置包,定义常规世界指定值。世界配置文件自动生成在 Terra/worlds/,并以它们配置的世界命名。

图片

从图片中选取群系的选项。

All of these are optional. If they are not included, the generator will not use an image for terrain. (equivalent to image.enable = false).

  • enable - Whether to pull Biome selections from an image.
  • align - The alignment of the image. Valid values are CENTER and NONE.
    • CENTER - Center the image, so world coordinates (0, 0) are at the center of the image.
    • NONE - Do not re-align the image, so world coordinates (0, 0) are at image coordinates (0, 0).
  • file - The image file location on the drive. Must be a locally stored image, not an online one!
  • channels - What color channels will be used for what Biome selection axis. The values red, green, and blue are all used once, and only once.
    • biome-x - 群系网格X轴使用什么颜色通道 (image exports as red)
    • biome-z - 群系网格Z轴使用什么颜色通道 (image exports as green)
    • zone - 群系区使用什么颜色通道 (image exports as blue)

示例

An example world config. This world has been assigned an image to pull biome selections from, located at /home/user/image/image.png.

image:
  enable: true
  align: center
  file: "/home/user/image/image.png"
  channels:
    biome-x: red
    biome-z: green
    zone: blue