Mention Amidst for Minetest in manual

This commit is contained in:
Wuzzy 2023-10-27 16:20:51 +02:00
parent 707dc2b01f
commit eac4e262ad

View File

@ -78,9 +78,11 @@
<h3>Export</h3>
<p>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.</p>
<p>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.).</p>
<p>The <i>Lua</i> 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.).</p>
<p>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.</p>
<p>The <i>JSON</i> export is a text you can use to import later. You could save this in a text file so you can import it later.</p>
<p>The <i>Amidst for Minetest</i> 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 “Clear” button clears the previous export. This is just there to reduce clutter on the webpage.</p>