Amidst for Minetest does not support XZ limits
This commit is contained in:
parent
17c7df54da
commit
05518ffb8f
@ -2376,12 +2376,8 @@ inputExportAmidstForMinetest.onclick = function() {
|
|||||||
} else {
|
} else {
|
||||||
jsonPoint.color = { r: 255, g: 255, b: 255 };
|
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_min = biome.min_y;
|
||||||
jsonPoint.y_max = biome.max_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.heat_point = biome.heat;
|
||||||
jsonPoint.humidity_point = biome.humidity;
|
jsonPoint.humidity_point = biome.humidity;
|
||||||
jsonPoints.push(jsonPoint);
|
jsonPoints.push(jsonPoint);
|
||||||
|
@ -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>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 aren’t supported by that software at the time of this writing.</p>
|
||||||
|
|
||||||
<p>The “<b>Clear</b>” button clears the previous export.</p>
|
<p>The “<b>Clear</b>” button clears the previous export.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user