Changes between Version 24 and Version 25 of CustomBlocks


Ignore:
Timestamp:
07/24/22 21:54:38 (22 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v24 v25  
    4747||= Field         =||= Mandatory =||= Type =||= Description                                                                                                                                                                                                          =||
    4848|| `name`          || *         || String  || The namespace and name of the block separated by a colon ("ID" or "resource location")                                                                                                                                  ||
    49 || `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                                                                                                          ||
     49|| `discriminator` ||           || String  || An optional discriminator to discriminate multiple rows with the same `name`. See [#Discriminator below] for details                                                                                                    ||
     50|| `properties`    ||           || String  || A comma-separated list of the names and types of all the properties this block can have. See [#Properties 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                                     ||
    53 || `insubstantial` || *         || Boolean || Whether the block should be considered insubstantial. See below for details                                                                                                                                             ||
     53|| `insubstantial` || *         || Boolean || Whether the block should be considered insubstantial. See [#Insubstantialblocks below] for details                                                                                                                      ||
    5454|| `resource`      || *         || Boolean || Whether the block should be considered an ore or resource. These are replaced with `minecraft:stone` by the "remove resources" Merge option                                                                             ||
    5555|| `tileEntity`    || *         || Boolean || Whether the block is a tile/block entity                                                                                                                                                                                ||