Changes between Version 23 and Version 24 of CustomBlocks


Ignore:
Timestamp:
07/24/22 21:51:13 (21 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v23 v24  
    4848|| `name`          || *         || String  || The namespace and name of the block separated by a colon ("ID" or "resource location")                                                                                                                                  ||
    4949|| `discriminator` ||           || String  || An optional discriminator to discriminate multiple rows with the same `name`                                                                                                                                            ||
    50 || `properties`    || *         || String  || A comma-separated list of the names and types of all the properties this block can have. See below for details                                                                                                          ||
     50|| `properties`    ||           || String  || A comma-separated list of the names and types of all the properties this block can have. See below for details                                                                                                          ||
    5151|| `opacity`       || *         || Integer || The opacity of the block (how much light it blocks), from 0 (fully transparent) to 15 (fully opaque)                                                                                                                    ||
    5252|| `receivesLight` || *         || Boolean || Whether the block should be lit itself, despite being fully opaque (e.g. stair blocks, slabs, etc.). Only applies to fully opaque blocks; should be set to `false` for other blocks                                     ||