diff --git a/libpov.js b/libpov.js index b3992eb..7320638 100644 --- a/libpov.js +++ b/libpov.js @@ -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); diff --git a/manual.html b/manual.html index 961d166..3804417 100644 --- a/manual.html +++ b/manual.html @@ -128,7 +128,7 @@

The JSON export is a text you can use to import the biomes in LiBPoV later. You may want to copy this into a text file.

-

The Amidst for Minetest export gives you a biome profile you can use for Amidst for Minetest.

+

The Amidst for Minetest export gives you a biome profile you can use for Amidst for Minetest. 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.

The “Clear” button clears the previous export.