|
Painted Biomes (Painted Biomes)Github |相关wiki |源站链接支持: forgePainted Biomes允许以世界生物群系的图像模板布局。它提供两种不同的模板图像模式:
详细介绍 Painted Biomes 允许使用图像模板来布置世界的生物群系。
Painted Biomes允许使用图像模板来布置世界的生物群系。
有两种不同的模板图像模式:
- 使用单个模板图像,可以使用三个配置选项来设置坐标和对齐方式
- 每个区域使用单独的模板图像。这些图像遵循Minecraft McRegion / Anvil区域的规则。如果你有足够的时间制作模板并有足够的磁盘空间来存储图像,这样你理论上可以绘制整个Minecraft世界的生物群系。
单模板模式下,您可以选择是否使用模板重复:
- 可以在四个方向分别启用或禁用模板重复
- 启用重复时有两种模式: 1) 重复整个模板图像 2) 重复模板图像边缘的生物群系
*注意:* 模板图像角落以外的区域仅在两个相邻的侧边都启用了模板重复并且使用相同模式时才会受到重复的影响。
关于生物群系替换:
- 在发布版 `0.4.0` 之前,Painted Biomes使用了生物群系`GenLayer`替换。不幸的是,这只在非常有限的情况下有效(主要是主世界,并且只适用于一些WorldTypes / BiomeProviders,如vanilla `DEFAULT`和来自Biomes O\' Plenty模组的`BIOMESOP`)。
- 从`0.4.0`版本开始,替换生物群系的主要方法是通过自定义`BiomeProvider`包装器。这应该允许在任何维度中使用Painted Biomes。
- 您可以通过配置文件设置您希望Painted Biomes在哪些维度中工作(即`enabledInDimensions`设置,这是一个维度数字列表)。
...省略部分相同长度的文本...
如果您要测试需要重新生成地形的内容,您不必删除/重新创建整个世界/存档。您可以只删除 `/region/r.*` 中的区域文件,这样您可以保留您的游戏规则、世界生成点、世界时间、玩家位置/库存等。
有关制作每个区域的模板图像:
有一个小型实用程序可以自动将大型模板图像拆分成每个区域的模板图像,可在此处找到:
存储位置发生了变化,版本 `0.2.0` 和 `0.3.0` 中的位置是 `config/paintedbiomes/templates/`。单模板模式下,将图像保存为 `biomes.png`。对于每个区域模板模式,将图像保存为 `r.0.0.png`,`r.-1.-1.png`,以此类推对应于区域文件名称。
如果启用了替代模板,则保存替代模板图像的命名方式如下:
- 对于单模板模式:`biomes_alt_1.png`,`biomes_alt_2.png`,...
- 对于区域模式:`r.0.0_alt_1.png` 等
模板图像也可以通过放置它们在 `/paintedbiomes/templates/dim/` 中,在每个维度中被覆盖或定义。这种工作方式是,如果目录`/paintedbiomes/templates/dim/`存在(即使是空的!),那将覆盖全局的 `config/paintedbiomes/templates/dim/` 目录。
截图:
https://i.sodamc.com/modrinth/jqVFLK6uWp.jpg?x-oss-process=style/forge2]
来自Modrinth所有游戏版本1.121.12.11.12.21.11.21.111.10.21.101.9.41.91.81.8.81.8.91.7.10所有类型forge0.5.4paintedbiomes-1.12.2-0.5.4.jar下载0.5.4#Release* Fix a typo/bug in the `InitBiomeGen` event `GenLayer` initialization* Fix a crash on dedicated server start. Fixes GitHub issue `#7`.* Remove the old biome-name-based color config support (this would also crash on dedicated servers in MC 1.12+ due to `Biome#getBiomeName()` now being client-side-only)**Original build time:** 2018-01-27 19:01:51 UTC+2展开版本: 0.5.4支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeRelease下载次数: 1770.5.3paintedbiomes-1.12.1-0.5.3.jar下载0.5.3#Release* Fixed the `GenLayer` init event, so that it doesn\'t discard previous changes* Lowered the `GenLayer` event priority to `LOW`* These two changes/fixes allow the mod to now work correctly at least with the RTG mod, when using the `useGenlayer` option**Original build time:** 2017-09-05 22:07:45 UTC+3展开版本: 0.5.3支持游戏: 1.12, 1.12.1, 1.12.2类型:ForgeRelease下载次数: 720.5.2paintedbiomes-1.12.0-0.5.2.jar下载0.5.2#Release* Fixed the per-world config and template overrides not working (this apparently broke in 1.9 already due to a small Forge change!)**Original build time:** 2017-08-03 12:45:36 UTC+3展开版本: 0.5.2支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 660.5.1paintedbiomes-1.12.0-0.5.1.jar下载0.5.1#Release* Compiled against Forge `2404` (fixes the crash that 0.5.0 experiences on game load on the current Forge versions)* Signed the JAR**Original build time:** 2017-08-03 02:51:23 UTC+3展开版本: 0.5.1支持游戏: 1.12类型:ForgeRelease下载次数: 780.5.0paintedbiomes-1.12.0-0.5.0.jar下载0.5.0#Release* Update to MC 1.12 (from `1.11.2-0.5.4`)**Original build time:** 2017-06-12 12:54:27 UTC+3展开版本: 0.5.0支持游戏: 1.12类型:ForgeRelease下载次数: 490.5.6paintedbiomes-1.11.2-0.5.6.jar下载0.5.6#Release* Fixed the `GenLayer` init event, so that it doesn\'t discard previous changes from other mods* Lowered the `GenLayer` event priority to `LOW`* These two changes/fixes allow the mod to now work correctly at least with the RTG mod, when using the `useGenlayer` option**Original build time:** 2017-09-05 22:02:09 UTC+3展开版本: 0.5.6支持游戏: 1.11.2类型:ForgeRelease下载次数: 820.5.5paintedbiomes-1.11.2-0.5.5.jar下载0.5.5#Release* Changed the unpainted and undefined area biome configs to also use biome registry names* Fixed the per-world config and template overrides not working (this apparently broke in 1.9 already due to a small Forge change!)* Signed the JAR**Original build time:** 2017-08-03 13:36:26 UTC+3展开版本: 0.5.5支持游戏: 1.11.2类型:ForgeRelease下载次数: 610.5.4paintedbiomes-1.11.2-0.5.4.jar下载0.5.4#Release* Changed the configuration to use biome registry names. Old entries in the config will be automatically converted.* Fixed accidentally registering the event handler twice**Original build time:** 2017-05-22 16:58:21 UTC+3展开版本: 0.5.4支持游戏: 1.11, 1.11.2类型:ForgeRelease下载次数: 620.5.3paintedbiomes-1.11.2-0.5.3.jar下载0.5.3#Release* Update to MC 1.11.2**Original build time:** 2016-12-27 21:18:19 UTC+2展开版本: 0.5.3支持游戏: 1.11, 1.11.2类型:ForgeRelease下载次数: 540.5.2paintedbiomes-1.11.0-0.5.2.jar下载0.5.2#Release* Update to MC 1.11 (from `1.10.2-0.5.1`)**Original build time:** 2016-11-16 14:31:00 UTC+2展开版本: 0.5.2支持游戏: 1.11类型:ForgeRelease下载次数: 720.5.4paintedbiomes-1.10.2-0.5.4.jar下载0.5.4#Release* Fixed the `GenLayer` init event, so that it doesn\'t discard previous changes* Lowered the `GenLayer` event priority to `LOW`* These two changes/fixes allow the mod to now work correctly at least with the RTG mod, when using the `useGenlayer` option**Original build time:** 2017-09-05 21:30:42 UTC+3展开版本: 0.5.4支持游戏: 1.10.2类型:ForgeRelease下载次数: 700.5.3paintedbiomes-1.10.2-0.5.3.jar下载0.5.3#Release* Changed the unpainted and undefined area biome configs to also use biome registry names* Fixed the per-world config and template overrides not working (this apparently broke in 1.9 already due to a small Forge change!)* Signed the JAR**Original build time:** 2017-08-03 13:22:08 UTC+3展开版本: 0.5.3支持游戏: 1.10.2类型:ForgeRelease下载次数: 530.5.2paintedbiomes-1.10.2-0.5.2.jar下载0.5.2#Release* Changed the configuration to use biome registry names. Old entries in the config will be automatically converted.* Fixed accidentally registering the event handler twice**Original build time:** 2017-05-22 16:37:13 UTC+3展开版本: 0.5.2支持游戏: 1.10, 1.10.2类型:ForgeRelease下载次数: 700.5.1paintedbiomes-1.10.2-0.5.1.jar下载0.5.1#Release* Update to MC 1.10.2**Original build time:** 2016-06-29 16:28:12 UTC+3展开版本: 0.5.1支持游戏: 1.10, 1.10.2类型:ForgeRelease下载次数: 580.5.1paintedbiomes-1.10.0-0.5.1.jar下载0.5.1#Release* Update to MC 1.10**Original build time:** 2016-06-23 18:04:34 UTC+3展开版本: 0.5.1支持游戏: 1.9.4, 1.10类型:ForgeRelease下载次数: 780.5.1paintedbiomes-1.9.4-0.5.1.jar下载0.5.1#Release* Update to MC 1.9.4**Original build time:** 2016-05-19 16:33:55 UTC+3展开版本: 0.5.1支持游戏: 1.9.4类型:ForgeRelease下载次数: 660.5.1paintedbiomes-1.9.0-0.5.1.jar下载0.5.1#Release* Update for Forge `1805+`**Original build time:** 2016-03-27 00:43:34 UTC+3展开版本: 0.5.1支持游戏: 1.9类型:ForgeRelease下载次数: 720.5.0paintedbiomes-1.9.0-0.5.0.jar下载0.5.0#Release* Update to MC 1.9**Original build time:** 2016-03-18 23:09:56 UTC+2展开版本: 0.5.0支持游戏: 1.9类型:ForgeRelease下载次数: 690.5.0paintedbiomes-1.8.9-0.5.0.jar下载0.5.0#Release* Add a config option to use a random rotation on the template image* Add a config option to use random flipping (= mirroring) of the template image* Add a config option to use randomly selected alternate template images**Original build time:** 2016-02-27 21:10:07 UTC+2展开版本: 0.5.0支持游戏: 1.8, 1.8.8, 1.8.9类型:ForgeRelease下载次数: 1190.4.1paintedbiomes-1.8.9-0.4.1.jar下载0.4.1#Release* Fix world gen classes not being wrapped on initial world spawn point creation (caused derpy chunks near world spawn on new worlds)**Original build time:** 2016-02-24 03:19:32 UTC+2展开版本: 0.4.1支持游戏: 1.8, 1.8.8, 1.8.9类型:ForgeRelease下载次数: 700.4.0paintedbiomes-1.8.9-0.4.0.jar下载0.4.0#Release**Changelog from 0.3.0 to 0.4.0:*** Added a new way of overriding the biomes, by using a custom `WorldChunkManager` wrapper - should now work in any dimension* Can now be enabled/disabled per-dimension* Added the ability to override the configuration per-dimension and per-world* Template images are now stored per-dimension* Added the ability to override the used template images per-world* Added the ability to override the used `ChunkProvider` (optional, allows biome-based terrain generation for example in the Nether and The End)* Added a check/error messages for color collisions in color-to-biome mappingsThis version runs on Minecraft versions 1.8, 1.8.8 and 1.8.9**Original build time:** 2016-01-02 21:26:46 UTC+2展开版本: 0.4.0支持游戏: 1.8, 1.8.8, 1.8.9类型:ForgeRelease下载次数: 240.3.0paintedbiomes-1.8.8-0.3.0.jar下载0.3.0#Beta* Update to MC 1.8.8 (Forge `11.15.0.1595` [beta])**Original build time:** 2015-11-29 17:26:50 UTC+2展开版本: 0.3.0支持游戏: 1.8.8类型:ForgeBeta下载次数: 310.3.0paintedbiomes-1.8.0-0.3.0.jar下载0.3.0#Beta* Added template repeating, works only in the Single Template mode.* You can repeat the entire template, or just the biome from the edge-most pixel of the template image.* The repeating can be set individually in all four directions (+x, -x, +z, -z)* The \"corner areas\" of the world only use repeating, if both of the sides adjacent to that area use the same repeating mode.**Original build time:** 2015-11-21 20:23:17 UTC+2展开版本: 0.3.0支持游戏: 1.8类型:ForgeBeta下载次数: 290.2.0paintedbiomes-1.8.0-0.2.0.jar下载0.2.0#Beta* Refactoring and cleaning up some of the code* Fixed some issues with biome ID / color mapping configuration values (defaults)* Some slight optimizations* All color-to-biome mappings are now always read from the map, and should be set in the configuration* Re-generating the config is highly recommended!* Rename the old config file first, so you can copy the biome-to-color mappings back after generating a new config.* Note: The template images are now inside `config/paintedbiomes/templates` instead of directly inside `config/paintedbiomes`.**Original build time:** 2015-07-13 01:32:22 UTC+3展开版本: 0.2.0支持游戏: 1.8类型:ForgeBeta下载次数: 250.1.0paintedbiomes-1.8.0-0.1.0.jar下载0.1.0#Beta* Initial release (`1.7.10-0.1.0`) ported to MC 1.8**Original build time:** 2015-03-29 20:11:35 UTC+3展开版本: 0.1.0支持游戏: 1.8类型:ForgeBeta下载次数: 320.5.1paintedbiomes-1.7.10-0.5.1.jar下载0.5.1#Release* Fix the `GenLayer` init event, so that it doesn\'t discard previous changes by other mods**Original build time:** 2017-09-06 02:18:02 UTC+3Note: For some reason this release isn\'t on CurseForge展开版本: 0.5.1支持游戏: 1.7.10类型:ForgeRelease下载次数: 1260.5.0paintedbiomes-1.7.10-0.5.0.jar下载0.5.0#Release* Add a config option to use a random rotation on the template image* Add a config option to use random flipping (= mirroring) of the template image* Add a config option to use randomly selected alternate template images**Original build time:** 2016-02-27 21:09:33 UTC+2展开版本: 0.5.0支持游戏: 1.7.10类型:ForgeRelease下载次数: 260.4.1paintedbiomes-1.7.10-0.4.1.jar下载0.4.1#Release* Fix world gen classes not being wrapped on initial world spawn point creation (caused derpy chunks near world spawn on new worlds)**Original build time:** 2016-02-24 03:57:26 UTC+2展开版本: 0.4.1支持游戏: 1.7.10类型:ForgeRelease下载次数: 290.4.0paintedbiomes-1.7.10-0.4.0.jar下载0.4.0#Release* Added some world config directory related error handling* Minor improvements to a couple of log messages* Added a check/error messages for color collisions in color-to-biome mappings* Fix: Check if enabled in a dimension before overriding the `ChunkProvider`**Original build time:** 2016-01-02 16:52:36 UTC+2展开版本: 0.4.0支持游戏: 1.7.10类型:ForgeRelease下载次数: 300.4.0-alpha.2paintedbiomes-1.7.10-0.4.0-alpha.2.jar下载0.4.0-alpha.2#Alpha* Fix a client crash (in some cases) when connecting to a server while the mod is installed on the client**Original build time:** 2015-12-16 21:55:07 UTC+2展开版本: 0.4.0-alpha.2支持游戏: 1.7.10类型:ForgeAlpha下载次数: 260.4.0-alpha.1paintedbiomes-1.7.10-0.4.0-alpha.1.jar下载0.4.0-alpha.1#Alpha* Added a new way of overriding the biomes, by using a custom `WorldChunkManager` wrapper - should now work in any dimension* Can now be enabled per-dimension* Added the ability to override the configuration per-dimension and per-world* Template images are now stored per-dimension* Added the ability to override the used template images per-world* Added the ability to override the used `ChunkProvider` (optional, allows biome-based terrain generation for example in the Nether and The End)**Original build time:** 2015-12-12 22:56:00 UTC+2展开版本: 0.4.0-alpha.1支持游戏: 1.7.10类型:ForgeAlpha下载次数: 200.3.0paintedbiomes-1.7.10-0.3.0.jar下载0.3.0#Beta* Added template repeating, works only in the Single Template mode.* You can repeat the entire template, or just the biome from the edge-most pixel of the template image.* The repeating can be set individually in all four directions (+x, -x, +z, -z)* The \"corner areas\" of the world only use repeating, if both of the sides adjacent to that area use the same repeating mode.**Original build time:** 2015-11-21 19:48 UTC+2展开版本: 0.3.0支持游戏: 1.7.10类型:ForgeBeta下载次数: 230.2.0paintedbiomes-1.7.10-0.2.0.jar下载0.2.0#Beta* Refactoring and cleaning up some of the code* Fixed some issues with biome ID / color mapping configuration values (defaults)* Some slight optimizations* All color-to-biome mappings are now always read from the map, and should be set in the configuration* Re-generating the config is highly recommended!* Rename the old config file first, so you can copy the biome-to-color mappings back after generating a new config.* Note: The template images are now inside `config/paintedbiomes/templates` instead of directly inside `config/paintedbiomes`.**Original build time:** 2015-07-13 01:05 UTC+3展开版本: 0.2.0支持游戏: 1.7.10类型:ForgeBeta下载次数: 160.1.0paintedbiomes-1.7.10-0.1.0.jar下载0.1.0#Beta* Initial release**Original build time:** 2015-03-29 17:21 UTC+3展开版本: 0.1.0支持游戏: 1.7.10类型:ForgeBeta下载次数: 18全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
Painted Biomes |
楼主
2025-8-10 18:48:08
回复(0)
收起回复
|