Changes between Version 23 and Version 24 of CustomBlocks
- Timestamp:
- 07/24/22 21:51:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomBlocks
v23 v24 48 48 || `name` || * || String || The namespace and name of the block separated by a colon ("ID" or "resource location") || 49 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 ||50 || `properties` || || String || A comma-separated list of the names and types of all the properties this block can have. See below for details || 51 51 || `opacity` || * || Integer || The opacity of the block (how much light it blocks), from 0 (fully transparent) to 15 (fully opaque) || 52 52 || `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 ||