Changes between Version 33 and Version 34 of CustomBlocks


Ignore:
Timestamp:
05/28/24 15:56:50 (4 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v33 v34  
    6363|| `watery`                        ||             || Boolean || false     || Whether the block is always flooded with water, regardless of its properties (e.g. water plants)                                                                                                                        ||
    6464|| `colour`                        ||             || Hex     || Magenta   || The colour in which the block should be rendered in the editor view, as a hexidecimal number in `aarrggbb` format, where `aa` should always be `ff` (opaque). When not specified, the block will be rendered in magenta ||
    65 || `horizontal_orientation_scheme` ||             || String  || -         || Overrides the detected horizontal orientation scheme. Can be `none` to indicate that the block cannot be rotated or mirrored horizontally, or a valid horizontal orientation scheme name (see below)                    ||
    66 || `vertical_orientation_scheme`   ||             || String  || -         || Overrides the detected vertical orientation scheme. Can be `none` to indicate that the block cannot be mirrored vertically, or a valid vertical orientation scheme name (see below)                                     ||
     65|| `horizontal_orientation_scheme` ||             || String  || ^2^)      || Overrides the detected horizontal orientation scheme. Can be `none` to indicate that the block cannot be rotated or mirrored horizontally, or a valid horizontal orientation scheme name (see below)                    ||
     66|| `vertical_orientation_scheme`   ||             || String  || ^2^)      || Overrides the detected vertical orientation scheme. Can be `none` to indicate that the block cannot be mirrored vertically, or a valid vertical orientation scheme name (see below)                                     ||
    6767
    6868^1^) The default value is guessed based on the block name
     69^2^) The default value is guessed based on the block properties
    6970
    7071== Discriminator ==