Updated Addons (markdown)

IntegratedQuantum 2021-01-26 09:49:21 +01:00
parent c033636b25
commit f53bac6514

@ -46,6 +46,9 @@ Syntax example: `texture cubyz:cactus` if the texture is in `*cubyz install path
- wether the block is transparent.<br>
Default value: `no`<br>
Syntax example: `transparent yes`
- wether the model of the block is transparent(meaning it is not a cube).<br>
Default value: `no`<br>
Syntax example: `viewThrough yes`
- light absorption in case the block is transparent.<br>
There are four light channels: sun, red, green, blue. The value is given as hexadecimal: `0xssrrggbb`<br>
Default value: `0x00000000`<br>