Amidst for Minetest does not support XZ limits

This commit is contained in:
Wuzzy 2024-11-30 15:28:55 +01:00
parent 17c7df54da
commit 05518ffb8f
2 changed files with 1 additions and 5 deletions

View File

@ -2376,12 +2376,8 @@ inputExportAmidstForMinetest.onclick = function() {
} else {
jsonPoint.color = { r: 255, g: 255, b: 255 };
}
jsonPoint.x_min = biome.min_x;
jsonPoint.x_max = biome.max_x;
jsonPoint.y_min = biome.min_y;
jsonPoint.y_max = biome.max_y;
jsonPoint.z_min = biome.min_z;
jsonPoint.z_max = biome.max_z;
jsonPoint.heat_point = biome.heat;
jsonPoint.humidity_point = biome.humidity;
jsonPoints.push(jsonPoint);

View File

@ -128,7 +128,7 @@
<p>The <b>JSON</b> export is a text you can use to import the biomes in LiBPoV later. You may want to copy this into a text file.</p>
<p>The <b>Amidst for Minetest</b> export gives you a biome profile you can use for <a href="https://github.com/Treer/Amidst-for-Minetest">Amidst for Minetest</a>.</p>
<p>The <b>Amidst for Minetest</b> export gives you a biome profile you can use for <a href="https://github.com/Treer/Amidst-for-Minetest">Amidst for Minetest</a>. The export does not include biome coordinate limits on the X and Z axis because those arent supported by that software at the time of this writing.</p>
<p>The “<b>Clear</b>” button clears the previous export.</p>