Changes between Version 41 and Version 42 of CustomBlocks


Ignore:
Timestamp:
05/28/24 16:24:26 (4 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v41 v42  
    6161|| `blockLight`                     ||             || Integer || 0         || How much block light the block emits, from 0 - 15                                                                                                                                                                                                                ||
    6262|| `natural`                        ||             || Boolean || ^1^)      || Whether the block should be considered natural as opposed to being man-made. Chunks with blocks that are ''not'' `natural` have the Read Only layer applied during Import                                                                                        ||
    63 || `watery`                         ||             || Boolean || false     || Whether the block is always flooded with water, regardless of its properties (e.g. water plants)                                                                                                                                                                 ||
     63|| `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                                          ||
    6565|| `horizontal_orientation_schemes` ||             || String  || ^2^)      || Overrides the detected horizontal orientation scheme(s). Can be `none` to indicate that the block cannot be rotated or mirrored horizontally, or a comma-separated list of valid horizontal orientation scheme names (see [#Horizontalorientationschemes below]) ||