Updated Addons (markdown)

IntegratedQuantum 2020-11-12 19:48:27 +01:00
parent d7fc471d6f
commit c033636b25

@ -115,15 +115,16 @@ result cubyz:workbench
### Biomes
biome files are seperated in two parts:
##### 1. general attributes
- temperature in an arbitrary unit(0 meaning super cold, 360 meaning super hot)<br>
Default value: `180`<br>
Syntax Example: `temperature 115`
- type(the cubyz world is divided into different climate zones and height levels)<br>
Default value: `ETERNAL_DARKNESS`<br>
Syntax Example: `type FOREST`<br>
For a full list of available types look into the code or ask on our discord server.
- height arguments(minimal height, average height, maximal height)<br>
Default value: `128`<br>
Syntax Example: `height 120-140-256`
- humidity(0 meaning dry, 1 meaning wet)<br>
Default value: `0.5`<br>
Syntax Example: `humidity 0.4`
- chance(how often this biome will generate compared to others of similar type)<br>
Default value: `1`<br>
Syntax Example: `chance 1`
- roughness(how rough the terrain is. Can be any value >= 0 where 0 means no roughness at all, 0.3 means slightly rough, 1 means pretty rough, 2-4 means super rough, 100 means random spikes, higher values were not tested)<br>
Default value: `1`<br>
Syntax Example: `roughness 0`