diff --git a/manual.html b/manual.html index 93aeeb3..3c04f63 100644 --- a/manual.html +++ b/manual.html @@ -78,9 +78,11 @@

Export

This allows you to export the current biomes into a text. You can choose to export them either to Lua code or JSON. The export only includes the basic biome info but not stuff like biome color (which is only relevant for MiBPoV) or noise parameters.

-

The Lua export gives you a very basic Lua code that can be pasted into an actual Lua mod. The code is very basic and does not include the “landscape materials”, like what the surface is made of (dirt, stone, sand, etc.).

+

The Lua export gives you a very basic Lua code that can be pasted into an actual Lua mod. The code is very basic and does not include the “landscape materials”, like what the surface is made of (dirt, stone, sand, etc.).

-

The JSON export is a text you can use to import later. You could save this in a text file so you can import it later.

+

The JSON export is a text you can use to import later. You could save this in a text file so you can import it later.

+ +

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

The “Clear” button clears the previous export. This is just there to reduce clutter on the webpage.