- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
Terra/世界配置
世界配置文件不依赖于配置包,定义常规世界指定值。世界配置文件自动生成在 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 areCENTER
andNONE
.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 valuesred
,green
, andblue
are all used once, and only once.biome-x
- 群系网格X轴使用什么颜色通道 (image exports asred
)biome-z
- 群系网格Z轴使用什么颜色通道 (image exports asgreen
)zone
- 群系区使用什么颜色通道 (image exports asblue
)
示例
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